.bg-light-gray {
  background-color: #f8f9fa;
}
.feature-icon {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  flex-shrink: 0;
}
.red-icon {
  background-color: #ff3b30;
  color: white;
}
.dark-icon {
  background-color: #212529;
  color: white;
}
.feature-item {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.btn-success {
  background-color: #28a745;
  border-color: #28a745;
  padding: 8px 20px;
}
.btn-success:hover {
  background-color: #218838;
  border-color: #1e7e34;
}

.sub-heading {
  font-size: 36px;
  line-height: 40px;
}

.para {
  color: #4b5563;
  margin-bottom: 2rem;
}

.box-1 {
  padding: 1rem 2rem;
  background-color: #f8f9fa;
  border: 1px solid #ffff;
  border-radius: 10px;
  margin-bottom: 2rem;
}
