#fw-section-custom-html-1729937171 {

/* Container Setup */
.achievements-grid {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 1rem;
  background-color: #000; /* Remove if your site already has a black background */
  font-family: Arial, sans-serif;
}

.achievements-title {
  color: #fff;
  text-align: center;
  font-size: 2rem;
  margin-bottom: 2rem;
  font-weight: bold;
}

/* Responsive Grid */
.achievements-grid .grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}

@media (min-width: 768px) {
  .achievements-grid .grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  .achievements-grid .grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* Achievement Cards */
.achievement-card {
  border: 1px solid #fff; /* Thin white border */
  border-radius: 0.5rem;
  padding: 1.5rem;
  text-align: center;
  background-color: #000; /* Match container background */
}

/* Icon Circle */
.icon-circle {
  width: 4rem;
  height: 4rem;
  border: 1px solid #fff;
  border-radius: 50%;
  margin: 0 auto 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000;
}

.icon-image {
  width: 2rem;
  height: 2rem;
  object-fit: contain; /* Ensures the image fits well */
}

/* Title & Description */
.title {
  color: #fff;
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
}

.description {
  color: #ccc;
  font-size: 0.95rem;
  line-height: 1.4;
}

}








































































































#fw-section-custom-html-d93beb97-d328-4083-97f1-f2c093bfa454 {

/* Container Setup */
.achievements-grid {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 1rem;
  background-color: #000; /* Remove if your site already has a black background */
  font-family: Arial, sans-serif;
}

.achievements-title {
  color: #fff;
  text-align: center;
  font-size: 2rem;
  margin-bottom: 2rem;
  font-weight: bold;
}

/* Responsive Grid */
.achievements-grid .grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}

@media (min-width: 768px) {
  .achievements-grid .grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  .achievements-grid .grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* Achievement Cards */
.achievement-card {
  border: 1px solid #fff; /* Thin white border */
  border-radius: 0.5rem;
  padding: 1.5rem;
  text-align: center;
  background-color: #000; /* Match container background */
}

/* Icon Circle */
.icon-circle {
  width: 4rem;
  height: 4rem;
  border: 1px solid #fff;
  border-radius: 50%;
  margin: 0 auto 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000;
}

.icon-image {
  width: 2rem;
  height: 2rem;
  object-fit: contain; /* Ensures the image fits well */
}

/* Title & Description */
.title {
  color: #fff;
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
}

.description {
  color: #ccc;
  font-size: 0.95rem;
  line-height: 1.4;
}

}