.a04 {
  padding: 2rem 0;
  text-align: center;
}

.a04__icon {
  margin-bottom: 1rem;
}

.a04__icon img {
  vertical-align: middle;
}

.a04__content {
  -webkit-box-flex: 2;
  -ms-flex: 2 0 0px;
  flex: 2 0 0;
}

.a04__title {
  color: #1d2533;
  margin: 0;
  font-family: "Montserrat", arial, sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5rem;
}

.a04__subtitle {
  font-weight: 400;
  margin: 0 0 1rem;
  font-size: 1rem;
  line-height: 1.5rem;
}

@media all and (min-width: 48rem) and (max-width: 79.9375rem) {
  .a04 {
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-align: left;
  }

  .a04__icon {
    margin-bottom: 0;
    padding-right: 1rem;
  }

  .a04__title {
    font-family: "Montserrat", arial, sans-serif;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.5rem;
  }

  .a04__subtitle {
    margin: 0;
  }
}

@media screen and (min-width: 80em) {
  .a04 {
    border-left: 1px solid #dde1e9;
    margin-bottom: 4rem;
    padding: 4rem 0 0 4rem;
    text-align: left;
  }

  .a04__title {
    margin-bottom: 0.5rem;
  }
}

@media screen and (max-width: 48em) {
  .a04--with-divider {
    position: relative;
  }

  .a04--with-divider::before {
    background-color: #dde1e9;
    content: '';
    height: 0.0625rem;
    left: 0;
    position: absolute;
    top: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 300%;
  }
}

@media screen and (max-width: 47.9375em) {
  .a04__title {
    padding-bottom: 1.5rem;
  }

  .a04__title .title__text--dash {
    padding-left: 0;
  }

  .a04__title .title__text--dash::before {
    bottom: -0.75rem;
    content: '';
    height: 0.0625rem;
    left: 50%;
    position: absolute;
    top: auto;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 2rem;
  }
}
