.infrastructure__slider__Wrapper .swiper-button-prev::after,.infrastructure__slider__Wrapper .swiper-button-next::after {
    content: ''; /* Correct use of content */
    background-image: url('../../img/Infrastructure/infa-arrow_left_circle_1x.webp'); /* Background image */
    background-size: contain; /* Ensure the image fits properly */
    background-repeat: no-repeat; /* Avoid tiling the image */
    display: inline-block; /* Ensure the pseudo-element is visible */
    width: 36px; /* Specify dimensions for visibility (adjust as needed) */
    height: 36px; /* Specify dimensions for visibility (adjust as needed) */
}
.infrastructure__slider__Wrapper .swiper-button-next::after{
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.infrastructure__slider__Wrapper .swiper-button-prev{
    left: 111px !important;
}

.infrastructure__slider__Wrapper .swiper-button-next{
    right: 111px !important;
}

.classroom__wrapper p:nth-child(1),.outdoor__wrapper p:nth-child(1),.laboratories__wrapper p:nth-child(1),.holistic__wrapper p:nth-child(4),.holistic__wrapper p:nth-child(6),.holistic__wrapper:nth-child(8){
    color: #000000;
    font-size: 28px;
    font-weight: 600;
}
.classroom__wrapper ul,.outdoor__wrapper ul,.laboratories__wrapper ul,.holistic__wrapper ul{
    padding: 0 25px;
}
.holistic__wrapper{
    background: #F6F4EE;
}
.student__safety{
    background-color: #ffffff;
}

@media screen and (min-width:768px) {
    .infrastructure__slider__Wrapper .swiper-pagination-bullets.swiper-pagination-horizontal{
        display: none;
    }
    
}

@media screen and (max-width:768px) {
    .infrastructure__slider__Wrapper .swiper-button-next,.infrastructure__slider__Wrapper .swiper-button-prev{
        display: none;
    }
    .infrastructure__slider__Wrapper .swiper-pagination-bullets.swiper-pagination-horizontal{
        bottom: auto !important;
    }
    .word__class__info__card__wrapper .row,.holistic__wrapper .row{
        gap: 30px;
    }
    
}

