@media only screen and (max-width: 768px) {
    .main-swiper .swiper-image {
        height: 250px !important;
    }
}
.main-swiper .swiper-image {
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 700px;
}

.partner-swiper .swiper-image {
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 150px;
}

.page-description ul{
    list-style: disc;
    margin: 10px;
}
.page-description h2{
    font-size: 2rem;
    font-weight: bold;
    padding-bottom: 10px;
}

.text-gray-500 *{
    color: rgb(113, 113, 122) !important;
}
