.reviews__section {
    font-weight: 700;
font-size: 28px;
line-height: 120%;
margin-bottom: 40px;
color: #CD1B29;
margin-top: 60px;
}
.reviews__img {
    width: 208px;
    border: 1px solid #404549;
    margin-right: 30px;
    padding: 10px;
    box-sizing: border-box;
}
.reviews__img img {
    max-width: 100%;
    height: auto;
}
.reviews__items {
    display: flex;
    margin-bottom: 30px;
    align-items: center;
}
.reviews__item-desq .reviews__title {
    font-weight: 700;
font-size: 18px;
line-height: 120%;
margin-bottom: 20px;
color: #E0E0E0;
transition: color 0.3s;
}
.reviews__item-desq .reviews__title:hover {
    color: #CD1B29;
}
.reviews__item-desq a {
    font-weight: 400;
font-size: 18px;
line-height: 120%;
color: #E0E0E0;
display: block;
margin-bottom: 10px;
transition: color 0.3s;
}
.reviews__item-desq a:hover {
    color: #CD1B29;
}
@media(max-width:580px) {
   .reviews__img {
    width: 104px;
    } 
    .reviews__item-desq .reviews__title{
        font-size: 16px;
        margin-bottom: 10px;
    }
    .reviews__item-desq a{
        font-size: 14px;
    }
}