.carousel-main img {
    width: 100%;
    height: auto;
    object-position: 100% 0;
    object-fit: cover;
    /* max-height: 80%; */
}
.carousel-layanan img {
    width: 400px;
    height: 600px;
    object-position: 100% 0;
    object-fit: cover;
}
.shop-item {
    /* background: rgb(255, 241, 241); */
    cursor: pointer;
    margin-top: 5px;
    margin-bottom: 5px;
}
.shop-item:hover {
    /* background: rgb(255, 248, 248); */
    cursor: pointer;
}

.ec-icon:hover{
    transform: scale(1.1);
}