.content-text-form-wrapp {
    box-shadow: 0 7px 17px rgba(0, 0, 0, 0.10);
    border-radius: 10px;
    overflow: hidden;
}

.content-text-col {
    position: relative;
    padding: 22px;
    z-index: 1;
}

.content-text-col::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(255, 255, 255);
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.69) 0%, rgba(255, 255, 255, 1) 52%);
    z-index: -1;
}

.content-text-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 10px 10px 0 0;
    z-index: -2;
}

.content-text-address ul,
.content-text-address ul li {
    margin: 0;
    padding: 0;
}

.content-text-address ul li::before,
.content-text-address ul li::after {
    display: none;
}

.content-text-address ul li {
    display: flex;
    align-items: center;
    margin-bottom: 6px;
}

.content-text-address ul li:last-child {
    margin-bottom: 0;
}

.content-text-address ul li i {
    font-size: 24px;
    color: #D01B1B;
    margin-right: 10px;
}

.content-text-address ul li a {
    display: inline-block;
    padding: 0;
    font-weight: 400;
    color: #171717;
}

.content-text-col p {
    padding: 0 2px 10px 0;
}

.content-text-address h5 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 15px;
    padding: 0 0 10px;
}

.content-form-col {
    background-color: #E7F9FF;
    padding: 12px 22px 22px;
}

@media(min-width: 768px) {
    .content-text-col {
        width: 451px;
        padding: 25px 31px 109px 29px;
    }

    .content-form-col {
        width: calc(100% - 451px);
        padding: 25px 22px 22px;
    }

    .content-text-form-wrapp {
        display: flex;
    }

    .content-text-form .container {
        padding-left: 22px;
        padding-right: 22px;
    }

    .content-text-col p {
        padding: 0 0px 30px;
    }

    .content-text-address h5 {
        font-size: 16px;
        padding: 0 0 20px;
    }

    .content-text-address ul li {
        margin-bottom: 10px;
    }

    .content-text-image {
        position: absolute;
        bottom: 0;
        right: -14px;
        width: 198px;
    }
}

@media(min-width: 1200px) {
    .content-text-col {
        width: 678px;
        padding: 25px 67px 170px 40px;
    }

    .content-form-col {
        width: calc(100% - 678px);
        padding: 25px 42px 40px;
    }

    .content-text-image {
        width: 395px;
        right: -21px;
    }
}

/*
 * Alternate Forms
 */

.half-image-form {
    background-color: #E7F9FF;
    position: relative;
    z-index: 1;
}

.half-image-text-address ul,
.half-image-text-address ul li {
    margin: 0;
    padding: 0;
}

.half-image-text-address ul li::before,
.half-image-text-address ul li::after {
    display: none;
}

.half-image-text-address ul li {
    display: flex;
    align-items: center;
    margin-bottom: 6px;
}

.half-image-text-address ul li:last-child {
    margin-bottom: 0;
}

.half-image-text-address ul li i {
    font-size: 24px;
    color: #D01B1B;
    margin-right: 10px;
}

.half-image-text-address ul li a {
    display: inline-block;
    padding: 0;
    font-weight: 400;
    color: #171717;
}

.half-image-text-address h5 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 15px;
    padding: 0 0 10px;
}

.half-image-form-col {
    background-color: #fff;
    padding: 20px 22px 30px;
    box-shadow: 0 7px 17px rgba(0, 0, 0, 0.10);
    border-radius: 10px;
    margin-top: 30px;
}

@media(min-width: 768px) {

    .half-image-form {
        padding: 50px 0;
    }

    .half-image-form-wrapp {
        width: calc(100% + 52px);
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }

    .half-image-text-col {
        width: calc(100% - 428px);
    }

    .half-image-form-col {
        width: 428px;
        margin: 0;
        padding: 15px 54px 30px 40px;
    }

    .half-image-text-col h2 {
        padding-bottom: 30px;
    }

    .half-image-text-address h5 {
        padding-bottom: 20px;
        font-size: 16px;
    }

    .half-image-text-address ul li {
        margin-bottom: 18px;
    }
}

@media(min-width: 1200px) {

    .half-image-form {
        padding: 100px 0;
    }

    .half-image-form-overlay {
        position: absolute;
        top: 0;
        left: calc(50% + 145px);
        width: 818px;
        height: 100%;
        z-index: 2;
    }

    .half-image-form>.container {
        position: relative;
        z-index: 5;
    }

    .half-image-form-wrapp {
        width: calc(100%);
    }

    .half-image-text-col {
        width: calc(100% - 644px);
    }

    .half-image-form__content {
        padding-right: 40px;
    }

    .half-image-form-col {
        width: 644px;
    }

    .half-image-text-address h5 {
        padding-bottom: 17px;
    }

    .half-image-text-col h2 {
        padding-bottom: 38px;
    }
}

@media screen and (min-width: 2000px) {
    .half-image-form:before {
        content: "";
        display: inline-block;
        width: calc(50% - 400px);
        height: 100%;
        z-index: 3;
        background: linear-gradient(to left, rgba(0, 112, 182, 1) 0%, rgba(0, 112, 182, 1) 40%, rgb(0 112 182 / 0%) 100%);
        position: absolute;
        top: 0;
        right: 0;
    }
}