.our-approach {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #faf9f5;
  padding-top: 0.5rem;

}
@media screen and (max-width: 768px) {
  .our-approach {
    align-items: flex-start;
    padding-left: 1rem;
  }
}

.our-approach > h3 {
  color: #c7527f;
  font-size: 0.33rem;
  line-height: calc(0.33rem * 1.4);
  font-weight: 500;
  text-transform: uppercase;
  line-height: 100%;
}
@media screen and (max-width: 768px) {
  .our-approach > h3 {
    font-size: 0.6rem;
    margin-top: ;
  }
}

.our-approach > h1 {
  color: black;
  font-size: 0.9rem;
  font-weight: 500;
  line-height: 100%;
}
@media screen and (max-width: 768px) {
  .our-approach > h1 {
    font-size: 0.95rem;
    margin-top: 0.15rem;
    
  }
}

.our-approach > p {
  font-size: 0.4rem;
  width: 16rem;
  color: #282828cc;
  text-align: center;
  margin-top: 0.2rem;
}
@media screen and (max-width: 768px) {
  .our-approach > p {
    text-align: left;
    font-size: 0.636rem;
  }
}

.our-approach__text-section {
  box-shadow: 0px 2px 12px 0px #6e6e6e33;
  height: 12.634rem;
  width: 28.67rem;
  margin: 3rem;
  margin-top: 1rem;
  margin-bottom: unset;
  padding: 2rem;
  border-radius: 0.905rem;
  background-color: #fdfdfd;
}
.our-approach {
  height: 16.64rem;
}
@media screen and (max-width: 768px) {
  .our-approach {
    height: unset;
  }
  .our-approach__text-section {
    margin: initial;
    padding: initial;
    margin-top: 1.3rem;
    margin-bottom: 1.09rem;
    padding: 1rem;
    width: 16.54rem;
    height: auto;
  }
}

.our-approach__text-section-item {
  display: flex;
  margin-bottom: 1rem;
}
.our-approach__text-section-item > img {
  height: 1.547rem;
  width: 1.547rem;
}
@media screen and (max-width: 768px) {
  .our-approach__text-section-item > img {
    height: 1.1rem;
    width: 1.1rem;
  }
}
.our-approach__text-section-item-text-box {
  display: flex;
  margin-top: 0.4rem;
}
@media screen and (max-width: 768px) {
  .our-approach__text-section-item-text-box {
    flex-direction: column;
    margin-top: 0.2rem;
  }
}
.our-approach__text-section-item-text-box > h1 {
  font-size: 0.45rem;
  width: 8.1rem;
  font-weight: 500;
  margin-left: 1.5rem;
}
@media screen and (max-width: 768px) {
  .our-approach__text-section-item-text-box > h1 {
    margin-left: 0.3rem;
    font-size: 0.727rem;
    width: auto;
  }
}

.our-approach__text-section-item-text-box > p {
  width: 11.92rem;
  font-size: 0.339rem;
  color: grey;
  margin-left: 2rem;
}
@media screen and (max-width: 768px) {
  .our-approach__text-section-item-text-box > p {
    margin-left: 0.3rem;
    margin-top: 0.1rem;
    font-size: 0.55rem;
  }
}

.hr-line {
  border: 1px solid rgb(211, 211, 211);
  margin-bottom: 1rem;
}
