.aboutUsInfo {
    margin: 0;
    padding: 96px;
}

.aboutUsInfo p {
    line-height: 170% !important;
}

.aboutUsOurMission p {
    line-height: 150% !important;
}

.aboutUsInfoFirstRow, .aboutUsInfoSecondRow {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.aboutUsInfoSecondRow {
    margin-top: 64px;
}

.aboutUsInfoFirstRow h2 {
    font-size: 64px;
    font-weight: bold;
    color: #1F2937;
    min-width: 50%;
}

.aboutUsInfoSecondRow h3 {
    font-size: 48px;
    font-weight: bold;
    color: #1F2937;
    min-width: 50%;
}

.aboutUsInfoRowText {
    font-size: 20px;
    color: #424242;
}

.aboutUsInfoRowText h3 {
    color: #1F2937;
    font-weight: 700;
    margin-bottom: 32px;
}

.aboutUsInfoRowText p {
    margin-bottom: 30px;
}

.aboutUsOurMission {
    padding: 96px;
    margin: 0;
    text-align: left;
    color: white;
    height: 720px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.aboutUsOurMissionContainer {
    width: 60%;
}

.aboutUsOurMission h3 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 32px;
}

.aboutUsOurMission p {
    font-size: 20px;
    font-weight: 300;
}

.aboutUsSubInfo {
    padding: 96px;
    margin: 0;
}

.aboutUsSubInfoContainer {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    width: 100%;
}

.aboutUsSubInfoContainer img {
    margin-right: 48px;
}

.aboutUsSubInfoText {
    color: #424242;
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 640px;
    font-size: 20px;
}

.leadershipTeam {
    padding: 96px;
    margin: 0;
    text-align: center;
}

.leadershipTeam h2 {
    color: #1F2937;
    font-size: 48px;
    font-weight: bold;
    margin-bottom: 64px;
}

.leadershipTeamContainer {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}

.leadershipTeamItem {
    max-width: 600px;
    text-align: left;
    margin-bottom: 24px;
}

.leadershipTeamItem h4 {
    font-size: 20px;
    font-weight: bold;
    margin: 24px 0 10px 0;
}

.leadershipTeamItem p {
    color: #424242;
    font-size: 18px;
    font-weight: 300;
}

.leadershipTeamItem p:nth-child(3) {
    font-weight: 500;
}

.aboutUsServices {
    padding: 96px;
    margin: 0;
    background-color: var(--main-blue);
    color: white;
    text-align: center;
}

.aboutUsServices h4 {
    font-size: 18px;
    color: #A4B8B8;
    font-weight: 400;
}

.aboutUsServices h2 {
    font-size: 48px;
    font-weight: bold;
    margin-bottom: 48px;
}

.aboutUsServicesContainer {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.aboutUsServicesItem {
    max-width: 394px;
    text-align: left;
    font-size: 20px;
    font-weight: 500;
    padding: 24px;
}

.aboutUsServicesItem img {
    margin-bottom: 24px;
}

.aboutUsServicesSubInfo {
    padding: 96px;
    margin: 0;
    text-align: center;
}

.aboutUsServicesSubInfo h2 {
    font-size: 48px;
    margin-bottom: 64px;
    font-weight: 700;
}

.aboutUsServicesSubInfoContainer {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}

.aboutUsServicesSubInfoItem {
    max-width: 384px;
    text-align: left;
}

.aboutUsServicesSubInfoItem h4 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 24px;
}

.aboutUsServicesSubInfoItem p {
    font-size: 18px;
    font-weight: 300;
    color: #424242;
}

.aboutUsButtonLine {
    width: 100%;
}

.aboutUsButtonLine a {
    text-decoration: none;
    color: white;
}

.aboutUsBtn {
    margin: 32px auto 0 auto;
    width: 192px;
    height: 70px;
}

@media (max-width: 1400px) {
    .aboutUsInfoFirstRow, .aboutUsInfoSecondRow {
        flex-direction: column;
    }

    .aboutUsSubInfoContainer img {
        max-width: 48%;
        margin-right: 0;
    }

    .aboutUsSubInfoText {
        flex-direction: column;
        justify-content: center;
        max-width: 50%;
        font-size: 18px;
        padding-left: 10px;
    }

    .leadershipTeamContainer {
        justify-content: center;
    }

    .leadershipTeamItem {
        text-align: center;
    }


}

@media (max-width: 990px) {
    .aboutUsServices {
        padding: 48px;
    }

    .aboutUsSubInfo {
        padding: 48px 20px;
        margin: 0;
    }


}

@media (max-width: 890px) {
    .aboutUsServicesContainer {
        justify-content: center;
    }

    .aboutUsServices h2 {
        font-size: 28px;
        font-weight: bold;
        margin-bottom: 40px;
    }


}


@media (max-width: 800px) {
    .aboutUsServicesSubInfoContainer {
        justify-content: center;
        width: 100%;
    }

    .aboutUsSubInfoContainer {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        row-gap: 24px;
    }

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

    .aboutUsSubInfoText {
        max-width: 100%;
        font-size: 16px;
        padding-left: 0;
        line-height: 150%;
    }


    .aboutUsServicesSubInfoItem {
        max-width: 384px;
        text-align: left;
    }

    .aboutUsServicesSubInfo h2 {
        font-size: 35px;
        margin-bottom: 40px;
    }

    .aboutUsServicesSubInfo {
        padding: 48px;
    }

    .aboutUsInfo {
        margin: 0;
        padding: 48px;
    }

    .aboutUsInfoFirstRow h2 {
        font-size: 50px;
    }

    .aboutUsInfoSecondRow {
        margin-top: 32px;
    }

    .aboutUsOurMissionContainer {
        width: 100%;
    }

    .aboutUsButtonLine {
        display: none;
    }

    .leadershipTeam {
        padding: 48px 20px;
        margin: 0;
        text-align: center;
    }


}

.headerInfo img.pictur_image {
    height: auto !important;
    aspect-ratio: auto !important;
}

@media (max-width: 650px) {
    .aboutUsOurMission {
        padding: 48px;
        height: auto;
    }

    .aboutUsOurMission {
        background-image: url(/public/images/aboutUs/About_Us_mob.png) !important;
        background-size: cover;
        background-repeat: no-repeat;
    }
}

@media (max-width: 550px) {
    .leadershipTeam {
        padding: 48px 10px;
    }

    .aboutUsOurMission {
        padding: 48px 10px;
        height: auto;
    }

    .aboutUsOurMission h3 {
        font-size: 22px;
        line-height: 136%;
    }

    .aboutUsOurMission p {
        font-size: 16px;
        line-height: 150%;
    }

    .leadershipTeam h2 {
        font-size: 22px;
        line-height: 136%;
        margin-bottom: 32px;
    }

    .leadershipTeamItem {
        border-radius: 20px;
        padding: 24px 10px;
        background: #1a2a3a;
        margin-bottom: 0;
    }

    .leadershipTeamItem * {
        color: #fff;
    }

    .leadershipTeamItem h4 {
        font-size: 18px;
        line-height: 144%;
        margin: 16px 0 8px 0;
    }

    .leadershipTeamItem p {
        font-weight: 400;
        font-size: 14px;
        line-height: 157%;
        color: #fff;
    }

    .leadershipTeamItem img {
        border-radius: 20px;
        width: 100px !important;
        height: auto;
        margin: 0 auto;
        margin-bottom: 16px;
    }

    .aboutUsInfo {
        margin: 0;
        padding: 32px 10px;
    }

    .aboutUsInfoFirstRow h2, .aboutUsInfoRowText h3 {
        font-size: 28px;
        line-height: 129%;
        margin-bottom: 32px;
    }


    .aboutUsInfoSecondRow {
        margin-top: 0;
    }

    .aboutUsInfoRowText {
        font-size: 16px;
        line-height: 150%;
    }

    .aboutUsInfoRowText p {
        margin-bottom: 10px;
    }


    .aboutUsServicesSubInfo {
        padding: 48px 10px;
    }

    .aboutUsServices {
        padding: 48px 10px;
    }

    .aboutUsServicesSubInfo h2 {
        font-size: 22px;
        line-height: 136%;
        margin-bottom: 32px;
    }

    .aboutUsServicesItem {
        max-width: 100%;
        font-size: 18px;
        padding: 12px;
        text-align: center;

    }

    .aboutUsServicesItem img {
        margin-bottom: 24px;
    }

    .aboutUsServices h2 {
        font-size: 22px;
        font-weight: bold;
        margin-bottom: 32px;
    }

    .aboutUsServices h4 {
        font-size: 12px;
        line-height: 133%;
        margin-bottom: 4px;
    }

    .aboutUsServicesSubInfoItem h4 {
        font-size: 18px;
        line-height: 144%;
        margin-bottom: 16px;
    }

    .aboutUsServicesSubInfoItem p {
        font-size: 16px;
        line-height: 150%;
        margin-bottom: 24px;
    }


}
