.about_us .team_setion .staff_block {
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 1025px) {
  .about_us .team_setion .staff_block {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media screen and (max-width: 1024px) {
  .about_us .team_setion .staff_block {
    margin-left: -12px;
    margin-right: -12px;
  }
}

.about_us .team_setion .members_block .image_block > img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.about_us .team_setion .members_block .image_block > img {
  object-fit: cover;
}

.about_us .team_setion .members_block .image_block iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100% !important;
  height: 100% !important;
}

.about_us .team_setion .members_block .image_block {
  position: relative;
  overflow: hidden;
}
.about_us .team_setion .members_block .image_block:before {
  display: block;
  content: "";
  padding-bottom: 100%;
}

.about_us .title_block img {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
}

.about_us .team_setion .members_info .members_position {
  font-size: 140%;
  line-height: 24px;
}

.about_us {
  margin-top: 30px;
  border-radius: 5px;
  background: #ffffff;
  padding: 50px 80px 80px;
  box-shadow: 0 4px 40px 0 rgba(2, 91, 197, 0.05);
}
@media screen and (min-width: 1025px) and (max-width: 1199px) {
  .about_us {
    padding: 40px 60px 60px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .about_us {
    padding: 40px 40px 40px;
  }
}
@media screen and (min-width: 640px) and (max-width: 767px) {
  .about_us {
    padding: 30px;
  }
}
@media screen and (max-width: 639px) {
  .about_us {
    padding: 20px;
  }
}
.about_us .title_block {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.about_us .title_block .logo_block {
  margin-top: -147px;
}
.about_us .title_block img {
  width: auto;
  height: 192px;
  padding: 8px 0;
}
@media screen and (max-width: 1024px) {
  .about_us .title_block img {
    height: 160px;
    padding: 2px;
  }
  .about_us .title_block .logo_block {
    margin-top: -117px;
  }
}
@media screen and (max-width: 767px) {
  .about_us .title_block img {
    height: 120px;
    padding: 2px;
  }
  .about_us .title_block .logo_block {
    margin-top: -77px;
  }
}
@media screen and (max-width: 639px) {
  .about_us .title_block .logo_block {
    display: none;
  }
}
.about_us .team_setion > .section_title {
  padding-top: 120px;
  max-width: 900px;
}
.about_us .team_setion .description_text {
  padding-top: 30px;
  max-width: 900px;
}
.about_us .team_setion .staff_name {
  padding-top: 80px;
}
.about_us .team_setion .staff_block {
  flex-wrap: wrap;
  padding-top: 40px;
}
.about_us .team_setion .staff_block li {
  padding-bottom: 60px;
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}
@media screen and (min-width: 1025px) {
  .about_us .team_setion .staff_block li {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .about_us .team_setion .staff_block li {
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1199px) {
  .about_us .team_setion .staff_block li {
    padding-bottom: 40px;
  }
}
@media screen and (min-width: 640px) and (max-width: 1024px) {
  .about_us .team_setion .staff_block li {
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 639px) {
  .about_us .team_setion .staff_block li {
    padding-bottom: 20px;
  }
}
@media screen and (min-width: 400px) and (max-width: 639px) {
  .about_us .team_setion .staff_block li {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media screen and (min-width: 400px) and (max-width: 639px) and (min-width: 1025px) {
  .about_us .team_setion .staff_block li {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (min-width: 400px) and (max-width: 639px) and (max-width: 1024px) {
  .about_us .team_setion .staff_block li {
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media screen and (max-width: 399px) {
  .about_us .team_setion .staff_block li {
    flex: 0 0 100%;
    max-width: 100%;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 399px) and (min-width: 1025px) {
  .about_us .team_setion .staff_block li {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 399px) and (max-width: 1024px) {
  .about_us .team_setion .staff_block li {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.about_us .team_setion .members_info > .sub_title {
  padding-top: 25px;
}
@media screen and (min-width: 1025px) and (max-width: 1199px) {
  .about_us .team_setion .section_title {
    padding-top: 80px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .about_us .team_setion .section_title {
    padding-top: 60px;
  }
  .about_us .team_setion .members_info > .sub_title {
    padding-top: 17px;
  }
}
@media screen and (min-width: 640px) and (max-width: 767px) {
  .about_us .team_setion .section_title {
    padding-top: 50px;
  }
  .about_us .team_setion .members_info > .sub_title {
    padding-top: 13px;
  }
}
@media screen and (max-width: 639px) {
  .about_us .team_setion .section_title {
    padding-top: 30px;
  }
  .about_us .team_setion .description_text {
    padding-top: 20px;
  }
  .about_us .team_setion .staff_block {
    padding-top: 20px;
  }
  .about_us .team_setion .members_info > .sub_title {
    padding-top: 10px;
  }
}
.about_us .image_section .section_title {
  padding-top: 60px;
}
.about_us .image_section img {
  max-width: 100%;
  height: auto;
  margin-top: 40px;
}
@media screen and (min-width: 1025px) and (max-width: 1199px) {
  .about_us .image_section img {
    margin-top: 40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .about_us .image_section .description_text {
    padding-top: 30px;
  }
  .about_us .image_section .section_title {
    padding-top: 50px;
  }
}
@media screen and (min-width: 640px) and (max-width: 1024px) {
  .about_us .image_section img {
    margin-top: 30px;
  }
  .about_us .image_section .section_title {
    padding-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .about_us .image_section .description_text {
    padding-top: 30px;
  }
}
@media screen and (max-width: 639px) {
  .about_us .image_section img {
    margin-top: 30px;
  }
  .about_us .image_section .section_title {
    padding-top: 20px;
  }
}

/*# sourceMappingURL=about.css.map */
