.a10 {
  overflow: hidden;
  position: relative;
}

.a10__group-item {
  text-align: center;
}

.a10__group-item+.a10__group-item {
  border-top: 1px solid #dde1e9;
  margin-top: 2.5rem;
  padding-top: 2.5rem;
}

.a10__item {
  display: block;
  margin: 0 auto;
  max-width: 18.75rem;
  text-align: center;
}

.a10__icon {
  margin-bottom: 0.75rem;
}

.a10__info {
  background: #d71c1c;
  color: #fff;
  display: inline-block;
  line-height: 1.5rem;
  margin: 0.25rem 0 0 0.625rem;
  padding: 0 1rem;
  text-transform: uppercase;
  vertical-align: top;
}

.a10__title {
  color: #1d2533;
  margin: 0 0 0.75rem;
  padding-bottom: 0.75rem;
  position: relative;
}

.a10__title::before {
  background: currentcolor;
  content: '';
  height: 1px;
  left: 50%;
  position: absolute;
  top: 100%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 2rem;
}

.a10__content-block+.a10__content-block {
  margin-top: 1rem;
}

.a10__content-block h4 {
  color: #1d2533;
  margin: 0;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5rem;
  -webkit-column-rule: #1d2533;
  -moz-column-rule: #1d2533;
  column-rule: #1d2533;
}

.a10__content-block p {
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.5rem;
}

.a10__content .block__warning {
  text-align: left;
}

@media screen and (min-width: 48em) {
  .a10__group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .a10__group-item {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .a10__group-item+.a10__group-item {
    border-top: 0;
    margin-top: 0;
    padding-top: 0;
  }

  .a10__group-item+.a10__group-item::before {
    background: #dde1e9;
    bottom: 5rem;
    content: '';
    height: 100%;
    left: 50%;
    position: absolute;
    width: 1px;
  }

  .a10__item {
    text-align: left;
  }

  .a10__icon {
    margin-bottom: 1rem;
  }

  .a10__title {
    margin: 0 0 1.5rem;
    padding: 0 0 0 3rem;
  }

  .a10__title::before {
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
