.heroInner--about {
    background-position: bottom center;
}

/*********************
START: MISSION
*********************/
.mission--content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.mission--text {
    width: 55%;
}

.mission--text p.text--medium {
    margin-block: 1.25rem 1.5rem;
    margin-inline-end: 12rem;
}

.mission--img {
    width: 40%;
    position: relative;
}

.mission--img::before {
    position: absolute;
    content: "";
    left: 0;
    top: -34px;
    background-image: url("../img/rectangle.svg");
    background-repeat: no-repeat;
    z-index: -1;
	filter: brightness(0) saturate(100%) invert(38%) sepia(43%) saturate(1124%) hue-rotate(169deg) brightness(91%) contrast(92%);
}

.mission--img img,
.mission--img::before {
    width: 90%;
    height: 520px;
}

.mission--img img {
    display: block;
    object-fit: cover;
    margin-inline-start: auto;
    border-radius: 250px 250px 30px 30px;
}

/*********************
END: MISSION
*********************/

/*********************
START: ABOUT
*********************/
.about {
    min-height: 100vh;
    padding-block: 120px;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
}

.about::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(34, 113, 177, 0.35);
}

.about--content {
    position: relative;
}

.about--content ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.about--content ul li {
    margin: 36px;
    flex-basis: calc(50% - 72px);
}

.about--content ul li h3 {
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
}

.about--content ul li p {
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    width: 75%;
}

.about--content ul li img {
    width: 100%;
    height: auto;
    aspect-ratio: 4/2.5;
    object-fit: cover;
    margin-block: 1.5rem;
    border-radius: 30px 250px 250px 30px;
}

/*********************
END: ABOUT
*********************/


/*********************
START: memberships
*********************/
.memberships--title{
    margin-inline: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.memberships--title h4{
    width: 80%;
    margin-block-end: 2rem;
}

.memberships--title > p{
    font-style: normal;
    font-weight: 400;
    line-height: var(--line-height150);
}

.memberships .swiper {
    width: 100%;
    height: 100%;
    padding-block: 120px;
    background-color: #F2F1EB;
    margin-block-start: 180px;
}

.memberships .swiper-wrapper {
    transition-timing-function: linear !important;
}

.memberships .swiper-slide {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.memberships .swiper-slide img {
    max-height: 64px;
    max-width: 80%;
    width: auto;
    height: auto;
    display: inline-block;
}

/*********************
END: 
*********************/

/*********************
START: MEDIA
*********************/
@media screen and (min-width: 1440px) {
    .mission--text p.text--medium {
        margin-inline-end: 9.5rem;
    }

    .about--content ul li h3 {
        font-size: var(--text-4xl);
    }

    .about--content ul li p {
        font-size: var(--text-xl);
    }

    .memberships--title > p{
        font-size: 28px;
        width: 70%;
    }
}

@media screen and (min-width: 1320px) and (max-width: 1439px) {
    .mission--text p.text--medium {
        margin-inline-end: 8rem;
    }

    .about--content ul li h3 {
        font-size: var(--text-3xl);
    }

    .about--content ul li p {
        font-size: var(--text-lg);
    }

    .memberships--title > p{
        font-size: var(--text-2xl);
        width: 70%;
    }
}

@media screen and (max-width: 1319px) {
    .mission--img {
        width: 45%;
    }

    .mission--text {
        width: 50%;
    }

    .mission--text p.text--medium {
        margin-inline-end: 0;
    }

    .about--content ul li h3 {
        font-size: var(--text-3xl);
    }

    .about--content ul li p {
        font-size: var(--text-lg);
        width: 80%;
    }

    .memberships .swiper{
        margin-block-start: 160px
    }

    .memberships--title > p{
        font-size: var(--text-2xl);
        width: 75%;
    }
}

@media screen and (max-width: 1200px) {

    .mission--text {
        width: 45%;
    }

    .mission--img {
        width: 52%;
    }

    .mission--img::before {
        top: -30px;
    }

    .about--content ul li {
        margin: 15px;
        flex-basis: calc(50% - 30px);
    }

    .about--content ul li h3 {
        font-size: var(--text-2xl);
    }

    .about--content ul li p {
        width: 90%;
    }

    .memberships--title h4 {
        width: 90%;
        margin-block-end: 1.5rem;
    }

    .memberships--title > p{
        font-size: var(--text-xl);
        width: 80%;
    }

    .memberships .swiper{
        margin-block-start: 140px
    }
}

@media screen and (max-width: 992px) {

    .mission--img img,
    .mission--img::before {
        height: 425px;
        width: 93%;
    }

    .mission--img::before {
        top: -20px
    }

    .about--content ul li p {
        font-size: var(--text-base);
        width: 100%;
    }

    .memberships .swiper{
        margin-block-start: 120px
    }

    .memberships--title h4 {
        width: 100%;
        margin-block-end: 1rem;
    }

    .memberships--title > p{
        width: 90%;
    }
}

@media screen and (max-width: 768px) {

    .mission--content {
        flex-direction: column-reverse;
    }

    .mission--text {
        width: 100%;
        margin-block-start: 2rem;
    }

    .mission--img {
        width: 100%;
    }

    .mission--img img,
    .mission--img::before {
        width: 380px;
        height: 450px;
    }

    .mission--img img {
        margin-inline: auto;
    }

    .mission--img::before {
        left: 40%;
        transform: translateX(-40%);
    }

    .about--content ul li {
        flex-basis: calc(100% - 30px);
    }

    .about--content ul li img {
        width: 100%;
        height: auto;
        aspect-ratio: 4 / 2;
    }

    .memberships .swiper{
        margin-block-start: 100px
    }

    .memberships--title > p{
        width: 100%;
    }
}

@media screen and (max-width: 576px) {

    .mission--img img,
    .mission--img::before {
        width: 300px;
        height: 380px;
    }

    .memberships .swiper{
        margin-block-start: 80px
    }
}

@media screen and (max-width: 470px) {

    .mission--img img,
    .mission--img::before {
        width: 250px;
        height: 330px;
    }

    .mission--img::before {
        top: -15px;
    }

    .mission--img::before {
        left: 37%;
        transform: translateX(-40%);
    }
}

@media screen and (max-width: 425px) {}

@media screen and (max-width: 375px) {
    .mission--img::before {
        left: 35%;
        transform: translateX(-40%);
    }
}

@media screen and (max-width: 320px) {
    .mission--img::before {
        content: unset;
    }

    .mission--img img {
        width: 100%;
    }
}

/*********************
END: MEDIA
*********************/