.accessibility-hero {
  padding: 50px 0px 40px;
}

@media (min-width: 768px) {
  .accessibility-hero {
    padding: 80px 0px 40px;
  }
}

.accessibility-hero h1 {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 20px;
}

.intro-content {
  text-align: center;
}

.intro-content h2 {
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: 900;
  margin-bottom: 1.5rem;
}

.intro-content h2:last-child {
  color: #1392ec;
}

.intro-content p {
  color: #64748b;
  margin: 0px;
  font-size: 1rem;
  line-height: 1.75rem;
}

.accessibility-info {
  padding: 0px 0px 80px;
}

.accessibility-info .accessibility-highlight {
  background: #eaf4ff;
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 50px;
  display: flex;
  align-items: center;
}

.accessibility-info .accessibility-highlight span {
  font-size: 42px;
  color: #1392ec;
  margin-right: 15px;
}

.accessibility-info .accessibility-highlight p {
  margin: 0px 0px;
  font-weight: 600;
}

.section-title {
  font-size: 32px;
  margin-bottom: 20px;
  font-weight: 700;
}

.access-card {
  display: flex;
  gap: 20px;
  background: #fff;
  padding: 25px;
  border-radius: 12px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
  height: 100%;
}

.access-icon .condition-icon {
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
  font-size: 28px;
  background: #1392ec1a;
  color: #1392ec;
  margin-right: 1.5rem;
}

.access-content h4 {
  font-size: 1.25rem;
  /* line-height: 1.75rem; */
  font-weight: 700;
}

.access-content p {
  font-size: 16px;
  color: #6b7280;
  text-decoration: none;
  margin: 0px;
}

.access-link {
  display: inline-block;
  margin-top: 10px;
  font-weight: 600;
  color: #1392ec;
  text-decoration: none;
}

.digital-accessibility {
  background: #f4f8fb;
  padding: 70px 0;
}

.section-head {
  text-align: center;
  margin-bottom: 4rem;
}

.section-head h2 {
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: 900;
  margin-bottom: 1rem;
}

.section-head .highlight {
  color: #1392ec;
}

.section-head p {
  color: #64748b;
  font-size: 1.125rem;
  line-height: 1.75rem;
  margin: 0px;
}