.section-contact {
    background: #002F63;
    padding: 120px 0;
    color: #fff;
    font-family: 'Nunito Sans';
}
.section-contact .contact-info {
    border-radius: 12px;
    padding: 60px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.contact-info img {
    margin-bottom: 81px;
}
.contact-info h2 {
    font-weight: 600;
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 44px;
    max-width: 350px;
}
.contact-info h3 {
    font-weight: 600;
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 44px;
}
.contact-info .info-label {
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 8px;
}
.contact-info-content {
    max-width: 365px;
}
.contact-info-item {
    margin-bottom: 24px;
}
.contact-info a,
.contact-info p {
    font-weight: 400;
    font-size: 18px;
    line-height: 130%;
    color: inherit;
}
.section-contact .contact-form {
    background: #275D98;
    border-radius: 12px;
    padding: 60px 45px 21px;
    color: #fff;
}
.section-contact .form-group {
    margin-bottom: 24px;
    gap: 15px;
}
.section-contact .form-group-message {
    margin-bottom: 36px;
}
.section-contact .form-group p {
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    color: rgba(255, 255, 255, 0.4);
    margin-bottom: 0;
    width: calc(100% - 24px);
}
.form-group a {
    color: #fff;
}
.contact-form input[type="checkbox"] {
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 2px;
    background: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
    min-width: 16px;
    width: 16px;
    height: 16px;
    margin-right: 8px;
}
.contact-form input[type="checkbox"]:checked:before {
    content:'✓';
    color: #fff;
    padding: 0px 1px;
    transform: translateY(-2px);
    display: inline-block;
    vertical-align: top;
}
.contact-form label {
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    margin-bottom: 8px;
    color: inherit;
    text-transform: none;
    letter-spacing: normal;
}
.contact-form .form-control {
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 4px;
    background: transparent;
    color: inherit;
    height: 49px;
}
.contact-form .btn-submit {
    background: #FFFFFF;
    border-radius: 30px;
    padding: 18px 27px;
    font-weight: 600;
    font-size: 18px;
    line-height: 20px;
    color: #151515;
}
.contact-form textarea.form-control {
    height: 100px;
}
.section-contact .col-lg-6 {
    margin-bottom: 0 !important;
}

@media (max-width: 768px) {
    .section-contact .contact-info {
        padding: 20px;
    }
    .section-contact .col-lg-6 + .col-lg-6 {
        margin-top: 16px;
    }
    .section-contact .contact-form {
        padding: 20px 5px 0;
    }
    .contact-info h2 {
        font-size: 28px;
        line-height: 28px;
        margin-bottom: 32px;
    }
    .contact-info h3 {
        font-size: 16px;
        line-height: 16px;
        margin-bottom: 36px;
    }
    .contact-info img {
        max-width: 173px;
        height: 48px;
        width: auto;
        margin-bottom: 44px;
    }
    .contact-info-item {
        margin-bottom: 18px;
    }
    .contact-info .info-label {
        font-size: 14px;
        margin-bottom: 4px;
    }
    .contact-info a, .contact-info p {
        font-size: 16px;
    }
    .contact-form label {
        margin-bottom: 6px;
    }
    .contact-form .form-control,
    .contact-form textarea.form-control {
        height: 44px;
    }
    .section-contact .form-group-message {
        margin-bottom: 32px;
    }
    .contact-form .btn-submit {
        width: 100%;
        margin-top: 17px;
    }
}