body {
    font-family: "Golos Text", sans-serif;
}

.navbar-toggler-button {
    border-color: #C4A7FF;
}

.page-header {
    font-size: 64px;
    font-weight: 700;
    line-height: 100%;
}

@media (max-width: 768px) {
    .page-header {
        font-size: 32px;
    }
}

.pt-8 {
    padding-top: 80px;
}

.mb-8 {
    margin-bottom: 80px;
}

.section-header {
    font-weight: 700;
    font-size: 40px;
    line-height: 100%;
}

.quote-form {
    background: #2B2B2B;
    border-radius: 40px;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 60px;
}

.quote-header {
    font-weight: 700;
    font-size: 48px;
    line-height: 100%;
}

.quote-question {
    font-weight: 600;
    font-size: 24px;
    line-height: 100%;
}

.quote-control {
    border-radius: 16px;
    padding: 18px 20px 18px 20px;
}
