
.image-with-content {
    padding: 87px 0px 60px;
    position: relative;
}
.image-with-content.right-image .column-row .img-block  {
    order: 2;
}
.image-with-.right-image .column-row .img-wrap {
    margin-left: auto;
}
.image-with-content .column-row {
    display: flex;
    flex-wrap: wrap;
}

.image-with-content .column-row .text-block {
    flex: 0 0 51.5%;
    max-width: 51.5%;
    width: 100%;
}

.image-with-content .column-row .img-block {
    flex: 0 0 48.5%;
    max-width: 48.5%;
    width: 100%;
}
.image-with-content .column-row .img-wrap {
    width: 100%;
    height: auto;
    max-width: 80%;
    position: relative;
}
.image-with-content .column-row .img-block a {
    font-size: 0;
    background: transparent;
    border: 0;
    padding: 0;
    display: block;
    margin: 0;
    position: absolute;
    height: 100%;
    width: 100%;
}
.image-with-content .column-row .img-block .arrow-link:after {
    display: none;
}
.image-with-content .column-row .img-wrap .watch-video:before {
    content: "";
    position: absolute;
    width: 82px;
    height: 82px;
    cursor: pointer;
    background-image: url(/wp-content/themes/jupiter-child/industry/image/play-icon.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    top: -13px;
    bottom: 0;
    left: 4px;
    right: 0;
    margin: auto;
}
.image-with-content .column-row .img-wrap img {
    height: auto;
    width: 100%;
    object-fit: cover;
}
.image-with-content .column-row .text-container {
    padding-right: 40px;
}

.image-with-content .column-row .text-container h2 {
    font-family: "Univers LT Std Home" !important;
    font-size: 36px !important;
    line-height: 1.25 !important;
    margin-bottom: 9px;
    color: #2D2D2D;
}
.image-with-content .column-row .text-container > .img-wrap {
    display: none;
}
.image-with-content .column-row .text-container p {
    font-size: 15px;
    max-width: 489px;
    letter-spacing: 0.04em;
    line-height: 1.8;
    margin-bottom: 6px;
    color: #011728;
}
.intro-with-image.product-ls .column-row .text-container p {
    margin-top: 17px;
}

.image-with-content .column-row .text-container h4 {
    margin-top: 24px;
    line-height: 1.53;
    font-weight: 600;
    letter-spacing: 0.045em;
    color: #2D2D2D;
    margin-bottom: 15px;
}
.image-with-content .column-row .text-container ul {
    list-style: none;
    margin-bottom: 50px;
}
.image-with-content .column-row .text-container li {
    margin-bottom: 15px;
    position: relative;
    color: #011728;
    font-family: 'Univers LT Std';
}
.image-with-content .column-row .text-container li:before {
    content: '';
    position: absolute;
    left: -40px;
    top: 3px;
    background-image: url("/wp-content/themes/jupiter-child/product/images/small checkmark.svg");
    background-repeat: no-repeat;
    height: 40px;
    width: 40px;
}
.image-with-content .column-row .text-container .product-btn {
    margin-top: 40px;
}

@media (max-width: 991px) {
    .image-with-content {
        padding: 40px 0;
    }
    .image-with-content .column-row .img-block {
        display: none;
    }
    .image-with-content .column-row .text-block {
        padding-left: 0;
        padding-top: 0;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .image-with-content .column-row .text-container {
        padding-right: 0;
    }
    .image-with-content .column-row .text-container h2 {
        font-size: 30px !important;
    }
    .image-with-content .column-row .text-container h4 {
        margin-top: 20px;
    }
    .image-with-content .column-row .text-container > .img-wrap {
        display: block;
        max-height: 350px;
        overflow: hidden;
    }
    .image-with-content .column-row .img-wrap {
        max-width: 100%;
    }
    .image-with-content .column-row .text-container p {
        max-width: 100%;
    }
}

@media (max-width: 595px) {
    .image-with-content {
        padding: 20px 0;
    }
    .image-with-content .column-row .text-container h2 {
        font-size: 24px !important;
    }
    .image-with-content .column-row .text-container h4 {
        font-size: 20px;
    }
}