
/* Targeted readability fix for Services & Products section */
.aws-services-section .aws-kicker.dark,
.aws-services-section .aws-section-heading p {
  color: #d7e4f3 !important;
}
.aws-services-feature {
  background: linear-gradient(180deg, #234468 0%, #193550 100%) !important;
  border: 1px solid rgba(255,255,255,.12) !important;
}
.aws-services-feature .aws-kicker {
  color: #f3f8fd !important;
}
.aws-services-feature h3 {
  color: #ffffff !important;
  opacity: 1 !important;
  text-shadow: 0 1px 2px rgba(0,0,0,.16);
}
.aws-services-feature p {
  color: #eef5fc !important;
  opacity: 1 !important;
}
.aws-services-feature .aws-btn-primary {
  color: #16304d !important;
}

.aws-services-grid .aws-service-card {
  background: linear-gradient(180deg, #1e3b5d 0%, #17314d 100%) !important;
  border: 1px solid rgba(255,255,255,.12) !important;
}
.aws-services-grid .aws-service-card h3 {
  color: #f8fbff !important;
  opacity: 1 !important;
  text-shadow: 0 1px 2px rgba(0,0,0,.18);
}
.aws-services-grid .aws-service-card p {
  color: #e1ecf7 !important;
  opacity: 1 !important;
}
.aws-services-grid .aws-service-card .icon2,
.aws-services-grid .aws-service-card i,
.aws-services-feature i {
  color: #ffb340 !important;
}
.aws-services-grid .aws-service-card .aws-service-icon,
.aws-services-feature .aws-service-icon,
.aws-services-grid .aws-service-card .service-icon {
  background: rgba(255,255,255,.12) !important;
  border: 1px solid rgba(255,255,255,.16) !important;
}
