.content-text-our-mission {
    padding: 188px 128px;
    position: relative;

    @media screen and (max-width: 1580px) {
        padding-top: 120px;
        padding-bottom: 120px;
    }

    @media screen and (max-width: 1280px) {
        padding: 120px 50px;
    }

    @media screen and (max-width: 520px) {
        padding: 54px 34px;
    }
}

.text-our-mission {
    font-size: 24px;
    font-weight: 500;
    max-width: 870px;
    line-height: 30px;
    position: relative;
    z-index: 2;


    @media screen and (max-width: 1580px) {
        font-size: 22px;
        line-height: 24px;
        max-width: 680px;
    }

    @media screen and (max-width: 1080px) {
        max-width: 560px;
        font-size: 18px;
        line-height: 22px;

    }

    @media screen and (max-width: 860px) {
        max-width: 100%;
        text-align: center;
    }

    @media screen and (max-width: 520px) {
        font-size: 14px;
        line-height: 17px;
    }

    p {
        margin: 0;
    }

    b,
    strong {
        color: #6800FF;
    }
}

.gradient-our-mission {
    position: absolute;
    background: linear-gradient(89.98deg, #FCFAFF 52.86%, rgba(252, 250, 255, 0.02) 99%);
    width: 100%;
    height: 100%;
    z-index: 1;
    top: 0;
    left: 0;

    @media screen and (max-width: 860px) {
        background: linear-gradient(90deg, #FCFAFF 46.54%, rgba(252, 250, 255, 0.1) 100%);
    }
}

.gradient-purple-left-our-mission {
    z-index: 1;
    top: 0;
    margin-top: 190px;
    margin-left: -200px;
}

.gradient-red-left-our-mission {
    z-index: 1;
    height: 150px;
    margin-bottom: 50px;
    background-color: #E92651;
    margin-left: -130px;
    filter: blur(350px);
}

.water-mark-qintess {
    position: absolute;
    z-index: -2;
    right: 0;
    top: 0;
    height: 100%;

    img {
        height: 100%;
    }
}

.img-our-mission {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
    height: calc(100% - 1px);

    .field--name-field-imagen-descripcion-about,
    .contextual-region,
    .field--name-field-media-image,
    .field__item,
    img {
        height: 100%;
        width: 100%;
    }
}


.icon-qintess-our-mission {
    width: 100%;
    height: 100%;
    background: linear-gradient(89.98deg, #FCFAFF 52.86%, rgba(252, 250, 255, 0.02) 99%);
    -webkit-mask-image: url(../assets/icon-qintess-our-mission.svg);
    mask-image: url(../assets/icon-qintess-our-mission.svg);
    mask-size: contain;
    mask-repeat: no-repeat;
    mask-position: right;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    margin-right: 137px;


    @media screen and (max-width: 860px) {
        margin-right: 0;
        mask-position: center;
        /* background: #ffffff; */
        -webkit-mask-image: url(../assets/icon-qintess-our-mission-mobile.svg);
        mask-image: url(../assets/icon-qintess-our-mission-mobile.svg);
        height: calc(100% - 5px);
    }
}