.who-we-are {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
}

.who-we-are h1,
.who-we-are h2,
.who-we-are p,
.who-we-are li {
    color: var(--text-color-black);
    text-align: justify;
}

.who-we-are h1 {
    font-weight: 600;
    font-size: 32px;
    line-height: 100%;
    letter-spacing: 0%;
    margin-bottom: 16px;
}

.who-we-are h2 {
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0%;
    margin: 0;
}

.who-we-are p,
.who-we-are li {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0%;
}

.who-we-are .about img {
    max-width: 510px;
    width: 100%;
    max-height: 272px;
    height: 100%;
    margin-top: 0;
    border-radius: 32px;
}

.who-we-are ul {
    list-style-type: disc;
    padding-left: 25px;
}


.who-we-are .about div,
.who-we-are .institutional {
    max-width: 50%;
}

.who-we-are .about {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 140px;
}

.who-we-are .institutional section {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

@media (max-width: 992px) {
    .who-we-are {
        padding: 0 36px;
    }
    .who-we-are .about div,
    .who-we-are .institutional {
        max-width: 100%;
    }
    .who-we-are .about {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 0;
        padding-bottom: 32px;
        border-bottom: 1px solid var(--border-color);
    }
    .who-we-are .institutional {
        padding-top: 32px;
    }
    .who-we-are .about img {
        margin-top: 40px;
    }
}

@media (max-width: 576px) {
    .who-we-are {
        padding: 0 29px;
    }
    .who-we-are .about {
        border-bottom: 0;
        padding-bottom: 0;
    }
    .who-we-are h1 {
        margin-bottom: 24px;
    }
    .who-we-are .institutional section {
        gap: 20px;
    }
    .who-we-are .about img {
        margin-top: 32px;
        border-radius: 12px;
    }
}
