.About_us_card .About_us_card_holder {
  padding: 10px 15px;
  margin-bottom: 5%;
}

.About_us_card .green_Card {
  background: #b22c35 ;
}

.About_us_card .About_us_card_holder .img_holder {
    aspect-ratio: 1/1;
    box-shadow: 0px 3px 6px #00000029;
}

.About_us_card .About_us_card_holder .img_holder .About_us_card_img {
  width: 100%;
  object-fit: contain;
  height: 100%;
}

.About_us_card .About_us_card_holder .text_holder {
  display: flex;
  justify-content: start;
  align-items: center;
  height: 100%;
}

.About_us_card .About_us_card_holder .text_holder p {
  text-align: left;
  font-size: 16px;
  font-weight: 500;
  color: #000000;
  opacity: 1;
}
.About_us_card  .text_holder h4 {
  margin-bottom: 30px;
}


.About_us_card .green_Card .text_holder h4 {
  color: #fff;
  margin-bottom: 30px;
}

.About_us_card .green_Card .text_holder p {
  color: #fff;
}

@media (min-width: 0px) and (max-width: 991px) {
  .About_us_card .About_us_card_holder .img_holder {
    margin-bottom: 5%;
  }

  .About_us_card .About_us_card_holder .text_holder p {
    font-size: 12px;
  }
}
