.shop-category {
    font-family: 'Univers LT Std';
    color: #212121;
    padding: 0 30px 30px;
    background-color: #FCF8F5;
}

.shop-category__body {
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
}

.shop-category__title {
    font-style: normal;
    font-weight: 700;
    font-size: 41px;
    line-height: 49px;
    text-transform: uppercase;
}

.shop-category__subtitle {
    font-family: 'Univers LT Std';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 21px;
}