.security-info {
  display: inline-block;
  margin-left: 5px;
  width: 16px;
  height: 16px;
  background-color: #007bff;
  color: white;
  border-radius: 50%;
  text-align: center;
  font-size: 12px;
  line-height: 16px;
  cursor: pointer;
}

.mission-statement {
  background-color: #f8f9fa;
  border-left: 5px solid #007bff;
  padding: 15px;
  margin-bottom: 20px;
}

.mission-statement h4 {
  color: #007bff;
  margin-bottom: 10px;
}

.interactive-feature-section {
  padding: 40px 0;
  background-color: #f0f0f0;
  text-align: center;
}

.interactive-feature-section h3 {
  margin-bottom: 30px;
  color: #333;
}

.feature-card {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  padding: 20px;
  margin-bottom: 20px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.feature-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.feature-card i {
  font-size: 48px;
  color: #007bff;
  margin-bottom: 15px;
}

.feature-card h5 {
  color: #333;
  margin-bottom: 10px;
}

.feature-card p {
  color: #666;
  font-size: 14px;
}
