h3 {
  font-family: "Poppins-Bold";
}

#header_section {
  background-color: #fff;
}

#who_we_about_section {
  background-color: #F6F6F6;
  padding: 70px 0;
}

#who_we_list_section .who-we-list-contents-col {
  padding-right: 80px;
  display: flex;
  align-items: center;
}
#who_we_list_section .who-we-list-contents-col .who-we-list-contents h3 {
  font-weight: bold;
  font-size: 36px;
  color: #006F62;
}

#who_we_list_bg_section {
  background-color: #006F62;
  padding: 50px 0;
}
#who_we_list_bg_section .who-we-list-contents-col {
  padding-right: 80px;
  display: flex;
  align-items: center;
}
#who_we_list_bg_section .who-we-list-contents-col .who-we-list-contents h3 {
  font-weight: bold;
  font-size: 36px;
  color: #00BCA6;
}
#who_we_list_bg_section .who-we-list-contents-col .who-we-list-contents p {
  color: #fff;
}

.main-btn button {
  background-color: #fff;
}
.main-btn button.white-btn {
  border-color: #006F62 !important;
  color: #006F62 !important;
}
.main-btn button.white-btn img {
  filter: none;
}
.main-btn button.white-btn:hover {
  background-color: #006F62 !important;
  color: #fff !important;
}
.main-btn button.white-btn:hover img {
  filter: invert(1) brightness(2);
}

@media only screen and (max-width: 1440px) {
  h2 {
    font-size: 36px;
  }
}
@media only screen and (max-width: 767px) {
  h2 {
    font-size: 24px;
  }
  h2 br {
    display: none;
  }
  .who-we-list-image img {
    width: 100%;
  }
  #who_we_about_section {
    padding-top: 40px;
    padding: 30px 0;
  }
  #who_we_about_section img {
    margin-bottom: 20px;
  }
  .m-top {
    margin-top: 30px;
  }
  .who-we-list-contents-col {
    padding-right: 10px !important;
  }
  .main-btn button {
    padding: 6px 20px;
    font-size: 14px;
  }
  h3 {
    font-size: 24px !important;
  }
  .order-contr {
    order: 2;
    margin-top: 20px;
    padding: 0px 10px !important;
  }
}
html:lang(ar) .main-btn button.white-btn span {
  margin-right: 5px !important;
  margin-left: 0 !important;
}
html:lang(ar) .main-btn button.white-btn span img {
  transform: rotate(270deg);
}
html:lang(ar) .main-btn button span {
  margin-right: 5px !important;
  margin-left: 0 !important;
}
html:lang(ar) .main-btn button span img {
  transform: rotate(270deg);
}
