
/* Sustainability */
.sustainability-pillars{
  background-color: #253746;
}

.achievements{
  background:#f7f7f7;
  padding-top:10rem;
  margin-top:-7rem;
}
html[lang=ar] .achievements h1{
  direction: rtl;
}
html[lang=ar] .pillar-details{
  text-align: right;
}
.pillar-details>div>div{
  border:1px solid #007e00;
  padding:2rem;
  background-color: white;
  color:#253746;
  border-radius: 35px;
}
html[lang=ar] .pillar-details>div>div{
  direction: rtl;
}
@media (max-width:768px){
  .pillar-details>div>div{
      margin: 1rem;
  }
}
.pillar-details>div>div h4{
  color: #007e00;
  border-bottom:2px solid #007e00;
  max-width: 50px;
}

html[lang=ar] .pillar-details{
  text-align: right;
}
.pillar-details>div>div{
  border:1px solid #007e00;
  padding:2rem;
  background-color: white;
  color:#253746;
  border-radius: 35px;
}
html[lang=ar] .pillar-details>div>div{
  direction: rtl;
}
@media (max-width:768px){
  .pillar-details>div>div{
      margin: 1rem;
  }
}

