* {
  margin: 0;
  padding: 0;
}

.group-img {
  width: 150px;
  height: 150px;
  object-fit: cover;
  border-radius: 50%;
  padding: 7px;
  background: conic-gradient(#ee1b22 0deg 180deg, #1c3f94 190deg 360deg);
}

.alumni-carousel-section {
  padding: 50px 70px;
}

.alumni-carousel-section h5 {
  font-family: Merriweather;
  font-weight: 700;
  font-style: Bold;
  font-size: 36px;
  letter-spacing: 1%;
  color: #1c3f94;
  text-align: left;
}

.alumni-carousel-section h5 span {
  color: #ee1b22;
}

.alumni-carousel-section .alumni-para {
  color: #1c3f94;
  font-family: Poppins;
  font-weight: 400;
  font-size: 20px;
  letter-spacing: 0%;
  max-width: 900px;

  text-align: left;
}

.alumni-box {
  text-align: center;
  width: 180px;
  /* margin: 0 auto; */
}

.alumni-name {
  margin-top: 10px;
  margin-bottom: 3px;
  color: #1c3f94;

  font-family: Poppins;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 16px;

  letter-spacing: 1%;
}

.alumni-year {
  margin-top: 2px !important;
  display: block;
  font-family: Poppins;
  font-weight: 400;
  font-style: italic;
  font-size: 14px !important;
  letter-spacing: 0.5px;
  color: #ee1b22 !important;
}

/* ============================= */
/*        RESPONSIVE STYLES       */
/* ============================= */

/* Tablets (768px and below) */
@media (max-width: 768px) {
  .alumni-carousel-section {
    padding: 40px 30px;
  }

  .alumni-carousel-section h5 {
    font-size: 30px;
  }

  .alumni-carousel-section p {
    font-size: 18px;
  }

  .group-img {
    width: 130px;
    height: 130px;
  }

  .alumni-box {
    width: 150px;
  }
}

/* Mobile (480px and below) */
@media (max-width: 480px) {
  .alumni-carousel-section {
    padding: 30px 20px;
  }

  .alumni-carousel-section h5 {
    font-size: 26px;
  }

  .alumni-carousel-section p {
    font-size: 16px;
    margin-bottom: 20px;
  }

  .group-img {
    width: 110px;
    height: 110px;
    padding: 5px;
  }

  .alumni-name {
    font-size: 14px;
  }

  .alumni-year {
    font-size: 12px !important;
  }

  .alumni-box {
    width: 130px;
  }
}
