.swiper-slide img {
    display: block;
    width: 100%;
    height:85vh;
    object-fit: cover;
}
.swiper-text{
    color: #FFF;
}
.swiper-text h1{
    font-weight: 500;
}
.about_us{
    padding: 0 5%;
    margin-top: 50px;
}
.about_us h1{
    text-align: center;
    color: #232163;
}

.about_us h5{
    text-align: center;
    color: #ebb809;
}

.about-grid{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    padding: 0 5%;
    margin-top: 50px;
}
.one{
    background-color: #FFF;
    width: 95%;
    padding: 50px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    text-align: center;
    margin-bottom: 50px;
}
.one h1{
    height: 60px;
    width: 60px;
    border-radius: 50%;
    padding-top: 5px;
    background-color: #232163;
    color: #ebb809;
    margin: 0 auto;
    margin-bottom: 20px;
    text-align: center;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}

.about-heading h1{
    color: #232163;
}

@media (max-width:957px) {
    .about-grid{
        display: block;
        width: 100%;
        margin: 0 auto;
    }
    .one{
        padding: 0 5%;
        padding-block: 5%;
    }
}