.section-only-text {
  padding-top: 10px;
  padding-bottom: 80px;
}

.section-only-text_ {
  max-width: 730px;
  margin: 0 auto;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
}

.section-only-text_ span {
  color: #28a2f0;
}

.section-only-text_ a {
  color: #28a2f0;
  font-weight: 700;
  text-decoration: underline;
  transition: color 0.3s ease-in-out;
}

.section-only-text_ a:hover {
  color: #000;
}
