.reusable-list-img-w-content h2 {
  margin-bottom: 40px;
  margin-top: 0;
}
.reusable-list-img-box h3 {
  text-align: left;
  font-size: 20px;
  margin-top: 24px;
  margin-bottom: 16px;
}
.reusable-list-img-box p {
  margin-bottom: 16px;
}
.list-boxes {
  gap: 40px;
}
.list-boxes > div:first-of-type {
  /* width: calc(50% - 20px); */
  flex: 1.4;
}
.list-boxes > div {
  flex: 1;
  /* width: calc(25% - 20px); */
}
.list-boxes img {
  display: flex;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .list-boxes {
    flex-direction: column;
    gap: 40px;
  }
  .list-boxes > div {
    flex: unset !important;
  }
  .reusable-list-img-box h3 {
    margin-top: 24px;
    margin-bottom: 16px;
    text-align: center;
  }
  .reusable-list-img-box {
    text-align: center;
  }
}
