.about-section {
  padding: 100px 0;
  background-color: #fff;
}


.image-box {
  position: relative;
  width: fit-content;
  margin: auto;
}

.bg-frame {
  position: absolute;
  top: -20px;
  left: -20px;
  width: 100%;
  height: 100%;
  background-color: #144c23;
  border-radius: 20px;
  z-index: 0;
}

.image-wrapper {
  position: relative;
  z-index: 1;
}

.image-wrapper img {
  border-radius: 20px;
  display: block;
  max-width: 100%;
  height: auto;
}

.label-box {
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #ffc107;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  padding: 12px 30px;
  border-radius: 50px;
  text-align: center;
  z-index: 2;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
  line-height: 1.4;
}


.text-box {
  padding-left: 30px;
}

.section-title {
  font-size: 16px;
  font-weight: 500;
  color: #28a745; 
}

.text-box h2 {
  font-size: 30px;
  color: #222;
}

.text-box p {
  color: #555;
  line-height: 1.6;
  margin-bottom: 15px;
}
