.video__cards {
    margin: 20px auto;
    max-width: 80%;
    padding: 15px;
    border-radius: 15px;
    box-shadow: 0px 4px 30px 0px rgba(0,0,0,0.11);
}
@media (max-width: 375px) {
    .video__cards {
        max-width: 90%;
        padding: 10px;
    }
}

.img_title {
    display: flex;
    align-items: center;
}

.img_title img {
    max-width: 140px;
    max-height: 140px;
    border-radius: 90%;
}
@media (max-width: 375px) {
    .img_title img {
        max-width: 120px;
        max-height: 120px;
    }
}

.img_title p {
    padding: 20px 0 20px 20px;
    font-size: 27px;
    line-height: 1;
    font-weight: 400;
    align-items: center;
}
@media (max-width: 1100px) {
    .img_title p {
        font-size: 24px;
    }
}

.img_title span {
    display: inline-block;
    margin-top: 5px;
    font-size: 16px;
    line-height: 1;
    color: #A2230A;
}