.post-header .header-new {
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
    padding: 10px;
    z-index: 2;
}
.post-header .description {
    font-weight: bold;
    font-style: italic;
    font-size: 30px;
    color: white;
    width: 100%;
    text-align: center;
    padding: 30px 10px;
}
.post-header .mask {
    background: #242424 0 0 no-repeat padding-box;
    position: absolute;
    width: 100%;
    height: 100%;
    mix-blend-mode: multiply;
    opacity: 0.6;
    z-index: 1;
    top: 0;
}
.lc-cta-img-outer {
    background: linear-gradient(to right, #7E3171, #A93468, #DF5C28, #DF5C28, #DF5C28);
    margin: 50px 0 300px 0;
    padding: 60px 0;
}
.lc-cta-img-outer .headline {
    font-size: 70px;
    color: #fff;
    line-height: 80px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0;
}
.lc-cta-img-outer .text {
    font-size: 30px;
    color: #fff;
    font-weight: bold;
}
.lc-cta-img-outer .logo-img img {
    max-width: 250px;
}
.lc-cta-img-outer .img-outer {
    position: absolute;
    max-height: 700px;
    right: 0;
    top: -30px;
}
.lc-cta-img-outer .logo-container {
    gap: 24px;
}
.design-2 {
    padding-top: 50px;
}
.design-2 h3 {
    padding: 10px 0 10px 35px;
    margin: 0;
    background: linear-gradient(to right, #7E3171, #A93468, #DF5C28, #DF5C28, #DF5C28);
    color: #fff;
    font-weight: 600;
    font-size: 35px;
    border-radius: 30px 30px 0 0;
}
.design-2 img {
    width: 100%;
    object-fit: cover;
    height: 310px;
}
.design-2 .raster-outer {
    margin-bottom: 30px;
}
.design-2 .textarea {
    background-color: #EBEBEB;
    padding: 25px 35px;
}
.lc_headline {
    text-align: center;
}
.lc_headline h2, .design-2 strong {
    font-weight: 600;
}
.cr_form .cr_form-component--email {
    flex-grow: 1;
    padding: 0 20px;
}
.cr_form .footer-form input {
    margin: 0;
    width: 100%;
}
@media only screen and (max-width: 768px) {
    .cr_form .cr_form-component--email {
        padding: 15px 0;
    }
    .cr_form .cr_button {
        margin: auto;
        display: block;
    }
}
@media only screen and (max-width: 1200px) {
    .lc-cta-img-outer {
        margin: 50px 0;
    }
    .lc-cta-img-outer .headline {
        font-size: 50px;
        line-height: 60px;
    }
    .lc-cta-img-outer .img-outer {
        max-height: 600px;
        margin: 40px auto 0;
        display: block;
        position: relative;
        top: 0;
    }
    .post-header .bg-image {
        height: 88%;
    }
    .post-header .mask {
        height: 88%;
    }
    .post-header .header-new {
        top: 45%;
    }
}
@media only screen and (max-width: 576px) {
    .post-header .bg-image, .post-header .mask  {
        height: 450px;
    }
}