.aboutus-histroy-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.aboutus-history-img-wrapper {
  float: left;
  position: relative;
  width: 45%;
  height: 400px;
  margin: 0 40px 20px 0;
}

.aboutus-history-img-wrapper svg {
  position: absolute;
  z-index: -1;
  top: -12%;
  left: -10%;
  width: 120%;
  height: 120%;
}

.aboutus-history-img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 2px;
}

.aboutus-histroy-section::after {
  content: "";
  display: table;
  clear: both;
}

.badge {
  position: absolute;
  top: 20%;
  right: -33px;
  transform: translateY(-50%);
  z-index: 2;
  width: 80px;
  height: 80px;
  background: #fff;
  border-radius: 50%;
  border: 2px solid #c8d8b8;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-family: "Lato", sans-serif;
  font-size: 0.6rem;
  font-weight: 700;
  color: #5a7a4a;
  text-align: center;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  line-height: 1.2;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.badge span {
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0;
}

/* aboutus-mission-vision-section */
.aboutus-mvsg-section {
  padding-bottom: 100px;
}

.mvsg-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto auto;
  gap: 0;
}

.card-vision {
  grid-column: 2;
  grid-row: 1;
}

.card-mission {
  grid-column: 1;
  grid-row: 1 / 3;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.card-strategy {
  grid-column: 3;
  grid-row: 1 / 3;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.card-goals {
  grid-column: 2;
  grid-row: 2;
}

.about-us-card {
  padding: 24px 20px;
  text-align: center;
}

.card-icon {
  width: 100px;
  height: 100px;
  margin: 0 auto 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.card-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 992px) {
  .aboutus-history-img-wrapper {
    float: none;
    width: 100%;
    height: 370px;
    margin: 0 0 30px 0;
  }

  .aboutus-history-img-wrapper svg {
    top: -15%;
    left: -15%;
    width: 125%;
    height: 125%;
  }

  .mvsg-grid {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }
  .card-vision,
  .card-mission,
  .card-strategy,
  .card-goals {
    grid-column: 1;
    grid-row: auto;
  }
}

@media (max-width: 668px) {
  .aboutus-histroy-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .aboutus-history-img-wrapper {
    float: none;
    width: 100%;
    height: 200px;
    margin: 0 0 30px 0;
  }

  .aboutus-history-img-wrapper svg {
    top: -5%;
    left: -5%;
    width: 115%;
    height: 115%;
  }

  .badge {
    top: 30%;
    right: -15px;
  }

  .aboutus-mvsg-section {
    padding-bottom: 50px;
  }
}
