p {
  font-weight: 500;
}
.about_us_page {
  padding: 0 0 0 0;
  overflow: visible;
  overflow-x: clip;
  position: relative;
}
.about_us_page::after {
  content: "";
  position: absolute;
  width: 330px;
  height: 80%;
  opacity: 0.12;
  filter: blur(50px);
  z-index: 1;
  bottom: -50%;
  left: -5%;
  background-color: #e63f38;
}
.about_us_page.no_after::after {
  display: none;
}
.about_us_page .about_main_item {
  padding: 15px 30px;
  border-radius: 75px;
  overflow: hidden;
  background-color: #fff;
  border: 1px solid #e6e6e6;
  position: relative;
}
.about_us_page .about_main_item .content {
  padding: 50px 0 50px 30px;
}
.about_us_page .about_main_item .content.privacy_content h1,
.about_us_page .about_main_item .content.privacy_content h2,
.about_us_page .about_main_item .content.privacy_content h3,
.about_us_page .about_main_item .content.privacy_content h4,
.about_us_page .about_main_item .content.privacy_content h5,
.about_us_page .about_main_item .content.privacy_content h6 {
  font-weight: 700;
}
.about_us_page .about_main_item .content:lang(ar),
.about_us_page .about_main_item .content:lang(fa) {
  padding: 50px 30px 50px 0;
}
.about_us_page .about_main_item .content h3 {
  font-size: 42px;
  font-weight: 700;
  color: #000;
  margin-bottom: 12px;
}
.about_us_page .about_main_item .content h3 span {
  color: #e63f38;
}
.about_us_page .about_main_item .content p {
  margin-bottom: 10px;
  line-height: 1.4;
  font-size: 17px;
  font-weight: 400;
}
.about_us_page .about_main_item .content p:lang(ar),
.about_us_page .about_main_item .content p:lang(fa) {
  font-size: 18px;
  line-height: 1.6;
}
.about_us_page .about_main_item .imgs {
  width: 100%;
}
.about_us_page .about_main_item .imgs img {
  width: 100%;
  height: 100%;
}
.about_page_ours {
  padding: 0 0 80px;
  position: relative;
  overflow-y: visible;
}
.about_page_ours::after {
  content: "";
  position: absolute;
  width: 330px;
  height: 80%;
  opacity: 0.12;
  filter: blur(50px);
  z-index: 1;
  bottom: 10%;
  right: -5%;
  background-color: #1966a2;
}
.about_page_ours .our_content {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 40px;
  padding: 50px 30px 15px;
  overflow: hidden;
  margin-top: 30px;
}
.about_page_ours .our_info p:lang(ar),
.about_page_ours .our_info p:lang(fa) {
  font-size: 17px;
}
.about_page_ours .our_content .our_title {
  margin-bottom: 30px;
}
.about_page_ours .our_content .our_title h4 {
  font-size: 42px;
  font-weight: 700;
  color: #000;
}
.about_page_ours .our_content .our_title h4 span {
  color: #e63f38;
}
.about_page_ours .our_content .our_info img.d-block {
  width: 100%;
  margin-top: 25px;
}
.about_page_ours .our_content .our_info .our_sort {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.about_page_ours .our_content .our_info .our_sort span {
  font-size: 60px;
  font-weight: 800;
  color: #cacaca;
}
.about_page_ours .our_content .our_info .our_sort p {
  padding: 0 20px;
  line-height: 1.4;
  font-weight: 500;
}
.about_page_ours .our_content .our_info .our_sort p:lang(ar),
.about_page_ours .our_content .our_info .our_sort p:lang(fa) {
  line-height: 1.6;
  font-size: 18px;
}
.about_page_ours .our_content .our_info .values {
  padding: 20px 30px;
}
.about_page_ours .our_content .our_info .values span {
  display: inline-block;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  border: 1px solid #eaeaea;
  line-height: 65px;
  text-align: center;
  color: #e63f38;
  font-size: 26px;
  margin-bottom: 12px;
}
.about_page_ours .our_content .our_info .values h5 {
  font-weight: 700;
  font-size: 24px;
  margin: 8px 0 12px;
}
.about_page_ours .our_content .our_info .values p {
  font-size: 15px;
}
.about_page_ours .our_content .our_info .values p:lang(ar),
.about_page_ours .our_content .our_info .values p:lang(fa) {
  font-size: 17px;
}
@media (max-width: 567px) {
  .about_us_page .about_main_item .content {
    padding: 50px 0 !important;
  }
  .about_us_page .about_main_item .content h3 {
    font-size: 28px;
  }
  .about_page_ours .our_content .our_title h4 {
    font-size: 28px;
  }
  .about_us_page .about_main_item .content p {
    font-size: 15px;
  }
  .about_us_page .about_main_item {
    padding: 15px 20px;
  }
  .about_page_ours .our_content .our_info .values {
    padding: 20px 0px;
  }
}
@media (max-width: 425px) {
  .about_page_ours .our_content .our_info .our_sort {
    flex-direction: column;
    align-items: flex-start;
  }
  .about_page_ours .our_content .our_info .our_sort p {
    padding: 0;
  }
}
