/* mentor */
.title-custom {
    height: 160px;
}

.card-custom {
    height: 380px !important;
}

.price__thumb-custom {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    top: 150px;
}

.mentor-img-custom {
    object-fit: contain;
    height: 100%;
    width: 100%;
}

/* tentang */
.card-custom-tentang {
    border-radius: 16px;
}

.tentang-img-custom {
    object-fit: cover;
    width: 400px;
    height: 300px;
    max-width: 100%;
    max-height: 100%;
    border-radius: 14px;
}

/* beranda */
.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tentang-img {
    aspect-ratio: 4/3;
    object-fit: cover;
}

.peraturan-text {
    font-size: 16px;
}

/* mobile */
@media (max-width: 767.98px) {
    .tentang-img {
        aspect-ratio: 4/3;
        object-fit: cover;
    }

    .research__download {
        height: 36%;
    }

    .card-peraturan {
        height: 210px !important;
    }
}

/* tablet */
@media (max-width: 991.98px) {
    .tentang-img {
        aspect-ratio: 4/3;
        object-fit: cover;
    }

    .card-peraturan {
        height: 210px !important;
    }
}
