.slide, .item_slide, .item_slide img {
    width: 100%;
}

.slide_teacher, .slide_witness {
    border-radius: 15px;
    overflow: hidden;
}

.witness_text {
    padding: 50px;
    background: var(--yellow);
}

.witness_name {
    font-size: 25px;
    font-weight: 900;
    margin-bottom: 5px;
}

.witness_title {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: var(--red) 1px solid;
    font-weight: 900;
}


@media screen and (max-width: 1024px) {

    .slide_teacher, .slide_witness {
        margin: 15px 0;
    }

    .witness_text {
        padding: 25px;
    }

    .witness_name {
        font-size: 18px;
    }

    .witness_title {
        font-size: 14px;
        font-weight: 400;
    }
}