.swiper-slide img {
    display: block;
    width: 100%;
    height: 85vh;
    object-fit: cover;
}


.swiper-text {
    color: #FFF;
    width: 100%;

}

.swiper-text p,
.swiper-text h1 {
    width: 40%;
    text-transform: inherit
}

.mission-grid {
    margin-top: 50px;
    padding: 0 5%;
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.one {
    width: 90%;
    height: 90%;

    background-color: #232163;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: left;
    border: 5px solid #e5af12;
    padding: 50px;
    align-items: center;
    align-self: center;
    text-align: center;
    margin: 0 auto;
    color: #FFF;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.one h1 {
    width: 90%;
}

.one p {
    text-align: center;
    width: 90%;
}

.another {
    margin-bottom: 50px;
}

.me {
    width: 90%;
    height: 90%;
    background-color: #232163;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: left;
    border: 5px solid #e5af12;
    padding: 100px;
    align-items: center;
    align-self: center;
    text-align: center;
    margin: 0 auto;
    color: #FFF;

}

.me h1 {
    width: 90%;
}

.me p {
    text-align: center;
    width: 90%;
}

.icon {
    display: flex;
    justify-content: flex-end;
    border: 2px solid;
    width: 100%;
    top: 60;
    margin-left: 40%;
}

@media (max-width:957px) {
    .swiper-text{
        width: 100%;
        padding: 0 5%;
    }
    .swiper-text p, .swiper-text h1{
        width: 100%;
    }
    .mission-grid {
        display: block;
        width: 100%;
        margin: 0 auto;
    }

    .one {
        margin-bottom: 50px;
        text-align: center;
        margin: 0 auto;
        margin-top: 50px;
    }
    .me{
        margin-top: 50px;
    }

}