.reviews-custom__wrapper{
    padding: 60px 170px;
    border-radius: 20px;
    background: #333b3f;

}
.reviews-custom__decor{
    width: fit-content;
    margin-left:  auto ;
    margin-right: auto;
}
.reviews-custom__decor svg{
    display: block;

    margin-bottom:  28px;
    margin-top: 36px;
}
.reviews-custom__text{
    font-style: italic;
    font-weight: 500;
    font-size: 24px;
    line-height: 150%;
    text-align: center;
    color: #fff;
    margin-bottom: 40px;
    font-family: 'Inter', sans-serif;
}
img.reviews__image{
    display: block;
    margin-right: auto;
    margin-left: auto;
    border-radius: 500px;
    width: 250px;
    height: 250px;
    margin-bottom: 24px;
}
.reviews__author{
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color: #fff;
    text-align: center;
}
@media screen and (max-width: 1023.98px){
    .reviews-custom__wrapper{
        padding: 20px 16px;

    }
    .reviews-custom__decor svg{
        margin-bottom: 16px;
    }
    .reviews-custom__text{
        font-size: 16px;
        margin-bottom: 20px;
    }
    img.reviews__image{
        width: 97px;
        height: 97px;
    }
    .reviews-custom__decor svg{
        margin-bottom:  20px;
        margin-top:20px;
    }

}