

.classify-title {
    text-transform: capitalize;
}

#travel,
#health {
    overflow: hidden;
}

@media (min-width: 768px) {
    .md\:min-w-\[320px\] {
        min-width: 266px;
    }
}

@media screen and (max-width: 768px) {
    #mobile-menu {
        height: 100vh;
    }

    .detail-list {
        display: none;
    }

    .flex {
        display: flex;
        flex-wrap: wrap;
    }

    #prev-btn,#next-btn{
        display: none;
    }
}

.rounded-xl{
    border-radius: 0;
}
