.info-title {
    font-size: 1.5rem;
}

.category-item {
    padding-left: .25rem;
    padding-right: .25rem;
}

.category-item>.category-img div {
    aspect-ratio: auto;
    border-radius: 15px;
    box-shadow: 0 0.175rem 0.5rem rgba(0, 0, 0, .15);
}

.category-item .category-item-title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal; 
    -webkit-line-clamp: 4;
    padding-top: .5rem;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

.category-item>.category-img div>img {
    border-radius: 15px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.category-content .row>div:nth-of-type(-n+2) .category-img>div {
    height: 308px;
}

.category-content .row>div:nth-of-type(n+3) .category-img>div {
    height: 150px;
}

.img-border {
    /*border-left: 2px solid #cbd2d2;*/
}

@media (min-width: 1180px) and (min-width: 1025px) {
    .category-content .row>div:nth-of-type(-n+2) .category-img>div {
        height: 270px;
    }
    .category-content .row>div:nth-of-type(n+3) .category-img>div {
        height: 130px;
    }
}

@media (max-width: 1024px) and (min-width: 769px) {
    .category-content .row>div:nth-of-type(-n+2) .category-img>div {
        height: 220px;
    }
    .category-content .row>div:nth-of-type(n+3) .category-img>div {
        height: 110px;
    }
}

@media (max-width: 932px) and (min-width: 821px) {
    .category-img>div {
        height: 190px !important;
    }
}

@media (max-width: 820px) and (min-width: 669px) {
    .category-img>div {
        height: 170px !important;
    }
}

@media (max-width: 668px) and (min-width: 577px) {
    .category-img>div {
        height: 130px !important;
    }
}

@media (max-width: 576px) {
    .category-img>div {
        height: 200px !important;
    }
}
