.about-why {
  grid-column: 1 / -1;
  margin-top: 12px;
  padding-top: 18px;
  border-top: 1px solid #d8e3e7;
}

.about {
  padding: 60px 0;
}

.about-grid {
  gap: 38px;
}

.about-copy {
  padding-top: 8px;
}

.about-why p {
  margin: 0 0 21px;
  color: #1979b7;
  text-align: center;
  font: 800 12px Manrope, sans-serif;
  letter-spacing: .15em;
}

.about-why div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  color: #164660;
  font: 800 18px Manrope, sans-serif;
  letter-spacing: -.02em;
}

.about-why i {
  width: 4px;
  height: 4px;
  flex: 0 0 4px;
  border-radius: 50%;
  background: #72b9d7;
}

@media (max-width: 520px) {
  .about-why div {
    align-items: flex-start;
    flex-direction: column;
    gap: 9px;
    font-size: 17px;
  }

  .about-why i {
    display: none;
  }
}
