.catalog__title{
    font-style: normal;
    font-weight: 500;
    font-size: 50px;
    line-height: 120%;
    color: var(--color-dark);
    max-width: 444px;

}
.catalog__description{
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    color: #657084;

}
.revews__button{
    display: flex !important;
}