.card-with-image {
    position: relative;
    width: 100%;
    padding: 100px 0;
    overflow: hidden;
}

.card-with-image .product-container {
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1220px;
    position: relative;
}

.card-with-image .row-wrap {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 500px;
}

/*Background graphic*/
.card-with-image .img-wrap {
    position: absolute;
    top: 50%;
    right: -150px;
    transform: translateY(-50%) scale(1.5);
    width: 65%;
    max-width: 820px;
}

.card-with-image .img-wrap img {
    display: block;
    width: 100%;
    height: auto;
}

/*Card*/
.card-with-image .content-wrap {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 660px;
    padding: 50px 55px;
    border-radius: 15px;
    background: linear-gradient(180deg, #004EA8 0%, #0C2340 100%);
    box-shadow: 0px 6px 15px rgba(122, 149, 164, 0.22);
}

.card-with-image .content-wrap h2 {
    color: #FFFFFF;
    font-family: 'UniversLTStd Cn' !important;
    font-weight: 700 !important;
    font-size: 36px !important;
    line-height: 1.2 !important;
    margin: 0 0 20px;
}

.card-with-image .content-wrap p {
    font-family: "Univers LT Std Pro 55" !important;
    font-size: 16px;
    line-height: 1.66;
    color: #fff;
    margin: 0 0 20px;
}

.card-with-image .content-wrap p:last-of-type {
    margin-bottom: 0;
}

.card-with-image .content-wrap .btn-wrap {
    margin-top: 30px;
}

.card-with-image .content-wrap .btn-wrap .arrow-link {
    display: inline-block;
    margin-top: 0;
    position: relative;
    color: #69C8E8;
    font-family: 'Univers LT Std';
    font-size: 15px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0.03em;
    text-transform: none;
}

.card-with-image .content-wrap .btn-wrap .arrow-link:after {
    content: "";
    background: url("/wp-content/themes/modeln/product/images/arrow-read-more-sky.svg") no-repeat;
    background-size: contain;
    height: 15px;
    width: 26px;
    position: absolute;
    top: 50%;
    bottom: auto;
    right: -34px;
    transform: translateY(-50%);
    transition: transform 0.3s ease-in-out;
}

.card-with-image .content-wrap .btn-wrap .arrow-link:hover {
    color: #69C8E8;
    opacity: 0.8;
}

.card-with-image .content-wrap .btn-wrap .arrow-link:hover:after {
    transform: translateY(-50%) translatex(12px);
}

@media (max-width: 767px) {
    .card-with-image .content-wrap .btn-wrap .arrow-link:after {
        right: 0;
    }
}

.card-with-image .content-wrap .btn-wrap .product-btn {
    margin-top: 0;
}

@media (max-width: 1200px) {
    .card-with-image .img-wrap {
        right: -60px;
        width: 60%;
    }

    .card-with-image .content-wrap {
        max-width: 560px;
        padding: 40px 45px;
    }
}

@media (max-width: 991px) {
    .card-with-image {
        padding: 65px 0;
    }

    .card-with-image .row-wrap {
        flex-direction: column;
        min-height: 0;

    }

    .card-with-image .img-wrap {
        position: static;
        transform: none;
        width: 100%;
        max-width: 100%;
        margin-bottom: 30px;
        order: 2;
    }

    .card-with-image .content-wrap {
        max-width: 100%;
    }

    .card-with-image .content-wrap h2 {
        font-size: 30px !important;
    }
}

@media (max-width: 595px) {
    .card-with-image {
        padding: 45px 0;
    }

    .card-with-image .content-wrap {
        padding: 30px 25px;
    }

    .card-with-image .content-wrap h2 {
        font-size: 24px !important;
    }
}
