.about-section {
  padding: 130px 0;
  font-family: "Roboto", sans-serif;
  margin: 0px 400px;
}

.college-title {
  font-weight: 700;
  text-align: center;
  margin-bottom: 30px;
  font-size: 28px;
  font-weight: 600;
  -webkit-text-stroke-width: 1px;
  stroke-width: 1px;
  -webkit-text-stroke-color: #000;
  stroke: #000;
  color: #0ab909de;
}

.tagline {
  font-size: 32px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 40px;
  color: #000;
}

.description {
  color: #000;
  margin-bottom: 30px;
  font-weight: 400;
}

.feature-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 15px;
}

.feature-icon {
  background-color: var(--accent-orange);
  color: white;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
  flex-shrink: 0;
}

.feature-text {
  font-size: 1.05rem;
  color: #333;
}

.college-img {
  border-radius: 8px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  max-width: 100%;
  height: auto;
}

.news-continer h5 {
  padding-top: 30px;
  font-weight: 700;
}
.news-section{
    background-color: #0000FF;
    color: #fff;
}
.main-title {
  text-align: center;
  font-size: 2.5rem;
  font-weight: bold;
  padding-top: 20px;
  margin-bottom: 10px;

}

.subtitle {
  text-align: center;
  font-size: 1.2rem;
  margin-bottom: 30px;
}

.toppers-container {
  padding: 20px;
}

.topper-card {
  margin-bottom: 20px;
  text-align: center;
  transition: transform 0.3s;
}

.topper-card:hover {
  transform: scale(1.03);
}

.topper-card img {
  width: 100%;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

@media (max-width: 767px) {
  .college-img {
    margin-top: 30px;
  }
  .college-title {
    font-size: 2rem;
  }
  .tagline {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 1400px) {
  .about-section {
    margin: 0px 300px;
    padding: 100px 0;
  }
}

/* Medium desktop and down */
@media only screen and (max-width: 1200px) {
  .about-section {
    margin: 0px 200px;
    padding: 100px 0;
  }

  .tagline {
    font-size: 28px;
  }

  .feature-text {
    font-size: 1rem;
  }
}

/* Small desktop / tablet landscape and down */
@media only screen and (max-width: 992px) {
  .about-section {
    margin: 0px 100px;
    padding: 100px 0;
  }

  .college-title {
    font-size: 26px;
  }

  .tagline {
    font-size: 26px;
    margin-bottom: 30px;
  }

  .feature-icon {
    width: 28px;
    height: 28px;
  }

  .feature-icon svg {
    width: 14px;
    height: 14px;
  }
}

/* Tablet portrait and down */
@media only screen and (max-width: 768px) {
  .about-section {
    margin: 0px 50px;
    padding: 100px 0;
  }

  .college-title {
    font-size: 24px;
    -webkit-text-stroke-width: 0.5px;
    stroke-width: 0.5px;
  }

  .tagline {
    font-size: 24px;
    margin-bottom: 25px;
  }

  .description {
    font-size: 0.95rem;
  }

  .feature-text {
    font-size: 0.95rem;
  }

  .news-continer h5 {
    font-size: 1rem;
    padding-top: 20px;
  }
}

/* Mobile landscape and down */
@media only screen and (max-width: 576px) {
  .about-section {
    margin: 0px 20px;
    padding: 70px 0;
  }

  .college-title {
    font-size: 22px;
    margin-bottom: 20px;
    -webkit-text-stroke-width: 0.5px;
  }

  .tagline {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .description {
    font-size: 0.9rem;
    margin-bottom: 20px;
  }

  .feature-item {
    margin-bottom: 10px;
  }

  .feature-text {
    font-size: 0.9rem;
  }

  .feature-icon {
    width: 24px;
    height: 24px;
    margin-right: 10px;
  }

  .feature-icon svg {
    width: 12px;
    height: 12px;
  }

  .news-continer h5 {
    font-size: 0.9rem;
    padding-top: 15px;
  }
}

/* Small mobile and down */
@media only screen and (max-width: 400px) {
  .about-section {
    margin: 0px 10px;
    padding: 100px 0;
  }

  .college-title {
    font-size: 20px;
    -webkit-text-stroke-width: 0.3px;
    stroke-width: 0.3px;
  }

  .tagline {
    font-size: 18px;
    margin-bottom: 15px;
  }

  .description {
    font-size: 0.85rem;
  }

  .feature-text {
    font-size: 0.85rem;
  }
}
@media (max-width: 992px) {
  .main-title {
    font-size: 2rem;
  }

  .subtitle {
    font-size: 1rem;
  }
}

@media (max-width: 768px) {
  .main-title {
    font-size: 1.8rem;
  }

  .toppers-container {
    padding: 10px;
  }
}

@media (max-width: 576px) {
  .main-title {
    font-size: 1.5rem;
    padding-top: 15px;
  }

  .subtitle {
    font-size: 0.9rem;
    margin-bottom: 20px;
  }
}
