@media (min-width: 992px) {
    .premium-section-2-horoscopes-list {
        margin-left: -20px;
        margin-right: -20px;
    }
}
.premium-section-2-horoscopes-list-item {
    margin-bottom: 30px;
}
@media (min-width: 992px) {
    .premium-section-2-horoscopes-list-item {
        padding-left: 20px;
        padding-right: 20px;
    }
}
.premium-section-2-horoscopes-list-item-name {
    font-weight: 700;
    font-size: 16px;
    line-height: 15px;
    text-align: center;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.body-dark .premium-section-2-horoscopes-list-item-name {
    color: #fff;
}
.premium-section-2-horoscopes-list-item-thumb {
    position: relative;
    padding-bottom: 45%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}