.studyPerspectives{position:relative;background:#00805d;overflow:hidden;}
.studyPerspectivesBg{position:absolute;z-index:0;left:0;top:0;width:100%;height:auto;}
.studyPerspectivesIn{position:relative;z-index:2;padding:46px 0 72px;}
.studyPerspectives p{color:#fff;text-align:center;}
.studyPerspectives .doubleHeadline.small .dhBot{color:var(--colLine)}
.studyPerspectivesText{margin:48px 0 52px;padding:0 110px;}
.studyPerspectivesWrapper{width:100%;}
.studyPerspectivesList{width:100%;flex-direction:column;align-items:center;gap:21px;}
.sperslItem{flex-direction:column;align-items:center;width:100%;max-width:925px;}
p.spersliTitle{font-family:var(--sec-font);font-size:30px;line-height:45px;text-transform:uppercase;margin:7px 0 -2px;}

@media screen and (min-width:768px)
{
    .studyPerspectivesList,
    .sperslItem{display:flex;flex-wrap:wrap;}
}

@media screen and (max-width:767px)
{
    .studyPerspectivesBg{left:50%;top:auto;max-width:190%;width:180%;transform:translate(-50%,0);bottom:10px;}
    .studyPerspectivesIn{padding:35px 0 72px;}
    .studyPerspectivesText{padding:0;letter-spacing:-0.3px;margin:17px 0 17px;}
    .studyPerspectivesList{}
    .studyPerspectivesList:not(.tns-slider) .sperslItem:not(:first-of-type){display:none;}
    .sperslItem{}
    .sperslItem img{width:39px;height:39px;display:table;margin:0 auto;}
    p.spersliTitle{font-size:22px;line-height:36.25px;margin:7px 0 -5px;}
    .studyPerspectives .tns-nav{bottom:-42px;}
    .studyPerspectives .tns-nav button{width:12.5px;height:12.5px;margin:0 6px;background:var(--colLine);transform:scale(1);}
    .studyPerspectives .tns-nav button.tns-nav-active{background:#fff;}
}