.sdgs_effort ul {
  display: flex;
  gap: 10px;
}
@media only screen and (max-width: 767px) {
  .sdgs_effort ul {
    justify-content: center;
  }
}
@media only screen and (max-width: 767px) {
  .sdgs_effort ul li {
    width: 30%;
  }
}
@media print, screen and (min-width: 768px) {
  .sdgs_effort ul li {
    width: 80px;
  }
}/*# sourceMappingURL=style.css.map */