.studyStatements{}
.studyStatementsIn{padding:57px 0 80px;}
.studyStatements p{text-align:center;}
.studyStatementsList{padding:62px 0 0;gap:41px;}
.sslItem{flex-direction:column;align-items:center;width:100%;}
.ssliPic{border-radius:100%;margin:0 0 15px;}
.ssliName{font-family:var(--sec-font);color:var(--colLine);text-transform:uppercase;font-size:40px;line-height:54px;letter-spacing:-0.5px;}
.ssliInfo{font-weight:900;margin:12px 0 16px;letter-spacing:-0.1px;}
.studyStatements .toggles{max-width:1060px;width:100%;}
.studyStatements .toggle{display:flex;flex-wrap:wrap;flex-direction:column;align-items: center;}
.studyStatements .toggleLabel{order:2;padding:0;}
.studyStatements .toggleLabel::before{position:static;background:url(../../../../assets/img/icon-down.png);width:50px;height:50px;background-size:cover;content:"";margin:6px 0 0;}
.studyStatements .toggle input:checked + .toggleLabel::before {transform: rotate(180deg);margin:-8px 0 0;}
.studyStatements .toggleContent{overflow:hidden;}
.studyStatements .toggleContent p{margin:0 0 30px;}
.studyStatements .toggleContent strong{color:var(--colLine);font-weight:900;}

@media screen and (max-width:767px)
{
    .studyStatementsIn{padding:30px 0 50px;}
    .studyStatementsList{padding:27px 0 0;gap:41px;}
    .ssliPic{width:156px;height:156px;}
    .ssliName{font-size:22px;line-height:36.25px}
    .ssliInfo{margin:11px 0 22px;}
    .studyStatements .toggleLabel::before{width:37px;height:37px;}
    .studyStatements .toggleContent p{margin: 0 0 21px;}
    .studyStatements .toggleContent{transition:all 2s ease;}
    .studyStatements .toggle input:checked ~ .toggleContent{max-height:1000px;}

}