.awards-section {
      padding: 60px 0;
    }
    .awards-section-title {
      color: #105abf;
      font-weight: bold;
      font-size: 32px;
    }
    .award-card {
      padding: 30px 20px;
      text-align: center;
      border-right: 1px solid #ddd;
    }
    .award-card:last-child {
      border-right: none;
    }
    .award-icon {
      font-size: 50px;
      color: #00b8b8;
      margin-bottom: 20px;
    }
    .award-title {
      color: #105abf;
      font-weight: bold;
      margin-bottom: 10px;
    }
    .award-desc {
      color: #666666;
      font-size: 17px;
    }

    @media (max-width: 767.98px) {
      .award-card {
        border-right: none;
        border-bottom: 1px solid #ddd;
        margin-bottom: 20px;
      }
      .award-card:last-child {
        border-bottom: none;
      }
    }

    .award-icon {
  background-image: url('../images/awards.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 80px;
  height: 80px;
  margin: 0 auto 20px;
}

.vision-section {
  background-color: #f9f9f9;
}

.section-title {
  font-weight: 700;
  color: #105abf;
  font-size: 32px;
}

.section-subtitle {
  color: #666;
  max-width: 700px;
  margin: 0 auto;
}

.experience-list {
  list-style-type: disc;
  padding-left: 20px;
  font-size: 16px;
  line-height: 1.7;
  color: #333;
}

.experience-list li {
  margin-bottom: 15px;
}
