.whoWeAre {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    padding: 96px;
}

.whoWeAreText {
    max-width: 600px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.whoWeAreText p {
    padding: 0;
    margin: 0;
    font-weight: 400;
}

.whoWeAreText p:nth-child(1) {
    font-size: 18px;
    font-weight: 300;
    color: #9CA3AF;
}

.whoWeAreText p:nth-child(2) {
    font-size: 48px;
    font-weight: bold;
    color: var(--main-blue);
}

.whoWeAreText p:nth-child(3) {
    font-size: 20px;
    color: #424242;
}

.whoWeAreTextInfo {
    font-size: 20px;
    line-height: 30px;
}

.whoWeAreText a {
    width: fit-content;
}

.whoWeAreText button {
    background-color: var(--main-blue);
    color: white;
    border-radius: 30px;
    width: 150px;
    height: 60px;
    font-size: 18px;
    font-weight: 500;
    margin-top: 30px;
}

.whoWeAreText button:hover {
    cursor: pointer;
}

@media (max-width: 1300px) {
    .whoWeAreText {
        margin-right: 20px;
    }

    .whoWeAre {
        align-items: center;
    }

    .whoWeAre > img {
        max-width: 50%;
    }
}

.who_pic_mob {
    display: none;
}

@media (max-width: 1100px) {
    .whoWeAre {
        padding: 48px;
    }
}

@media (max-width: 850px) {
    .whoWeAre {
        padding: 48px 24px;
    }

    .whoWeAre > img {
        max-width: 40%;
    }

    .whoWeAreText {
        max-width: 59%;
        margin-right: 0;
    }

    .whoWeAreText p:nth-child(3) {
        font-size: 16px;
        color: #424242;
    }
}

@media (max-width: 650px) {
    .who_pic_mob {
        display: block;
        max-width: 100%;
        margin-bottom: 16px
    }

    .who_pic_pc {
        display: none;
    }

    .whoWeAreText {
        max-width: 100%;
        margin-right: 0;
    }

    .whoWeAreText p:nth-child(1) {
        font-size: 14px;
        text-align: center;
    }

    .whoWeAreText p:nth-child(2) {
        font-size: 22px;
        font-weight: 600;
        line-height: 136%;
        text-align: center;
        margin-bottom: 16px;
    }
    .whoWeAreTextInfo {
        font-weight: 400;
        font-size: 20px;
        line-height: 30px;
        color: #424242;
    }

    .whoWeAreText button {
        border: none;
        background: #1a2a3a;
        border-radius: 40px;
        padding: 20px 57px;
        font-weight: 600;
        font-size: 14px;
        line-height: 143%;
        text-transform: capitalize;
        color: #fff;
        width: auto;
        height: auto;
        margin-top: 16px;
        margin-bottom: 0 !important;
    }

    .whoWeAreText a {
        margin: 0 auto;
    }

    .whoWeAreText > a > button {
        margin-bottom: 48px;
    }

    .whoWeAre {
        margin: 48px 10px;
        padding: 0;
    }
}

@media (max-width: 460px) {
    .whoWeAreText p:nth-child(1) {
        font-size: 12px;
    }
}
