.teacherControl .sectDesc{
    margin-bottom: 20px;
}

.teacherControl-img{
    overflow: hidden;
    border-radius: 15px;
    margin-bottom: 20px;
    position: relative;
    padding-top: 33%;
}

.teacherControl-img >img{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.blockQuFoto{
    border: 1px solid #EDEDED;
    border-left: none;
    border-right: none;
    padding: 20px 10px;
    display: grid;
    grid-template-columns: 1fr 2fr;
    margin-bottom: 30px;
}

.blockQuFoto-img{
    align-self: start;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    padding-top: 100%;
}

.blockQuFoto-img >img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.blockQuFoto-content{
    display: grid;
    align-items: center;
    padding-left: 20px;
}

.blockQuFoto-name{
    font-weight: 600;
    margin-top: 20px;
}

/* чеклист */
.teacherControl-blocklist{
    background-color: #fff;
    padding: 20px 20px;
    box-shadow: 0px 2px 40px rgb(105 105 105 / 33%);
    border-radius: 10px;
    margin-bottom: 30px;
}

.teacherControl-listItem{
    margin-bottom: 20px;
    padding-left: 30px;
    position: relative;
}

/* птички */
.teacherControl-listItem:before,
.teacherControl-listItem:after{
    margin-top: 6px;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 3px;
    height: 15px;
    border-radius: 3px;
    background-color: #1EB011;
    transform-origin: 0 100%;
}

.teacherControl-listItem:before{
    transform: rotate(45deg) translatey(-50%);
}

.teacherControl-listItem:after{
    transform: rotate(-40deg) translate(4px, 5px);
    height: 10px;
}

/* заголовок */

.teacherControl-listItem-title{
    font-weight: 600;
    font-size: 15px;
    margin-bottom: 15px;
}



@media (min-width: 576px) {
    .blockQuFoto{
        grid-template-columns: 1fr 3fr;
    }
    .blockQuFoto-desc{
        font-size: 15px;
        line-height: 1.7em;
    }
}

@media (min-width: 768px) {
    .blockQuFoto-desc{
        font-size: 19px;
    }
    .teacherControl-listItem-title{
        font-size: 19px;
    }
    
    .teacherControl-blocklist{
        padding: 50px 30px;
    }
}

@media (min-width: 992px) {
    .teacherControl{
        padding: 60px 0;
    }
    .teacherControl .sectDesc{
        font-size: 22px;
        text-align: center !important;
    }
    
    .teacherControl .sectTitle {
          text-align: center;
    }
    .blockQuFoto{
        margin: 60px 0;    
    }
    
    .blockQuFoto-desc{
        font-size: 26px;
    }
    .blockQuFoto-content{
        margin-left: 3em;
        padding-left: 0;
        border: 1px solid #EDEDED;
        border-left: none;
        border-right: none;
    }
    
    .blockQuFoto{
        border: none;
    }
    
    .teacherControl-listItem{
        margin-bottom: 40px;
    }
    .teacherControl-blocklist{
        margin-top: 60px;
    }
    .teacherControl-listItem-title{
        font-size: 22px;
    }
}

@media (min-width: 1200px) {
    .blockQuFoto-desc{    
        font-size: 30px;
        max-width: 800px;
    }
}

