.our-pillars-section {
  padding: 184px 30px 146px;
}

.our-pillars-heading {
  display: flex;
  align-items: flex-start;
  gap: 40px;
  justify-content: space-between;
  margin-bottom: 132px;
}

h2.our-pillars-title {
  font-weight: 400;
  font-size: 72px;
  line-height: 110%;
  color: #0A3033;
  margin: 0;
}

h2.our-pillars-title strong {
  font-weight: 800;
}

.our-pillars-text {
  flex: 1;
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: 0px;
  max-width: 732px;
  color: #0A3033;
}

.our-pillars-row {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 72px;
}

h3.our-pillars-bottom-title {
  margin: 0;
  font-weight: 900;
  font-size: 38px;
  line-height: 120%;
  text-align: center;
  color: #000000;
}

.our-pillars-wrapper {
  display: flex;
  flex-flow: row wrap;
  gap: 60px 40px;
}

.our-pillars-box {
  display: flex;
  width: 100%;
  max-width: calc(33.33% - 27px);
  flex-direction: column;
  align-items: center;
  gap: 14px;
}

.our-pillars-box-image {
  display: flex;
  height: 81px;
}

h4.our-pillars-box-title {
  font-weight: 900;
  font-size: 24px;
  line-height: 150%;
  margin: 0;
  color: #000000;
  text-align: center;
}

p.our-pillars-box-text {
  margin: 0;
  color: #000000;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0px;
  text-align: center;
  width: 100%;
  max-width: 316px;
}

@media only screen and (max-width:991px){
  h2.our-pillars-title{
    font-size: 50px;
  }
  .our-pillars-heading{
    margin-bottom: 90px;
  }
  h3.our-pillars-bottom-title{
    font-size: 30px;
  }
  .our-pillars-box{
    max-width: calc(50% - 20px);
  }
  .our-pillars-text{
    font-size: 18px;
  }
  h4.our-pillars-box-title{
    font-size: 22px;
  }
}

@media only screen and (max-width:767px){
  h2.our-pillars-title{
    font-size: 40px;
  }
  .our-pillars-section{
    padding: 124px 30px;
  }
  .our-pillars-heading {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 35px;
    padding-inline: 26px;
  }
  .our-pillars-text{
    text-align: center;
  }
  .our-pillars-text{
    font-size: 16px;
  }
  h3.our-pillars-bottom-title{
    font-size: 24px;
  }
  .our-pillars-section{
    background: #fff;
}

@media only screen and (max-width:575px){
  h2.our-pillars-title{
    font-size: 30px;
  }
  .our-pillars-section{
    padding: 124px 30px 50px;
  }
  .our-pillars-box{
    max-width: 100%;
  }
}