.heroContentContainer.aboutUs .heroContent {
    max-width: 825px;
}

.heroTitle.aboutUs {
    margin-bottom: 55px;
    margin-top: 35px;
}

.heroText {
    color: white;
    margin-bottom: 20px;
    font-size: 18px;
}

.blueText {
    color: #7BE7FF;
    font-weight: normal;
}

.alapacuaInfoContainer {
    width: 28%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 280px;
}

.alapacuaInfo {
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    max-width: 400px;
    border: 2px solid #29C8FF;
    border-radius: 12px;
    height: max-content;
    min-width: 250px;
    margin-top: 1%;
}

.alapacuaInfoText {
    color: white;
    width: max-content;
    text-align: center;
    margin: 9.5% 0 9.5% 14px;
}

.logoCj {
    width: 55%;
    margin-top: 5%;
}

.logoAlapacua {
    width: 60%;
}

.subInfo {
    color: white;
    width: 85%;
    border: 1px solid #29C8FF;
    margin: 6% 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 6% 0;
    border-radius: 12px;
    min-width: 220px;
}

.subInfo img {
    width: 22px;
}

.subInfo p:last-of-type {
    margin-bottom: 5%;
}

.SubInfoItem {
    display: flex;
    column-gap: 12px;
    margin-bottom: 3%;
    cursor: pointer;
    text-decoration: none;
}

.SubInfoItem:last-child {
    margin-bottom: 0;
}

.SubInfoItem span {
    color: #29C8FF;
    text-decoration: none;
}

@media (max-width: 1366px) {
    .heroText {
        font-size: 1.3vw;
    }

    .heroTitle.aboutUs {
        margin-bottom: 40px;
    }

    /* .alapacuaInfo {
        margin-top: 2%;
    } */

    .logoAlapacua {
        width: 45%;
    }

    .logoCj {
        width: 40%;
    }

    .subInfo {
        font-size: 1.1vw;
    }
}