.about__history {
    display: flex;
    flex-direction: column-reverse;
    gap: 20px;
    align-items: stretch;
}

@media(min-width: 1024px) {
    .about__history {
        flex-direction: row;
        gap: 50px;
    }
}

.about__history>div {
    flex: 1 0 0;
}

.about__history img {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
    max-height: 300px;
}

.about__history__content {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.about__history__content h1 {
    text-align: start;
}

.about__history__content p {
    text-align: justify;
}

.why {
    padding: 50px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    gap: 40px;
    align-self: stretch;


    background-image: url(../img/bg/bg-cusco.webp), none;
    background-color: rgba(60, 12, 18, 0.5);
    background-position: 0px -109.768px;
    background-size: 100% 344.128%;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
}

.why>div {
    flex: 1 0 0;
    display: flex;
    flex-direction: column;
    max-width: 200px;
    align-items: center;
    gap: 10px;
}

.why p {
    text-align: center;
    font-size: 24px;
    font-weight: 800;
    color: white;
}

.identidad {
    display: flex;
    padding: 50px 150px;
    justify-content: flex-end;
    align-items: center;
    gap: 20px;
    flex: 1 0 0;
    align-self: stretch;
    flex-wrap: wrap;
}

.objetivo,
.mision,
.vision {
    display: flex;
    padding: 20px;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    flex: 1 0 0;
    align-self: stretch;
    background-color: white;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}