    .home-feedback-card__photo {
        height: 230px;
    }
.home-stories__layout {
    display: grid;
}
.home-stories__layout {
grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
}
.home-stories__description {
    width: 450px;
}