.half-and-half-contact {
    position: relative;
    box-shadow: 0 0 30px rgba(0, 52, 103, 0.08);
}

.half-and-half-contact-image {
    width: 100%;
    height: 300px;
}

.half-and-half-contact-text__wrapper {
    padding: 30px 22px;
}

.half-and-half-contact-text__wrapper .form-col {
    margin-bottom: 20px;
    position: relative;
}

.half-and-half-contact-text__wrapper .btn {
    display: block;
    width: 100%;
    background: #2DB4CB;
    margin-top: 12px;
    cursor: pointer;
}

.half-and-half-contact-text__wrapper .choices__inner {
    background: #F1FAFC;
}

@media (min-width: 768px) {
    .half-and-half-contact-image {
        height: 500px;
    }

    .half-and-half-contact-text__wrapper {
        padding: 40px 52px;
    }
}

@media (min-width: 1200px) {
    .half-and-half-contact {
        display: flex;
        flex-wrap: wrap;
    }

    .half-and-half-contact-image {
        height: auto;
        width: 44%;
        position: relative;
    }

    .half-and-half-contact-image img {
        position: absolute;
    }

    .half-and-half-contact-text {
        height: auto;
        width: 54%;
    }

    .half-and-half-contact-text__wrapper {
        padding: 60px 0 60px 150px;
        max-width: 680px;
    }

    .half-and-half-contact-text__wrapper .btn:hover {
        background: #003467;
    }

    .form-details .row {
        margin-right: -3px;
        margin-left: -3px;
    }

    .form-details .row > * {
        padding-right: 3px;
        padding-left: 3px;
    }
}


