.to-catalog {
    display: flex;
    gap: 16px;
    align-items: center;
}

.to-catalog-icon {
    transform: rotate(-90deg);
    height: 24px;
}

.to-catalog-icon img {
    height: 100%;
}

.to-catalog-t {
    font-size: 20px;
    line-height: 110%;
    font-weight: 500;
    letter-spacing: -0.3px;
    color: var(--color-foreground-primary);

    text-transform: lowercase;
}

/* 1280 */
@media screen and (max-width: 1390px) {
    .to-catalog-icon img {
        height: 100%;
    }
}


/* 768 */
@media screen and (max-width: 1200px) {
    .to-catalog-t {
        font-size: 18px;
        line-height: 110%;
    }
}

/* 375 */
@media screen and (max-width: 725px) {
    .to-catalog-t {
        font-size: 14px;
        line-height: 110%;
    }
}