.reusable-list-holder {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
.reusable-list-holder > * {
  flex: 1;
}
#page .no-title img {
  margin-bottom: 0;
}
@media only screen and (max-width: 1279px) {
  .reusable-list-holder {
    flex-wrap: wrap;
    justify-content: center;
  }
  .reusable-list-holder > * {
    flex: unset;
    width: 100%;
    max-width: calc(25% - 23px);
  }
  #page .no-title img {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .reusable-list-holder > * {
    max-width: calc(33.33% - 23px);
  }
  .reusable-list-icons-slider.reusable-list-holder > * {
    max-width: unset;
  }
  .reusable-list-icons-slider.reusable-list-holder .reusable-list-item {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }
}
@media only screen and (max-width: 575px) {
  .reusable-list-holder > * {
    max-width: calc(50% - 30px);
  }
}
.reusable-list-icons h2 {
  margin-top: 0;
  color: #fff !important;
  margin-bottom: 55px;
}
.text-white h2,
.text-white h3 {
  color: #fff !important;
}
