.flex-gap--container--modifier .h1--modifier {
    margin-bottom: 5rem;
}
.category__content--manufacturers {
    gap: 1rem 1rem;
    display: flex;
    overflow-x: scroll;
}
.category__content--manufacturers .manufacturer--column {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.category__item picture {
    display: flex;
    justify-content: center;
    align-items: center;
}
.category__item .category__img {
    width: 100%;
    height: 200px;
}
.category__item .category__subtitle {
    text-align: center;
    font-size: 1.125rem;
    line-height: 1.313rem;
    margin: .5rem 0;
}
.category-gap-section .show__more--text {
    display: flex;
    justify-content: end;
    color: var(--orange);
    cursor: pointer;
    text-transform: uppercase;
    align-items: start;
    margin-left: auto;
    align-self: flex-end;
    font-size: .9rem;
}
.description--other {
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.description--other .about__category--other {
    text-align: center;
    margin-top: 4rem;
    margin-bottom: 0;
}
.description--other .short__description--other {
    justify-content: center;
    display: flex;
}
.description--other .about__category__description--other {
    margin-bottom: 1.5rem;
}
.thank__for__opinions {
    padding: 1.5rem 0;
    margin: 1.5rem 0 -2rem 0;
    background: white;
}
.thank__for__opinions .thank__content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.thank__content .thank__desc {
    margin-top: .5rem;
    font-size: 1.25rem;
}
.thank__content .thank__img {
    width: 110px;
}
.carousel .product__grid {
    margin: 0 7px;
}
@media only screen and (max-width: 648px) {
    .description--other {
        grid-template-columns: 1fr;
    }
    .description--other .about__category--other {
        margin: 0;
    }
    .description--other .short__description--other {
        margin: .5rem 0;
    }
    .category__title {
        margin-top: 2rem;
    }
}
@media only screen and (max-width: 550px) {
    .category__content {
        grid-template-columns: calc(50% - .5rem) calc(50% - .5rem);
        gap: 1rem;
    }
}