._container {
    margin: 0 auto;
    max-width: 1220px;
    width: 100%;
    padding: 0 20px;
}

.main-button {
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px 16px;
    gap: 10px;
    width: fit-content;
    background: #FD7D1B;
    border-radius: 27px;
    text-decoration: none;
}

.main-button svg {
    flex-shrink: 0;
}

.main-button span {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 140%;
    align-items: center;
    color: #F8FAFC;
}

.main-button:hover {
    opacity: 0.7;
}

.secondary-button {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px 16px;
    gap: 10px;
    width: fit-content;
    background: rgba(248, 250, 252, 0.2);
    border-radius: 27px;
}

.secondary-button span {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 140%;
    align-items: center;
    color: #F8FAFC;
}

.secondary-button:hover {
    opacity: 0.7;
}