.certification-wrap {
  width: 100%;
  height: auto;
  flex-shrink: 0;
  display: flex;
  gap: 23px;
  flex-direction: row;
  font-family: "Lato", sans-serif;
}

@media (max-width: 960px) {
  .certification-wrap {
    flex-direction: column;
  }
}

.certification-wrap .item {
  display: flex;
  width: 33.3333333333%;
  padding: 50px 52.5px;
  height: auto;
  flex-shrink: 0;
  background: linear-gradient(180deg, #ffeaea 0%, #fff4f4 100%);
  align-items: center;
  flex-direction: column;
  gap: 42px;
}

@media (max-width: 960px) {
  .certification-wrap .item {
    width: 100%;
  }
}

.certification-wrap .item .img-holder {
  width: 100%;
  height: auto;
  flex-shrink: 0;
  -o-object-fit: cover;
  object-fit: cover;
}

.certification-wrap .item .img-holder img {
  width: 100%;
}

.certification-wrap .item .content-holder {
  width: 100%;
  text-align: center;
}

.certification-wrap .item .content-holder h6 {
  color: #1c1c1c;
  text-align: center;
  font-family: "Lato", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  text-align: center;
  margin: 0 5px;
  padding: 0;
}

/*# sourceMappingURL=certification-block-new.css.map */

.frame-leadership {
  padding-top: 72.98px;
}

.frame-layout-2 p {
  color: #5D5D5D;
  font-family: Lato;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 34px;
}

.frame-layout-1 h2 {
  color: #1C1C1C;
  font-family: Lato;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.frame-program-initiatives {
  margin: 105px 0 109px;

  ul {
    li {
      color: #5D5D5D;
      font-family: Lato;
      font-size: 18px;
      font-style: normal;
      font-weight: 400;
      line-height: 34px;
      margin-bottom: 24px;
    }
  }
}