.cards__reviews {
    box-sizing: border-box;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding: 30px;
/*     height: 400px; */
    width: 400px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

.cards__reviews-pict-container {
    border: 3px solid var(--color-green);
border-radius: 50%;
width: 150px;
height: 150px;
overflow: hidden;

}  

.cards__reviews-pict-container img {
    width: 170px;
    height: 170px;
}






