.main_container {
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: gray;
  row-gap: 15px;
  font-family: Arial, Helvetica, sans-serif;
}

h1,
h3,
p {
  text-align: center;
}

.our_vision,
.our_company,
.our_sp,
.our_mission {
  color: var(--MAIN-MASTARD);
  font-size: 30px;
  margin-top: 50px;
}
.our_company {
  font-size: 35px;
}
.our_company .tm {
  font-size: 22px;
  vertical-align: super;
  color: #9e9e9e; /* optional */
  margin-right: 2px;
}

.our_company_p,
.our_sp_p,
.our_vision_p {
  color: #c7c7c7;
  direction: rtl;
  font-weight: bold;
  font-size: 19px;
  word-spacing: 1px;
  text-align: center;
}

.table_img {
  width: 70%;
  height: auto;
  border-radius: 10px;
  margin-top: 8px;
}

.our_sp_p {
  color: #0054a3;
  font-size: 24px;
  text-align: center;
}

.fresh {
  font-size: 16px;
  direction: rtl;
  color: #00a108;
  text-indent: -10px;
  text-align: center;
}

.our_partners,
.our_team,
.our_values {
  margin-top: 120px;
  color: var(--MAIN-MASTARD);
  font-weight: normal;
}

.our_team_p {
  font-size: 18px;
  text-align: center;
  color: white;
}

.ps {
  width: 100%;
  max-width: max-content;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 15px;
  margin-top: 10px;
  padding: 10px;
  border: 2px solid var(--MAIN-MASTARD);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.ps img {
  height: 45px;
  width: auto;
}

/* ------------ */
.cn {
  width: max-content;
  display: flex;
  gap: 60px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.cn .x {
  text-align: center;
  margin: 20px auto;
}
.cn .x h1 {
  font-size: 80px;
  color: var(--MAIN-MASTARD);
}

.cn .x span {
  font-size: 20px;
}

/* --- contact - rights --- */
.cus {
  margin: 100px auto 50px;
  font-size: 18px;
  text-align: center;
}
span.contact_us {
  color: var(--MAIN-MASTARD);
}
.rights {
  align-self: flex-start;
  font-size: 14px;
  text-align: center;
}

/* ------- media ----------- */
@media (max-width: 992px) {
  .our_mission,
  .our_partners,
  .our_team {
    margin-top: 80px;
  }

  .our_mission_h1,
  .our_partners_h1,
  .our_team_h1 {
    font-size: 40px;
    line-height: 45px;
  }
}

@media (max-width: 768px) {
  .our_mission_h1,
  .our_partners_h1,
  .our_team_h1 {
    font-size: 35px;
    line-height: 40px;
  }
}

@media (max-width: 576px) {
  .our_mission_h1,
  .our_partners_h1,
  .our_team_h1 {
    font-size: 25px;
    line-height: 30px;
    text-wrap: wrap;
  }

  .our_team_p {
    font-size: 14px;
  }

  .cn {
    gap: 40px;
  }
  .cn .x h1 {
    font-size: 60px;
  }

  .cn .x span {
    font-size: 18px;
  }
}
