.impact-section {
  background: url("/assets/images/planet.jpg") no-repeat center center/cover;
  padding: 100px 20px;
  color: white;
  font-family: "Arial", sans-serif;
  position: relative;
}

.impact-container {
  max-width: 1200px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: space-between;
}

.impact-content {
  flex: 1 1 500px;
}

.impact-subtitle {
  font-size: 14px;
  color: white;
  margin-bottom: 10px;
}

.impact-title {
  font-size: 24px;
  font-weight: 500;
  text-transform: uppercase;
  margin: 0;
}

.impact-description {
  font-size: 36px;
  font-weight: bold;
  margin: 10px 0 40px;
}

.impact-stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(150px, 1fr));
  gap: 40px 80px;
}

.stat-item {
  border-left: 3px solid #7ac943;
  padding-left: 15px;
}

.stat-number1 {
  font-size: 36px;
  font-weight: bold;
  color: #7ac943;
  display: block;
}

.stat-label {
  font-size: 16px;
  color: white;
}

.globe {
  flex: 1 1 400px;
  position: relative;
}

.epss-marker {
  position: absolute;
  top: 40px;
  right: 20px;
  color: #7ac943;
  font-weight: bold;
  font-size: 18px;
}

.info-card {
  background: white;
  border-radius: 8px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
  width: 260px;
  overflow: hidden;
  font-family: Arial, sans-serif;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.info-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
}

.info-card img {
  width: 100%;
  height: auto;
  display: block;
}

.info-details {
  padding: 10px 15px;
  font-size: 14px;
  color: #000;
}

.info-title {
  color: #7ac943;
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 8px;
}

.info-details p {
  margin: 4px 0;
}

.info-details strong {
  font-weight: bold;
}

.lower-card {
  margin-top: 150px;
  margin-left: 50px;
}

.info-badge {
  position: absolute;
  top: 10px;
  left: 15px;
  font-weight: bold;
  color: #7ac943;
  background-color: white;
  padding: 3px 8px;
  border-radius: 4px;
  font-size: 14px;
  z-index: 2;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}
