body {
  overflow-x: hidden;
}

.topic_div {
  width: 538px;
  height: 75px;
  background: #548CA8;
  border-radius: 0px 75px 75px 0px;
  display: table;
  text-align: end;
}

.topic {
  display: table-cell;
  vertical-align: middle;
  padding-right: 50px;
  font-family: arial;
  font-style: normal;
  font-weight: bold;
  font-size: 30px;
  line-height: 35px;
  color: #FBF8F1;
}

.award_ceremony {
  color: #548CA8;
}

.award_org {
  color: #595260;
}

.main-img {
  width: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}

.award-container {
  margin-top: 10px;
}

.award {
  background-color: #548CA8;
  width: 350px;
  padding: 10px;
  margin-left: 150px;
  margin-top: 25px;
  margin-bottom: 20px;
  flex-basis: 0%;
}

.pro-award {
  position: static;
  background-color: #548CA8;
  width: 590px;
  padding: 10px;
  margin-left: 25%;
  margin-top: 10px;
  margin-bottom: 20px;
  align-content: center;
  justify-content: center;
}

.app-award {
  position: static;
  background-color: #548CA8;
  width: 350px;
  padding: 10px;
  margin-top: 10px;
  margin-bottom: 20px;
  flex-basis: 0%;
}

.award-text {
  color: #FBF8F1;
  font-size: 18px;
  font-weight: 400;
  margin-top: 5px;
}

.pro-award-text {
  color: #FBF8F1;
  font-size: 16px;
  font-weight: 400;
  margin-top: 5px;
}

.project {
  margin-top: 25px;
}

.award-img {
  width: 350px;
}

.pro-award-img {
  width: 590px;
}

.awards-2025-26 {
  padding-bottom: 30px;
}

.awards-ceremony-2025-26 {
  padding-top: 45px;
}

.awards-2025-26 .award-section-title {
  margin-top: 40px;
  margin-bottom: 20px;
}

.awards-2025-26-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 350px));
  justify-content: center;
  gap: 30px;
  margin-bottom: 35px;
}

.award-card-2025-26 {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background: #548CA8;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.award-card-2025-26 img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.award-card-2025-26 h4 {
  flex: 1;
  margin: 0;
  padding: 14px 12px;
  color: #FBF8F1;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
}

@media (max-width: 575.98px) {
  .awards-2025-26-grid {
    grid-template-columns: minmax(0, 1fr);
    padding: 0 10px;
  }
}

/*# sourceMappingURL=awards.css.map */
