.custom-text-with-icons {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin: 0;
  padding: 32px 0 40px;

  @media only screen and (min-width: 768px) {
    align-items: center;
    gap: 24px;
    padding-top: 24px;
  }

  .section-header {
    margin: 0;
    padding: 0 16px;

    .h3 {
      font-size: 28px;
      font-weight: 600;
      line-height: 1.4;
      color: #152a49;

      @media only screen and (min-width: 768px) {
        font-size: 32px;
      }
    }
  }
}
