.image-cta {
    position: relative;
    padding: 50px 0;
}

.image-cta .image-cta-head {
    display: flex;
    flex-direction: column;
    gap: 30px;
    align-items: center;
}

.image-cta .image-cta-head h1 {
    font-size: 50px;
    line-height: 60px;
    color: #084987;
    font-weight: 500;
    margin: 0;
    text-align: center;
}

.image-cta .image-cta-head h2 {
    font-size: 42px;
    line-height: 52px;
    color: #084987;
    font-weight: 500;
    margin: 0;
    text-align: center;
}

.image-cta .image-cta-head h3 {
    font-size: 36px;
    line-height: 46px;
    color: #084987;
    font-weight: 500;
    margin: 0;
    text-align: center;
}

.image-cta .image-cta-head h4 {
    font-size: 36px;
    line-height: 46px;
    color: #084987;
    font-weight: 500;
    margin: 0;
    text-align: center;
}

.image-cta .image-cta-head h5 {
    font-size: 32px;
    line-height: 42px;
    color: #084987;
    font-weight: 500;
    margin: 0;
    text-align: center;
}

.image-cta .image-cta-head h6 {
    font-size: 32px;
    line-height: 42px;
    color: #084987;
    font-weight: 500;
    margin: 0;
    text-align: center;
}

.image-cta .image-cta-head p {
    font-size: 24px;
    line-height: 34px;
    color: #595959;
    font-weight: 400;
    margin: 0;
    text-align: center;
}

.image-cta .image-cta-head p a {
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    color: #084987;
}

.image-cta .cta-wrap {
    display: flex;
    align-items: stretch;
    gap: 20px;
    margin: 0px auto;
    padding: 40px 0;
}

.image-cta .cta-wrap .cta-right .cta-content ul {
    margin: 0;
}

.image-cta .cta-wrap .cta-right .cta-content ol {
    margin: 0;
}

.image-cta .cta-wrap .cta-right .cta-content ul li {
    font-size: 24px;
    line-height: 34px;
    padding-bottom: 20px;
    color: #595959;
    font-weight: 400;
    margin: 0;
}

.image-cta .cta-wrap .cta-right .cta-content ul li a {
    font-size: inherit;
    line-height: inherit;
    color: #084987;
    font-weight: inherit;
    margin: 0;
}

.image-cta .cta-wrap .cta-right .cta-content ol li {
    font-size: 24px;
    line-height: 34px;
    padding-bottom: 20px;
    color: #595959;
    font-weight: 400;
    margin: 0;
}

.image-cta .cta-wrap .cta-left {
    position: relative;
    max-width: 55%;
    padding: 10px;
    width: 100%;
    transition: 0.3s ease-in-out;
    cursor: pointer;
    background: rgba(240, 242, 243);
    box-shadow: 0px 0px 23px rgba(0, 0, 0, 0.2);
    border-radius: 24px;
    height: 100%;
}

.hover-gif {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s ease-in-out;
}

.hover-gif img {
    object-fit: unset !important;
}

.image-cta .cta-wrap .cta-left:hover .hover-gif {
    opacity: 1;
    visibility: visible;
}

.image-cta .cta-wrap .cta-left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 24px;
}

.image-cta .cta-wrap .cta-right {
    max-width: 45%;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    padding: 40px;
    border-radius: 24px;
}

.image-cta .cta-wrap.cta-reverse {
    flex-direction: row-reverse;
}

.image-cta .cta-wrap .cta-right .cta-content h1 {
    font-size: 50px;
    line-height: 60px;
    color: #084987;
    font-weight: 500;
    padding-bottom: 20px;
    margin: 0;
}

.image-cta .cta-wrap .cta-right .cta-content h2 {
    font-size: 42px;
    line-height: 52px;
    color: #084987;
    font-weight: 500;
    padding-bottom: 20px;
    margin: 0;
}

.image-cta .cta-wrap .cta-right .cta-content h3 {
    font-size: 36px;
    line-height: 46px;
    color: #084987;
    font-weight: 500;
    padding-bottom: 20px;
    margin: 0;
}

.image-cta .cta-wrap .cta-right .cta-content h4 {
    font-size: 36px;
    line-height: 46px;
    color: #084987;
    font-weight: 500;
    padding-bottom: 20px;
    margin: 0;
}

.image-cta .cta-wrap .cta-right .cta-content h5 {
    font-size: 32px;
    line-height: 42px;
    color: #084987;
    font-weight: 500;
    padding-bottom: 20px;
    margin: 0;
}

.image-cta .cta-wrap .cta-right .cta-content h6 {
    font-size: 32px;
    line-height: 42px;
    color: #084987;
    font-weight: 500;
    padding-bottom: 20px;
    margin: 0;
}

.image-cta .cta-wrap .cta-right .cta-content p {
    font-size: 24px;
    line-height: 34px;
    padding-bottom: 20px;
    color: #595959;
    font-weight: 400;
    margin: 0 !important;
}

.image-cta .cta-wrap .cta-right .cta-content p:last-child {
    padding: 0;
}

.image-cta .cta-wrap .cta-right .cta-content p a {
    font-size: inherit;
    color: #084987;
    line-height: inherit;
    font-weight: inherit;
}

.image-cta .cta-wrap .cta-right .cta-content span {
    font-size: 16px;
    line-height: 26px;
    padding-bottom: 20px;
    color: #595959;
    font-weight: 400;
    margin: 0 !important;
}

.image-cta .cta-wrap .cta-right .cta-content {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

@media(max-width:1380px) {

    .image-cta .cta-wrap .cta-left::before {
        max-width: 375px;
        height: 376px;
    }
}

@media(max-width:1200px) {

    .image-cta .cta-wrap {
        flex-direction: column;
        background-color: unset;
        gap: 30px;
    }

    .image-cta .cta-wrap .cta-left {
        max-width: 100%;
        width: 100%;
    }

    .image-cta .cta-wrap .cta-right {
        max-width: 100%;
        width: 100%;
        background-color: #f4f4f4;
    }

    .image-cta .cta-wrap .cta-left::before {
        max-width: 600px;
        height: 500px;
    }

    .image-cta .cta-wrap.cta-reverse {
        flex-direction: column-reverse;
    }

    .image-cta .cta-wrap .cta-right .cta-content {
        max-width: 100%;
        width: 100%;
    }
}

@media(max-width:1024px) {

    .image-cta .image-cta-head h1 {
        font-size: 40px;
        line-height: 50px;
    }

    .image-cta .image-cta-head h2 {
        font-size: 38px;
        line-height: 48px;
    }

    .image-cta .image-cta-head h3 {
        font-size: 32px;
        line-height: 42px;
    }

    .image-cta .image-cta-head h4 {
        font-size: 32px;
        line-height: 42px;
    }

    .image-cta .image-cta-head h5 {
        font-size: 28px;
        line-height: 38px;
    }

    .image-cta .image-cta-head h6 {
        font-size: 28px;
        line-height: 38px;
    }

    .image-cta .image-cta-head p {
        font-size: 20px;
        line-height: 30px;
    }

    .image-cta .cta-wrap .cta-right .cta-content h1 {
        font-size: 40px;
        line-height: 50px;
    }

    .image-cta .cta-wrap .cta-right .cta-content h2 {
        font-size: 38px;
        line-height: 48px;
    }

    .image-cta .cta-wrap .cta-right .cta-content h3 {
        font-size: 32px;
        line-height: 42px;
    }

    .image-cta .cta-wrap .cta-right .cta-content h4 {
        font-size: 32px;
        line-height: 42px;
    }

    .image-cta .cta-wrap .cta-right .cta-content h5 {
        font-size: 28px;
        line-height: 38px;
    }

    .image-cta .cta-wrap .cta-right .cta-content h6 {
        font-size: 28px;
        line-height: 38px;
    }

    .image-cta .cta-wrap .cta-right .cta-content p {
        font-size: 20px;
        line-height: 30px;
    }

    .image-cta .cta-wrap .cta-right .cta-content ul li {
        font-size: 20px;
        line-height: 30px;
    }

    .image-cta .cta-wrap .cta-right .cta-content ol li {
        font-size: 20px;
        line-height: 30px;
    }
}

@media(max-width:991px) {

    .image-cta .cta-wrap .cta-left::before {
        max-width: 500px;
        height: 450px;
    }
}

@media(max-width:767px) {

    .image-cta .cta-wrap {
        padding: 20px 0;
    }

    .image-cta .image-cta-head {
        gap: 20px;
        padding-bottom: 30px;
    }

    .image-cta .image-cta-head h1 {
        font-size: 36px;
        line-height: 46px;
    }

    .image-cta .image-cta-head h2 {
        font-size: 32px;
        line-height: 42px;
    }

    .image-cta .image-cta-head h3 {
        font-size: 28px;
        line-height: 38px;
    }

    .image-cta .image-cta-head h4 {
        font-size: 28px;
        line-height: 38px;
    }

    .image-cta .image-cta-head h5 {
        font-size: 24px;
        line-height: 34px;
    }

    .image-cta .image-cta-head h6 {
        font-size: 24px;
        line-height: 34px;
    }

    .image-cta .image-cta-head p {
        font-size: 18px;
        line-height: 28px;
    }

    .image-cta .cta-wrap .cta-right {
        padding: 20px;
    }

    .image-cta .cta-wrap .cta-left::before {
        max-width: 250px;
        height: 300px;
    }

    .image-cta .cta-wrap .cta-left img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        min-height: 100%;
    }

    .image-cta .cta-wrap .cta-right .cta-content h1 {
        font-size: 36px;
        line-height: 46px;
    }

    .image-cta .cta-wrap .cta-right .cta-content h2 {
        font-size: 32px;
        line-height: 42px;
    }

    .image-cta .cta-wrap .cta-right .cta-content h3 {
        font-size: 28px;
        line-height: 38px;
    }

    .image-cta .cta-wrap .cta-right .cta-content h4 {
        font-size: 28px;
        line-height: 38px;
    }

    .image-cta .cta-wrap .cta-right .cta-content h5 {
        font-size: 24px;
        line-height: 34px;
    }

    .image-cta .cta-wrap .cta-right .cta-content h6 {
        font-size: 24px;
        line-height: 34px;
    }

    .image-cta .cta-wrap .cta-right .cta-content p {
        font-size: 18px;
        line-height: 28px;
    }

    .image-cta .cta-wrap .cta-right .cta-content ul li {
        font-size: 18px;
        line-height: 28px;
    }

    .image-cta .cta-wrap .cta-right .cta-content ol li {
        font-size: 18px;
        line-height: 28px;
    }

    .image-cta {
        padding: 25px 0;
    }
}

@media(max-width:576px) {

    .image-cta .cta-wrap .cta-left::before {
        max-width: 250px;
        height: 250px;
    }
}