.Philosophy_grounded_in_nature {
  margin: 5% 0% 10% 0%;
}

.Philosophy_grounded_in_nature .heading_holder {
  text-align: center;
  margin-bottom: 30px;
}

.Philosophy_grounded_in_nature .heading_holder p {
  font-size: 16px;
  font-weight: 500;
  color: #000000;
  margin-bottom: 0px;
}

.Philosophy_grounded_in_nature .img_content_holder {
  position: relative;
}

.Philosophy_grounded_in_nature .img_content_holder .img_holder .Philosophy_grounded_in_nature_img {
  width: 100%;
  height: 100%;
}

.Philosophy_grounded_in_nature .img_content_holder .btn_holder {
  position: absolute;
  bottom: 50px;
  left: 0px;
  right: 0px;
  width: fit-content;
  margin: 0px auto;
}

@media (min-width: 0px) and (max-width: 991px) {
  .Philosophy_grounded_in_nature .heading_holder p {
    font-size: 12px;
  }

  .Philosophy_grounded_in_nature .img_content_holder .btn_holder {
    bottom: 10px;
  }
}