.Who_We_Are {
  background-image: url(/public/assets/images/services/key_elements/bg.png);
  background-size: contain;
  background-repeat: no-repeat;
  margin: 5% 0%;
  background-position: top;
  overflow: hidden;
}

.Who_We_Are .Common_Title .text_content {
  width: 100%;
}

.Who_We_Are .main_content_div .img_holder {
  text-align: end;
}

.Who_We_Are .main_content_div .img_holder .Who_We_Are_img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  object-fit: fill;
}

.Who_We_Are .main_content_div {}

.Who_We_Are .list_item {
  font-size: 17px;
  font-weight: 600;
}

.Who_We_Are .main_content_div .img_holder {
  width: 600px;
  height: 100%;
}

.img_holder {
  width: 100%;
  height: 100%;
}

.Who_We_Are_img {
  width: 100% !important;
  height: 100% !important;
}

@media (min-width: 0px) and (max-width: 575px) {
  .Who_We_Are .main_content_div .img_holder {
    height: auto;
    text-align: center;
    width: 100%;
  }

  .Who_We_Are .list_item {
    font-size: 13px;
  }

  .Who_We_Are .main_content_div .img_holder .Who_We_Are_img {
    width: 100%;
  }

  .Common_Title .sub_text {
    font-size: 24px;
  }
}

@media (min-width: 575px) and (max-width: 767.98px) {
  .Who_We_Are .main_content_div .img_holder {
    width: 400px;
    margin: auto;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .Who_We_Are .main_content_div .img_holder {
    width: 450px;
    margin: auto;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .Who_We_Are .main_content_div .img_holder {
    width: 100%;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .Who_We_Are .main_content_div .img_holder {
    width: 530px;
    height: 100%;
  }
}