 .icon-box {
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, #b95f2c, #e8900c);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  margin-bottom: 20px;
}
.info-card h4 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 15px;
}
.info-card p {
  color: #6c757d;
  font-size: 16px;
}