﻿.cat-slider {
   /* margin-top: 32px;*/
}

.cat-slider-title {
    font-size: 32px;
    font-weight: 500;
    margin-bottom: 16px;
}

.cat-slider-subtitle {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 24px;
}

.slider-button {
    padding: 10px;
    background: black;
    color: white;
    border: none;
}

@media(max-width:768px) {
    .slider-button {
        display: none;
    }
}

.cat-slider-link {
    text-decoration: none;
    color: inherit;
}

    .cat-slider-link:hover {
        color: black;
        text-decoration: none;
    }

.cat-slider-item {
    width: 250px;
}

@media(max-width:576px) {
    .cat-slider-item {
        width: 200px;
    }
}

.slider-photo-text {
    font-size: 16px;
    margin-top: 16px;
    font-weight: 800;
}
