.box-our-core{
  padding-top:64px;
  padding-bottom:64px;
  padding-right: 80px;
  padding-left: 80px;
}
.icon-our-core{
  width: 40px;
  height: 40px;
  background: #FFFFFF;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.08);
}
.icon-our-commited{
  background: linear-gradient(90deg, #108953 0%, #55C595 100%);
  border-radius: 9999px;
  font-size: 30px !important;
}
.card-our-commited{
  max-width: 400px;
}
.our-commited::after{
  content:"";
  background: radial-gradient(50% 50% at 50% 50%, rgba(16, 137, 83, 0.1) 0%, rgba(94, 238, 111, 0) 100%);
  position: absolute;
  width: 500px;
  height: 500px;
  right: -5%;
  bottom: 0px;
}
.our-commited{
  position: relative;
}
@media (max-width: 768px) {
  .card-our-commited{
    max-width: unset;
  }
}