#experts-saying .swiper-slide .video-wrapper,
#experts-saying .swiper-slide .text-wrapper{
    transition: opacity 0.3s ease-in-out;
}
#experts-saying .swiper-slide .playing{
    display: none;
}
#experts-saying .swiper-slide:hover .text-wrapper{
    opacity: 0;
}
#experts-saying .swiper-slide:hover .video-wrapper{
    opacity: 1;
}
#experts-saying .swiper-slide:hover .playing{
    display: block;
}
#experts-saying .swiper-slide:hover .paused{
    display: none;
}
#machine-rec .swiper-slide:hover .video-wrapper {
    opacity: 1;
}
#machine-rec .swiper-slide .video-wrapper{
    height: 100%;
}
#machine-rec .swiper-slide .video-wrapper video{
    height: 100%;
}
@media screen and (max-width: 767px) {
    #boost-business .text-wrapper .heading{
        line-height: 1.5;
    }
    #boost-business .text-wrapper .desc{
        font-size: 2.4rem;
        line-height: 1.5;
    }
}
/* update v3 */
@media screen and (min-width: 768px) {
    #boost-business .text-wrapper .desc{
        max-width: 76%;
        margin: 0 auto;
    }   
    #unlock-secrets .info-wrapper .heading{
        line-height: 1.2;
    }
}
@media screen and (max-width: 767px) {
    #boost-business .item .icon{
        flex-shrink: 0;
    }
}
#experts-saying .swiper-slide .desc{
    color: #e8e8e8;
    font-weight: 600;
}
#experts-saying .wv-btn{
    --t-col: white;
}
@media screen and (min-width: 768px){
    #machine-rec .swiper-slide{
      /* height: 83rem; */
      height: 70rem;
    }
}
#unlock-secrets .item .heading{
    transition: all .3s ease;
}
#unlock-secrets .item .heading:hover{
text-decoration: underline;
}
/* #unlock-secrets .item .heading .hover-text-underline{
    font-weight: inherit;
    font-size: inherit;
    letter-spacing: inherit;
    color: inherit;
    line-height: inherit;
} */