.about-section {
  position: relative;
  background: linear-gradient(180deg, #f6f9ff 0%, #ffffff 100%);
  box-shadow: 0 25px 80px rgba(15, 54, 94, 0.08);
  padding: 90px 0 80px;
  overflow: visible;
}

.about-section h2 {
  line-height: 1.05;
  margin-bottom: 1.2rem;
}

.about-section h2::after {
  margin: 8px;
}

.about-section .text-muted {
  color: #5e6e8b !important;
  font-size: 1rem;
  line-height: 1.85;
}

.about-section ul li span {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  padding: 16px 18px;
  border-radius: 14px;
  /* background: rgba(113, 197, 84, 0.08); */
  border: 1px solid rgba(113, 197, 84, 0.25);
  color: #2f4f73;
  font-weight: 500;
}

.about-section ul li i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 36px;
  min-height: 36px;
  font-size: 1.1rem;
  border-radius: 50%;
  /* background: rgba(113, 197, 84, 0.18); */
  color: var(--accent);
}

.about-section .img-fluid {
  border-radius: 28px;
  border: 1px solid rgba(47, 76, 154, 0.12);
  box-shadow: 0 30px 80px rgba(47, 76, 154, 0.12);
  max-width: 100%;
}

.about-section .office-img::before {
        content: "";
    position: absolute;
    left: 16px;
    right: 16px;
    top: 0;
    bottom: 0;
    background: rgb(4 51 111 / 10%);
    z-index: 993;
}

.about-section .col-md-6.text-center {
  position: relative;
}

.about-section .img-fluid {
  position: relative;
  z-index: 1;
}

@media (max-width: 768px) {
  .about-section {
    padding: 60px 0 50px;
  }

}
