.trending__text {
    color: black !important;
}

.trending__text:hover {
    color: #FEB900 !important;
}


/* SLIDER DEPAN UTAMA */
.custom__slider {
    padding: 0px !important;
    margin-bottom: 0px !important;
    background-color: #000000;
}


.custom__slider__item {
    background-color: rgb(211, 204, 204);
}

@media screen and (min-width: 992px) {
    .custom__slider__box {
        margin-top: 90px;
    }
}

@media screen and (max-width: 992px) {
    .custom__slider__box {
        margin-top: 75px;
    }
}


/* INFORMASI */
.informasi__item__image {
    border: 1px solid #f0f2f5;
    width: 100px;
    height: 100px;
    border-radius: 10px;
    background-position: center;
    background-size: cover;
}