:root {
    --color-accent-main-half: #D2E7F7;
}

.teacher {
    width: 360px;
}

.teacher__wrap {
    position: relative;
    overflow: hidden;
}

.teacher__wrap:before {
    content: '';
    position: absolute;
    left: -40px;
    top: -50px;
    width: 100px;
    height: 100px;
    border: 12px solid #A6D0F0;
    border-radius: 100%;
}

.teacher__wrap:after {
    content: '';
    position: absolute;
    right: 30px;
    top: 120px;
    width: 50px;
    height: 50px;
    border: 6px solid #A6D0F0;
    border-radius: 20px;
    transform: rotate(45deg);
}

.teacher__photo {
    position: relative;
    z-index: 2;
}

.teacher__photo-img {
    border: none;
}

.benefit__item {
    flex: 33.333% 0 0;
}

