.why-container .row {
	margin-bottom: 30px;
	}

.why-container .col-md-6 {
	padding: 15px;
	}

.why-details {
  background: #fff;
  border: 1px solid #eee;
  padding: 25px 20px;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  min-height: 100%;
}

.why-details:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.12);
}

.why-details h3 {
  font-size: 18px;
  font-weight: 600;
  color: #333;
  margin-top: 15px;
}

.why-details p {
  font-size: 14px;
  color: #666;
  margin-top: 10px;
}

.why-details i {
  font-size: 32px;
  color: #f15231;
  display: block;
  margin-bottom: 10px;
}
