.our-philosophy-wrapper .our-philosophy-content .smaller-heading {
  margin-top: 120px;
}
.our-philosophy-wrapper .our-philosophy-content .bigger-heading {
  margin-bottom: 120px;
}
.our-philosophy-wrapper .our-philosophy-content .content-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.our-philosophy-wrapper .our-philosophy-content .content-wrapper .left-part {
  width: 47.5%;
  padding-left: 5%;
  position: relative;
  height: fit-content;
}
.our-philosophy-wrapper .our-philosophy-content .content-wrapper .left-part .image-wrapper.image-bigger {
  width: 80%;
}
.our-philosophy-wrapper .our-philosophy-content .content-wrapper .left-part .image-wrapper.image-bigger:before {
  padding-top: 134%;
}
.our-philosophy-wrapper .our-philosophy-content .content-wrapper .left-part .image-wrapper.image-smaller {
  width: 42%;
  position: absolute;
  bottom: -15.6%;
  right: 0;
}
.our-philosophy-wrapper .our-philosophy-content .content-wrapper .left-part .image-wrapper.image-smaller:before {
  padding-top: 132%;
}
.our-philosophy-wrapper .our-philosophy-content .content-wrapper .left-part .image-label {
  position: absolute;
  width: 26%;
  height: auto;
  object-fit: contain;
  bottom: -15.6%;
  left: 0;
}
.our-philosophy-wrapper .our-philosophy-content .content-wrapper .right-part {
  width: 50%;
  padding-top: 1%;
}
.our-philosophy-wrapper .our-philosophy-content .content-wrapper .right-part .content-heading {
  width: 53%;
}
.our-philosophy-wrapper .our-philosophy-content .content-wrapper .right-part .content-heading h2 {
  font-size: 3rem;
  font-family: "Roboto";
}
.our-philosophy-wrapper .our-philosophy-content .content-wrapper .right-part .content-text {
  width: 100%;
  margin-left: auto;
}
.our-philosophy-wrapper .our-philosophy-content .content-wrapper .right-part .cta-button {
  width: fit-content;
  display: flex;
  margin: 0 auto;
}

@media screen and (min-width: 1400px) and (max-width: 1900px) and (-webkit-min-device-pixel-ratio: 1.25) {
  .our-philosophy-wrapper .our-philosophy-content .smaller-heading {
    margin-top: 50px;
  }
  .our-philosophy-wrapper .our-philosophy-content .bigger-heading {
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 1400px) {
  .our-philosophy-wrapper {
    margin-bottom: 180px;
  }
}
@media screen and (min-width: 1500px) {
  .our-philosophy-wrapper .our-philosophy-content .smaller-heading {
    margin-top: 100px;
  }
  .our-philosophy-wrapper .our-philosophy-content .bigger-heading {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 767px) {
  .our-philosophy-wrapper .our-philosophy-content .smaller-heading {
    margin-top: 50px;
  }
  .our-philosophy-wrapper .our-philosophy-content .bigger-heading {
    margin-bottom: 50px;
  }
  .our-philosophy-wrapper .our-philosophy-content .content-wrapper {
    flex-wrap: wrap;
  }
  .our-philosophy-wrapper .our-philosophy-content .content-wrapper .left-part, .our-philosophy-wrapper .our-philosophy-content .content-wrapper .right-part {
    width: 100%;
    padding: 0;
  }
  .our-philosophy-wrapper .our-philosophy-content .content-wrapper .left-part {
    padding-left: 30px;
  }
  .our-philosophy-wrapper .our-philosophy-content .content-wrapper .left-part .image-wrapper.image-smaller {
    bottom: -40px;
  }
  .our-philosophy-wrapper .our-philosophy-content .content-wrapper .left-part .image-label {
    width: 100px;
    bottom: -50px;
  }
  .our-philosophy-wrapper .our-philosophy-content .content-wrapper .right-part {
    padding-top: 90px;
  }
  .our-philosophy-wrapper .our-philosophy-content .content-wrapper .right-part .content-heading {
    width: 100%;
    margin-bottom: 30px;
  }
  .our-philosophy-wrapper .our-philosophy-content .content-wrapper .right-part .content-heading h2 {
    font-size: 1.8rem;
    text-align: center;
  }
  .our-philosophy-wrapper .our-philosophy-content .content-wrapper .right-part .content-text {
    width: 100%;
  }
}

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