.studyInsights{position:relative;}
.studyInsights::before{content:"";left:0;top:0;height:298px;width:100%;background:#00805d;position:absolute;z-index:0;}
.studyInsightsIn{position:relative;z-index:2;max-width:1720px;background:var(--colBlack);border-radius:15px;justify-content:center;}
.studyInsightsWrapper{max-width:1135px;width:100%;justify-content:center;padding:72px 0 80px;}
.studyInsights p{color:#fff;text-align:center;}
.studyInsightsTitle{font-family:var(--sec-font);color:var(--colLine);font-size:100px;line-height:74px;letter-spacing:-2.7px;text-transform:uppercase;}
.studyInsightsText{margin:58px 0 36px;letter-spacing:-0.1px;}
.studyInsightsVideos{width:100%;gap:25px 65px;justify-content:center;}
.sivItem{flex-direction:column;align-items:center;width:calc((100% - 65px) / 2);}
.siviTitle{font-family:var(--sec-font);text-transform:uppercase;font-size:40px;line-height:54px;}
p.siviPosition{text-transform:uppercase;font-weight:900;color:var(--colLine);margin:2px 0 22px;}

.studyInsights .iframe_container{border-radius:10px;box-shadow:0 10px 30px rgba(0,0,0,0.15);}
.studyInsights .iframe_container p img{transform:scale(0.8);}
.studyInsights .ytInfo{color:var(--colBlack);font-size:12px;line-height:18px;}
.studyInsights .ytInfoHref{color:var(--colGreen);font-weight:900;}

@media screen and (min-width:768px) and (max-width:1299px)
{
    .studyInsightsIn{padding:0 25px;}
    .studyInsights .iframe_container p img{transform:scale(0.62);}
    .studyInsights div.iframe_container .ytInfo{width:90%;bottom:0;}
    .siviTitle{font-size:27px;line-height:33.75px;}
    p.siviPosition{font-size:17.5px;margin:8px 0 11px;}
}

@media screen and (max-width:767px)
{
    .studyInsights{background:var(--colBlack);}
    .studyInsights::before{display:none;}
    .studyInsightsWrapper{padding:57px 0 49px;}
    .studyInsightsTitle{font-size:50px;line-height:46.25px;letter-spacing:-1.3px}
    .studyInsightsText{margin:24px 0 23px;letter-spacing:-0.3px;}
    .studyInsightsVideos{gap:24px;}
    .sivItem{width:100%;}
}