.features-section {
  background: #fff;
}

.feature-box {
  padding: 20px;
}
.feature-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  margin: 0 auto;
  border: 2px solid #333;
  border-radius: 50%;
  font-size: 30px;
  color: #333;
}

.feature-title {
  font-weight: 600;
  margin-top: 15px;
  margin-bottom: 5px;
  color: #000;
}

.feature-text {
  color: #555;
  font-size: 14px;
  margin: 0;
}