﻿.wlcts__category-title {
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 4rem 0;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.wlcts__category-containers {
    display: flex;
    justify-content: center;
}

.wlcts__category-container .wlcts__deal-limited {
    min-width: 29rem;
    max-width: 37rem;
}

.wlcts__category-container .wlcts__deal-limited .wlcts__deal-details  {
    min-width: 100%;
}

.wlcts__category-container .wlcts__deal-limited .wlcts__deal-details .title {
    font-size: 1.6rem;
}
