.util-tile {
  padding: 1rem;
  border-radius: 1rem;
  background-color: #FFFFFF;
  box-shadow: 0 0 .375rem 0 rgba(0, 0, 0, .1);

  &.section-info {
    padding-block: 0;
    overflow: hidden;
    hyphens: auto;
    color: #373635;

    &.mt1 {
      margin-top: 1rem;
    }

    &.mt2 {
      margin-top: .5rem;
    }

    h1, h2, h3, p, ol, ul, img {
      margin-block: 1rem;
    }

    h1, h2 {
      font-weight: 700;
      font-size: 1rem;
      line-height: 1.25;
    }

    h3 {
      font-weight: 700;
      font-size: 1.125rem;
      line-height: 1.25;
    }

    p, ol, ul {
      font-weight: 400;
      font-size: 1rem;
      line-height: 1.25;
    }

    ol, ul {
      padding-left: 1.5rem;

      ol, ul {
        margin-block: 0;
      }

      li {
        margin-block: .375rem;
      }
    }

    strong, b {
      font-weight: 700;
    }

    em, i, mark {
      color: #009AE3;
      font-style: normal;
      background-color: transparent;
    }

    u {
      text-decoration: none;
    }

    img {
      margin-inline: auto;
      max-width: 100%;
      height: auto;
    }

    a {
      color: #009AE3;
      text-decoration: none;

      span {
        color: #009AE3 !important;
      }
    }
  }
}
