/* ---------- About ---------- */
.about{
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding-top: 10rem;
    margin: 0 auto;
    display: flex;    
    width: 90%;
}

.about_container{
    flex-direction: column;
}

.cont{
    width: 100%;
    margin: 0;
}

.ms{
    margin: 4rem 0;
    width: 100%;
}

.desc, .text{
    font-size: 1.10rem;
}

.desc, .values{
    text-align: center;
    padding: 3rem 0;
    width: 50%;
}

.desc{
    padding-right: 5rem;
}

.values{
    background-color: #F0F0F0;
    letter-spacing: 8px;
    line-height: 5rem;
    font-size: 1.5rem;
    font-weight: 500;
}

.text{
    text-align: center;
    margin-top: 7rem;
    width: 60%;
}

.txt2{
    border-top: 2px solid black;
    margin-bottom: 4rem;
    text-align: center;
    padding: 4rem;
    width: 100%;
}

.mision, .vision{
    flex-direction: column;
    padding: 4rem;
    width: 50%;
}

.mision{
    border-right: 2px solid white;
}

.t4{
    letter-spacing: 8px;
    height:fit-content;
    font-size: 1.75rem;
    line-height: 1;
    margin: 0;
}

.mision p, .vision p{
    text-align: center;
    font-size: 1.10rem;
    margin-top: 2rem;
}

.principles p{
    font-size: 1.5rem;
    margin: 2rem;
}

.invest{
    margin: 0 auto;
    font-size: 1.10rem;
    padding: 10rem 0;
    width: 90%;
}

.cont_inv{
    width: 100%;
}

.text3{
    text-align: center;
    width: 80%;
}

.black{
    width: 100%;
    border: #000000;
    margin: 0;
    background-color: #000000;
    color: #FFFFFF;
}

.ms{
    width: 90%;
}

@media only screen and (max-width : 1024px){
    .about, .cont, .about_container, .ms, .text, .text3, .invest{
        flex-direction: column;
        margin-top: 0;
        width: 100%;
    }

    .txt2{
        border-top: 0;
    }

    .invest{
        padding: 4rem;
        margin-bottom: 0;
        padding-bottom: 0;
    }

    .text3{
        text-align: justify;
    }

    .values{
        justify-content: center;
        flex-direction: column;
        align-items: center;
        letter-spacing: 1px;
        text-align: center;
        font-size: 1.35rem;
        line-height: 3rem;
        display: flex;
        margin-top: 0;
    }

    .desc, .values{
        text-align: justify;
        padding: 4rem;
        width: 100%;
    }

    .mision, .vision{
        width: 100%;
        border: 0px;
    }

    .vision{
        border-top: 2px solid white;
    }

    .mision p, .vision p{
        text-align: justify;
    }

    .text{
        text-align: justify;
        padding: 4rem;
        width: 100%;
    }
}
