.card-body-category {
    position: relative;
    top: -493px;
    left: 32px;
}

.card-footer-category {
    position: relative;
    bottom: 135px;
    left: -29px;
}

.card-category-title {
    font-weight: bold;
    /* font-size: 34px;
    line-height: 38px; */
}

.pos-relative {
    position: relative;
    top: 44px;
}

.pos-relative .card-footer-category {
    bottom: 223px;
}

.card-footer-category .link-style {
    color: #fff;
}

.card-category-title {
    position: absolute;
    top: 20px;
    left: 14px;
    z-index: 10000;
    font-size: 2.2vw;
    line-height: initial;
}

.thumbSection {
    overflow-x: hidden;
    position: relative;
    top: -120px;
    margin-bottom: -145px;
}

.thumbTitle {
    font-size: 16px;
    line-height: 14px;
    font-weight: 500;
    margin: 0 4% 12px;
}

.thumbTiles.swiper-container {
    padding: 0 2%;
}

.thumbTile {
    width: 20%;
}

.thumb_p {
    position: relative;
    top: -30px;
    right: 0;
}

.thumbTile__image {
    width: 100%;
}

.thumbTiles .swiper-button-prev,
.thumbTiles .swiper-button-next {
    top:41%;
    height: 60px;
    width: 60px;
    bottom: 0;
    margin: 0;
    border-radius: 49%;
}

.thumbTiles .swiper-button-prev {
    left: initial;
    left: -8px;
}

.thumbTiles .swiper-button-next {
    right: 0;
}

.thumb_p {
    position: relative;
    top: -40px;
    right: 5px;
}

.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top:47%;
}

.thumbTiles .swiper-button-prev::after,
.thumbTiles .swiper-button-next::after {
    color: #fff;
    font-size: 4vw;
    font-weight: bold;
    transition: transform 0.1s ease-out;
}

@media screen and (min-width: 640px) {
    .thumbTiles .swiper-button-prev::after,
    .thumbTiles .swiper-button-next::after {
        display: none;
        font-size: 2.4vw;
    }

    .thumbTiles .swiper-button-prev:hover::after,
    .thumbTiles .swiper-button-next:hover::after {
        transform: scale(1.25);
    }

    .thumbTiles:hover .swiper-button-prev::after,
    .thumbTiles:hover .swiper-button-next::after {
        display: block;
    }

}

@media screen and (max-width: 636px) {

    .card-category-title {
        font-size: 18px;
        line-height: 24px
    }

}

@media screen and (max-width: 480px) {

    .thumbTile .link-style {
        font-size: 8px;
    }

    .swiper-button-prev::after, .swiper-button-next::after {
        display: none !important;
    }
}

@media screen and (min-width: 482px) and (max-width: 759px) {

    .thumbTile .link-style {
        /* font-size: 10px; */
        font-size: 6px;
        letter-spacing: 4px;
    }

}

@media screen and (min-width: 760px) and (max-width: 992px) {

    .card-category-title {
        font-weight: bold;
        /* font-size: 22px;
        line-height: 26px; */
    }

    .thumbTile .link-style {
        font-size: 10px;
    }
}


@media screen and (min-width: 2700px)  {

    .card-category-title {
        font-size: 53px;
    }
}

