.text-navy {
  color: #002c6e;
}

.about-section {
  padding: 80px 0;
}

.about-section .badge {
  font-size: 1rem;
  font-weight: 500;
}

.about-section h2,
.our-team-section h2 {
  color: #002c6e;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  position: relative;
  display: inline-block;
  margin-bottom: 1.5rem;
}

.about-section h2::after,
.our-team-section h2::after {
  content: "";
  display: block;
  width: 180px;
  height: 6px;
  background: linear-gradient(to right, #f9d342, #fff8c6);
  border-radius: 10px;
  margin-top: 8px;
}

.about-section p,
.our-team-section p {
  color: #333;
  font-family: 'Inter', sans-serif;
  line-height: 1.7;
  max-width: 600px;
}

.our-team-section .col-md-6:last-child {
  padding-right: 0; 
}

.our-team-section img {
  border-top-left-radius: 60px;
  border-bottom-left-radius: 60px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15);
  width: 100%;
  object-fit: cover;
}

.team-img {
  display:block;
  margin-left: auto;
  margin-right: 0 !important;
  max-width: 100%;
}

@media (max-width: 768px) {
  .our-team-section img {
    border-radius: 20px;
    margin-top: 30px;
  }

  .our-team-section .col-md-6:last-child {
    padding-right: 15px; 
  }

  .about-section h2::after,
  .our-team-section h2::after {
    width: 120px;
    
  }
}
