.contact {
    padding: 48px 0;
    text-align: center;
    background: #eef1f7;
    border-top: 1px solid #e2e6ef;
    border-bottom: 1px solid #e2e6ef;
}

.contact h2 {
    color: #228bd9;
    font-size: 42px;
    margin-bottom: 10px;
}

.contact p {
    font-size: 30px;
    color: #153f86;
    margin-bottom: 22px;
}

.contact-buttons {
    display: flex;
    justify-content: center;
    gap: 12px;
}

.contact .btn-primary {
    font-weight: 400;
}

@media (max-width: 767px) {
    .contact-buttons {
        flex-direction: column;
        align-items: center;
    }
}
