@media (min-width: 319px) and (max-width: 400px) {
    .section.d-1 .card__footer {
        flex-direction: column;
        justify-content: center;
    }
    .section.d-4 .card__footer .btn__wrap {
        margin-left: 0px;
        margin-top: 2rem;
    }
}
@media (max-width: 767px) {
    .section.d-5 .swiper.swiper__d-5 .swiper-wrapper {
        flex-direction: unset;
        flex-wrap: unset;
        gap: unset;
    }
}
@media (max-width: 1024px) {
    .section.d-5 .card__body {
        height: 17rem;
    }
}
@media only screen and (min-width: 1024px) {
    .section.d-5 .card__body {
        height: auto;
    }
}
.section.d-3 .school__img-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F2F2F2;
}
.section.d-4 .img__wrap a {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F2F2F2;
    width: 100%;
    height: 100%;
    border-radius: 1.6rem;
}