.about-description-grid {
  display: grid;
  gap: 26px;
  margin-top: 8px;
}

.about-description-grid article,
.about-steps article,
.about-check-list li,
.about-reasons-list article {
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  text-align: left;
  color: #17385f;
  font-size: clamp(1.25rem, 2vw, 1.55rem);
  font-weight: 700;
  line-height: 1.2;
}
.about-steps span.about-step-title {
  font-weight: 700;
}
.about-description-grid h3,
.about-step-title {

  margin-bottom: 18px;
  color: #17385f;
  font-size: clamp(1.25rem, 2vw, 1.55rem);
  font-weight: 700;
  line-height: 1.2;
}

.about-description-grid p,
.about-steps span {

  margin: 0;
  color: #64748b;
  font-size: clamp(1rem, 1.5vw, 1.12rem);
  font-weight: 300;
  line-height: 1.75;
}

.about-steps {
  display: grid;
  gap: 26px;
  margin-top: 8px;
}

.about-check-list,
.about-reasons-list {
  display: grid;
  gap: 26px;
  margin: 8px 0 0;
  padding: 0;
  list-style: none;
}

.about-check-list li,
.about-reasons-list article {
  position: relative;
  padding-left: 0;
  color: #64748b;
  font-size: clamp(1rem, 1.5vw, 1.12rem);
  font-weight: 300;
  line-height: 1.75;
}

.about-check-list li::before {
  content: none;
}

.about-check-list strong,
.about-reasons-list h3 {
  display: block;
  margin-bottom: 18px;
  color: #17385f;
  font-size: clamp(1.25rem, 2vw, 1.55rem);
  font-weight: 700;
  line-height: 1.2;
}

.about-check-list span,
.about-reasons-list p {
  display: block;
  margin: 0;
}

.about-cta {
  padding: 76px 20px;
  background: #F1F6F8;
  color: #17385f;
  text-align: center;
}

.about-cta__inner {
  max-width: 820px;
  margin: 0 auto;
}

.about-cta__title {
  margin: 0 0 16px;
  color: #17385f;
  font-size: clamp(1.9rem, 4vw, 3rem);
  font-weight: 400;
  line-height: 1.2;
}

.about-cta__text {
  margin: 0;
  color: #64748b;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.75;
}

.about-cta__button {
  min-width: 210px;
  min-height: 52px;
  margin-top: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #17385f;
  color: #ffffff;
  font-size: 0.9rem;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .about-description-grid,
  .about-steps {
    grid-template-columns: 1fr;
  }
}
