.services-hero {
  padding: 60px 0 30px;
  text-align: center;
}
.services-hero h1 {
  margin-bottom: 10px;
}
.services-hero .lead {
  font-size: 1.25rem;
  color: #666;
}

.service-section {
  padding: 60px 0;
}
.service-section h2 {
  margin-bottom: 20px;
  font-weight: 700;
}
.service-section h3 {
  margin-top: 15px;
  font-weight: 600;
}
.service-section ul {
  padding-left: 18px;
}
.service-section li {
  margin-bottom: 8px;
  line-height: 1.5;
}
.service-section .price {
  color: #ff7854;
  font-weight: 700;
}

.bg-light {
  background: #f9f9f9;
}
/* DRaaS Section */
#draas {
  background: #f9f9fb;
}

.service-list {
  list-style: none;
  padding: 0;
}
.service-list li {
  margin-bottom: 10px;
  padding-left: 20px;
  position: relative;
}
.service-list li:before {
  content: "✔";
  position: absolute;
  left: 0;
  color: #9243f9;
  font-weight: bold;
}
.service-img {
  max-width: 100%;
  border-radius: 8px;
  box-shadow: 0 6px 20px rgba(0,0,0,.08);
}
