.nosotros__titulo {
    font-family: "Lato", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    text-align: center;
    padding-top: 100px;
}

.nosotros__objetivos {
    display: flex;
    justify-content: space-between;
    width: 80%;
    margin: auto;
    text-align: center;
    padding-top: 100px;
    padding-bottom: 100px;
}

.nosotros__objetivo-individual {
    font-family: "Lato", sans-serif;
    font-style: normal;
    width: 30%;
}

.nosotros__valores ul li {
    text-align: left;
    color: #828282;
}

.nosotros__valores ul li span {
    font-weight: 700;
    color: #444;
}

.nosotros__objetivo-individual h2 {
    font-weight: 700;
    font-size: 28px;
    margin-bottom: 35px;
}

.nosotros__objetivo-individual p {
    line-height: 1.4;
    color: #828282;
}

.nosotros__objetivos-info {
    width: 80%;
    margin: auto;
    padding-bottom: 150px;
}

.nosotros__objetivos-info p {
    font-family: "Lato", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    color: #828282;
    line-height: 1.6;
    text-align: center;
}

.nosotros__makeup-samples {
    display: flex;
    justify-content: space-between;
    width: 80%;
    margin: auto;
    margin-bottom: 100px;
}

.nosotros__makeup-samples img {
    object-fit: contain;
    height: 400px;
}

.nosotros__makeup-samples .sample-1 {
    width: 33%;
}

.nosotros__makeup-samples .sample-2 {
    width: 63%;
}

@media (max-width: 764px) {
    .nosotros__objetivos {
        padding-top: 50px;
        flex-wrap: wrap;
        justify-content: center;
        width: 100%;
        padding-bottom: 50px;
    }

    .nosotros__objetivo-individual {
        width: 80%;
        margin-bottom: 30px;
        font-size: 18px;
    }

    .nosotros__objetivos-info {
        padding-bottom: 50px;
    }

    .nosotros__makeup-samples {
        flex-wrap: wrap;
    }

    .nosotros__makeup-samples .sample-1, .nosotros__makeup-samples .sample-2 {
        width: 100%;
        height: 200px;
        margin-bottom: 20px;
    }
}