.text-content-form {
    position: relative;
    background: #333333;
    color: #fff;
}

.text-content-form--homepage {
    padding: 71px 0 0;
}

.text-content-form--homepage:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 256px;
    background-color: #EDEDED;
}

.text-content-form--homepage .text-content-form__flex {
    position: relative;
    z-index: 1;
}

.text-content-form__flex__text h2,
.text-content-form__flex__text h3,
.text-content-form__flex__text h4,
.text-content-form__flex__text h5,
.text-content-form__flex__text h6,
.text-content-form__flex__text p {
    color: #fff;
}

.text-content-form__flex__text {
    margin-bottom: 53px;
}

.contact-form {
    position: relative;
    padding: 35px 25px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 3px 10px rgba(0,0,0,0.16);
}

.contact-form h3 {
    text-align: center;
    font-size: 25px;
    margin: 0 0 30px;
}

.text-content-form-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}


@media(min-width: 768px) {
    .text-content-form__flex__text h2 {
        font-size: 35px;
        line-height: 1.285em;
    }

    .text-content-form__flex__text {
        max-width: 520px;
    }

    .contact-form {
        padding: 30px 35px 30px;
    }
    
    .text-content-form--homepage:after {
        height: 146px;
    }

    .text-content-form--homepage {
        padding: 80px 0 0;
    }
}

@media(min-width: 1200px) {
    .text-content-form__flex {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .text-content-form__flex__text {
        max-width: unset;
        width: 50%;
        margin: 0;
        padding-right: 32px;
    }

    .text-content-form__flex__form {
        width: 50%;
        margin-bottom: -116px;
        align-self: flex-end;
    }

    .text-content-form__flex__text h2 {
        font-size: 45px;
        line-height: 1.333em;
        margin: 0 0 25px;
    }

    .text-content-form--homepage:after {
        height: 0;
    }

    .text-content-form--homepage {
        padding: 58px 0 0;
        z-index: 3;
    }

    .text-content-form__flex__form .contact-form {
        max-width: 582px;
        margin-left: auto;
        padding: 30px 30px 30px;
    }
}

.text-content-form--innerpage {
    background: #fff;
    z-index: 10;
    padding-top: 65px;
    padding-bottom: 65px;
}

.text-content-form--innerpage .text-content-form-bg {
    z-index: -1;
    height: 760px;
}

.text-content-form--innerpage::after {
    content: '';
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    background: #000;
    z-index: -1;
    height: 760px;
    opacity: 0.8;
}

@media (min-width: 768px) {
    .text-content-form--innerpage {
        padding-top: 80px;
    }

    .text-content-form--innerpage .btn br {
        display: none;
    }
}

@media (min-width: 1200px) {
    .text-content-form--innerpage {
        padding-top: 60px;
    }

    .text-content-form--innerpage .text-content-form-bg,
    .text-content-form--innerpage::after {
        height: 100%;
    }

    .text-content-form--innerpage .text-content-form__flex {
        align-items: flex-start;
    }

    .text-content-form--innerpage .text-content-form__flex__text {
        padding-top: 143px;
    }
}

@media (max-width: 1199px) {
    .text-content-form--innerpage + .bg-white {
        padding-top: 0 !important;
    }
}
