.icon-text-section.pink-bg {
    background-color: #fadae4;
}
@media screen and (max-width: 767px) {
  .is-hidden-mobile {
    display: none !important;
  }
}
@media screen and (max-width: 1023px) {
  .is-hidden-touch {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  .is-hidden-tablet {
    display: none !important;
  }
}
@media screen and (min-width: 1024px) {
  .is-hidden-desktop {
    display: none !important;
  }
}
.icon-text-section.light-bg {
  background: #f3f2ee;
  padding: 80px;
  margin-top: 50px;
}
.icon-text-section img {
  display: inline-block;
}
.icon-text-section p {
  margin-bottom: 0;
  font-weight: 500;
}
@media (max-width: 1024px) {
  .icon-text-section.light-bg {
    padding: 50px 0;
    margin-top: 0;
  }
  .icon-text-section p {
    font-size: 1.3rem;
    line-height: 1.6rem;
  }
}
@media (max-width: 450px) {
  .icon-text-section {
    padding-bottom: 40px;
  }
  .icon-text-section.light-bg {
    padding-bottom: 20px;
  }
  .icon-text-section img {
    max-width: 90%;
    margin-bottom: 30px;
  }
  .icon-text-section p {
    font-size: 1.8rem;
    line-height: 2.3rem;
  }
}
