@import url("https://fonts.googleapis.com/css2?family=Cairo:wght@300;400;600;700;900&display=swap");
body {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #ffffff;
  overflow-x: hidden;
}

.header {
  background: url("/assets/images/how_are_we/DSC06934.png") center/cover no-repeat;
  position: relative;
  z-index: 1;
}

.header::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(90%, rgba(255, 255, 255, 0.5)), color-stop(100%, rgb(255, 255, 255)), to(transparent));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 90%, rgb(255, 255, 255) 100%, transparent);
}

.who-we-are-section {
  position: relative;
  height: 100%;
}
.who-we-are-section .custom-card-for-who-are-we {
  background-color: #f5f5f5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 887px;
  margin: 0 auto;
  border-radius: 30px;
}
.who-we-are-section p {
  margin: 0 auto;
  max-width: 1039px;
  text-align: justify;
  line-height: 2.5rem !important;
}
.who-we-are-section .absolute-img img {
  position: absolute;
  bottom: 0;
}
.who-we-are-section .absolute-img .left-bottom {
  left: 0;
}
.who-we-are-section .absolute-img .right-bottom {
  right: 0;
}
.who-we-are-section .img-size {
  width: 70px;
}
.who-we-are-section .img-section img {
  width: 400px;
}

.manager-speech p {
  max-width: 1039px;
  font-size: 1.2rem;
  text-align: justify;
  line-height: 2.5rem !important;
}

.ethics-section ul li {
  font-size: 1.5rem;
  font-family: "Cairo", sans-serif;
  font-weight: 400;
  margin-block: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  align-items: center;
}
.ethics-section .customStyle-card {
  background-color: #f5f5f5;
  border-radius: 30px;
  text-align: center;
}
.ethics-section .customStyle-card .ethics-img {
  width: 60px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1rem;
}
.ethics-section .info-icons {
  width: 40px;
}

#more {
  display: none;
}

#more-btn {
  background-color: transparent;
  color: black;
  border: none;
}