.about {
    position: relative;
    height: 60vh
}

.about:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5960784314), rgba(0, 0, 0, 0.2549019608), rgba(0, 0, 0, 0))
}

.about .about-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-position: center;
    object-position: center;
    -o-object-fit: cover;
    object-fit: cover
}


.mission .mission-image {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%
}

.mission .mission-image img {
    height: 100%;
    width: 100%;
    z-index: -1
}

@media screen and (min-width: 992px) {
    .mission .mission-image img {
        width: 65%
    }
}

.mission .mission-image:where([dir=rtl],[dir=rtl] *) {
    left: unset;
    right: 0
}

@media screen and (min-width: 992px) {
    .mission .mission-content {
        margin-left: auto;
        width: 65%
    }

    .mission .mission-content:where([dir=rtl],[dir=rtl] *) {
        margin-left: unset;
        margin-right: auto
    }
}


.about-section .about-image {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(60%, -50%)
}

.about-section .about-image:where([dir=rtl],[dir=rtl] *) {
    left: 0;
    right: unset;
    transform: translate(-60%, -50%)
}