/* [project]/src/styles/aboutus/aboutus5.css [client] (css) */
.aboutus5-section {
  color: #fff;
  background-color: #000;
  padding: 50px 0;
}

.aboutus5-container {
  align-items: center;
  gap: 80px;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 40px;
  display: flex;
}

.aboutus5-left {
  flex: 1;
}

.aboutus5-main-img {
  object-fit: contain;
  width: 100%;
  height: auto;
}

.aboutus5-right {
  flex: 1.5;
}

.aboutus5-section .title {
  margin-bottom: 30px;
  font-size: 42px;
  font-weight: 700;
  line-height: 1.25;
}

.aboutus5-section .title .text-secondary {
  color: #54b248;
}

.aboutus5-section .desc {
  color: #fff;
  margin-bottom: 40px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.7;
}

.aboutus5-mission-vision {
  gap: 40px;
  margin-bottom: 40px;
  display: flex;
}

.mv-box {
  flex: 1;
}

.aboutus5-section .subtitle {
  color: #54b248;
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 700;
}

.aboutus5-section .desc {
  color: #eee;
  font-size: 18px;
  line-height: 1.6;
}

.aboutus5-awards-section {
  margin-top: 40px;
}

.awards-grid {
  gap: 30px;
  margin-top: 25px;
  display: flex;
}

.award-item {
  text-align: center;
  border-left: 1px solid #333;
  flex-direction: column;
  flex: 1;
  align-items: center;
  padding-left: 20px;
  display: flex;
}

.award-item:first-child {
  border-left: none;
  padding-left: 0;
}

.award-item img {
  object-fit: contain;
  height: 120px;
  margin-bottom: 15px;
}

.award-info {
  flex-direction: column;
  gap: 5px;
  display: flex;
}

.award-year {
  color: #fff;
  font-size: 22px;
  font-weight: 700;
}

.award-name {
  color: #aaa;
  font-size: 14px;
  line-height: 1.4;
}

@media (max-width: 1024px) {
  .aboutus5-container {
    text-align: center;
    flex-direction: column;
    gap: 50px;
    padding: 0 20px;
  }

  .aboutus5-right .title {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .aboutus5-mission-vision {
    text-align: left;
    justify-content: center;
  }

  .awards-grid {
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
  }
}

@media (max-width: 768px) {
  .aboutus5-section .title {
    font-size: 32px;
  }

  .aboutus5-mission-vision {
    flex-direction: column;
    gap: 30px;
  }

  .award-item {
    border-left: none;
    width: 100%;
    margin-bottom: 20px;
    padding-left: 0;
  }
}

/*# sourceMappingURL=src_styles_aboutus_aboutus5_css_65f1660e._.single.css.map*/