.intro-with-img {
    opacity: 0;
    padding: 100px 0;
}
.intro-with-img .tab-wrapper {
    border-top: 1px solid #414141;
    border-bottom: 1px solid #414141;
    padding: 20px 0;
    margin-bottom: 40px;
}
.intro-with-img .tab-wrapper ul {
    text-align: center;
    list-style: none;
    margin-bottom: 0;
}
.intro-with-img .tab-wrapper ul li {
    display: inline-block;
    font-weight: 400;
    font-size: 24px;
    color: #414141;
    cursor: pointer;
    margin: 0 80px;
    transition: all 0.1s ease-in;
}
.intro-with-img .tab-wrapper ul li.active  {
    font-weight: 700;
    position: relative;
}
.intro-with-img .tab-wrapper ul li.active:after {
    content: "";
    position: absolute;
    bottom: -23px;
    left: 0;
    width: 100%;
    height: 6px;
    background: #FF8300;
}
.intro-with-img .row-wrap {
    /*display: flex;*/
    flex-wrap: wrap;
    display: none;
}
.intro-with-img .row-wrap.active {
    display: flex;
}
.intro-with-img .row-wrap .content-wrap {
    flex: 0 0 60%;
    max-width: 60%;
    padding-right: 90px;
}
.intro-with-img .row-wrap .content-wrap h3 {
    font-family: 'Univers LT Std' !important;
    font-weight: 400 !important;
    font-size: 36px !important;
    line-height: 1.28 !important;
    color: #414141;
    margin-bottom: 25px;
}

.intro-with-img .row-wrap .content-wrap h6 {
    font-family: 'Univers LT Std' !important;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    color: #414141;
    margin-bottom: 2px;
}
.intro-with-img .row-wrap .content-wrap p {
    margin-bottom: 25px;
    color: #414141;
}
.intro-with-img .row-wrap .content-wrap ul {
    list-style: none;
    margin-left: 26px;
    margin-top: 30px;
}
.intro-with-img .row-wrap .content-wrap ul li {
    position: relative;
    font-size: 16px;
    margin-bottom: 18px;
    letter-spacing: 0.011em;
    margin-left: 15px;
    color: #414141;
}
.intro-with-img .row-wrap .content-wrap ul li:after {
    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;
}
.intro-with-img .row-wrap .img-wrap {
    flex: 0 0 40%;
    max-width: 40%;
    text-align: center;
    position: relative;
}
.intro-with-img .row-wrap .img-wrap svg {
    position: absolute;
    width: 120%;
    height: 120%;
    left: -70px;
    top: 0;
    z-index: 2;
}
.intro-with-img .row-wrap .img-wrap svg.no-index {
    z-index: 0;
}
.intro-with-img .row-wrap .img-wrap .image {
    height: 100%;
    overflow: hidden;
    max-width: 450px;
}
.intro-with-img .row-wrap .img-wrap img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    z-index: 1;
    position: relative;
}
.intro-with-img .row-wrap .img-wrap.with-pattern .image:before {
    content: "";
    position: absolute;
    top: -46px;
    right: -25px;
    background: linear-gradient(220.16deg, rgba(49, 206, 255, 0.35) -1.44%, rgba(17, 179, 231, 0.35) 43.28%);
    filter: blur(52px);
    height: 200px;
    width: 200px;
    /*z-index: -1;*/
}
.intro-with-img .row-wrap .img-wrap.with-pattern .image:after {
    content: "";
    position: absolute;
    bottom: -45px;
    left: -48px;
    background: linear-gradient(220.16deg, rgba(49, 206, 255, 0.35) -1.44%, rgba(17, 179, 231, 0.35) 43.28%);
    filter: blur(52px);
    height: 200px;
    width: 200px;
    /*z-index: -2;*/
}
.intro-with-img .row-wrap .second-level-cta {
    padding: 100px 0 0;
    flex: 0 0 100%;
    max-width: 100%;
}
@media screen and  (max-width: 991px){
    .intro-with-img {
        padding-top: 0;
    }
    .intro-with-img .row-wrap .content-wrap {
        flex: 0 0 100%;
        max-width: 100%;
        padding-right: 0;
        margin-top: 20px;
        order: 2;
    }
    .intro-with-img .row-wrap .img-wrap {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .intro-with-img .row-wrap .img-wrap .image {
        max-width: 80%;
        margin: 0 auto;
    }
    .intro-with-img .tab-wrapper ul li {
        display: inline-flex;
        padding: 0 20px;
        margin: 0;
        font-size: 20px;
    }
    .intro-with-img .row-wrap .content-wrap h3 {
        font-size: 30px !important;
    }
    .intro-with-img .row-wrap .img-wrap.with-pattern {
        margin: 60px 0;
    }
    .intro-with-img .row-wrap .img-wrap svg {
        left: 0;
    }
    .intro-with-img .row-wrap .img-wrap svg {
        width: 100%;
    }
    .intro-with-img .row-wrap .img-wrap.with-pattern .image:before {
        right: 0;
    }
}
@media screen and (max-width: 595px) {
    .intro-with-img .row-wrap .content-wrap h3 {
        font-size: 28px !important;
    }
    .intro-with-img .tab-wrapper ul {
        margin-left: 0;
        display: flex;
        justify-content: space-between;
    }
    .intro-with-img .tab-wrapper ul li {
        font-size: 16px;
        padding: 0 10px;
    }
    .intro-with-img .row-wrap .second-level-cta {
        padding: 40px 0 0;
    }

}