.Our_philosophy {
  margin: 3% 0%;
}

.Our_philosophy .Our_philosophy_row_holder {
  margin-bottom: 5%;
}

.Our_philosophy .img_holder {
    border-radius: 5px;
    width: 100%;
    aspect-ratio: 1/1;
    box-shadow: 0px 3px 6px #00000029;
}

.Our_philosophy .img_holder .Our_philosophy_img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 5px;
}

.Our_philosophy .content_holder {
  display: flex;
  justify-content: start;
  align-items: center;
  height: 100%;
}
.Our_philosophy .content_holder .text_holder{
  width: 100%;
}

.Our_philosophy .content_holder .text_holder h3 {
  text-align: left;
  font-size: 28px;
  font-weight: 600;
  color: #000000;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.Our_philosophy .content_holder .text_holder p {
  text-align: left;
  font-size: 16px;
  font-weight: 500;
  color: #000000;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  -webkit-box-orient: vertical;
}

@media (min-width: 0px) and (max-width: 991px) {
  .Our_philosophy .content_holder .text_holder h3 {
    font-size: 15px;
  }

  .Our_philosophy .content_holder .text_holder p {
    font-size: 12px;
  }
}

@media (min-width: 0px) and (max-width: 575px) {
  .Our_philosophy .content_holder {
    margin: 30px 0px;
    height: auto;
    text-align: center;
  }

       .Our_philosophy .content_holder .text_holder h3 {
    text-align: center;
  }

  .Our_philosophy .content_holder .text_holder p {
    text-align: center;
  }

  .Our_philosophy .content_holder .Green_round_btn_holder .Green_round_btn {
    margin: 0px auto;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .Our_philosophy .content_holder .text_holder h3 {
    font-size: 18px;
  }

  .Our_philosophy .content_holder .text_holder p {
    font-size: 13px;
  }
}
