.about_us_outer {
    padding-top: 5%;
    padding-bottom: 5%;
    height: auto;
    display: flex;
    flex-direction: column;
}

.about_us_inner {
    width: 60%!important;
    display: flex;
    flex-direction: column;
    align-self: center;
}

.about_us_inner p, .history_mission_inner p {
    color: #7E7E7E;
}

.history_mission_outer {
    display: flex;
    flex-direction: column;
    padding-bottom: 5%;
}

.history_mission_inner {
    width: 60%!important;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-self: center;
    gap: 5%;
}

.team_outer {
    display: flex;
    flex-direction: column;
    padding-bottom: 15%;
}

.team_inner {
    width: 60%!important;
    display: flex;
    flex-direction: column;
    align-self: center;
    gap: 5%;
}

.team {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 5%;
    margin-top: 20px;
}

.team_member {
    padding: 5%;
    border: 1px solid #000000;
    border-radius: 5px;
    width: 100%;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.team_member img {
    width: 200px;
    margin-bottom: 10px;
}

.member_title {
    color: #CAB04D;
}

.member_description {
    color:#7E7E7E;
}
