.about-us-section {
  background-color: #f5f8f8 !important; 
}

.bfa-about-section {
  max-width:1200px;
  margin:auto;
  padding:100px 20px;
  display:flex;
  gap:60px;
  align-items:center;
  font-family:'Inter',sans-serif;
}

/* LEFT IMAGE */
.bfa-about-image { flex:1; position:relative; }
.bfa-about-image img {
  width:100%;
  border-radius:18px;
  box-shadow:0 20px 40px rgba(0,0,0,0.15);
}
.bfa-about-image::after {
  content:"";
  position:absolute;
  bottom:-20px; right:-20px;
  width:120px; height:120px;
  background:linear-gradient(135deg,#1a73e8,#0f5bd3);
  border-radius:20px;
  z-index:-1;
}

/* RIGHT CONTENT */
.bfa-about-content { flex:1.1; }
.bfa-about-tag {
  color:#1a73e8;
  font-size:13px;
  font-weight:600;
  letter-spacing:1px;
  text-transform:uppercase;
  margin-bottom:10px;
}
.bfa-about-title {
  font-size:38px;
  font-weight:700;
  line-height:1.3;
  margin-bottom:15px;
}
.bfa-about-line {
  width:70px; height:4px;
  background:linear-gradient(90deg,#ffd700,#1a73e8);
  margin-bottom:25px;
  border-radius:4px;
}
.bfa-about-text {
  font-size:16px;
  color:#555;
  line-height:1.8;
  margin-bottom:20px;
}
.bfa-highlight {
  background:#f7f9fc;
  padding:20px;
  border-radius:12px;
  border-left:4px solid #1a73e8;
  font-size:15px;
  color:#444;
}

/* MOBILE */
@media(max-width:900px){
  .bfa-about-section { flex-direction:column; text-align:center; }
  .bfa-about-image::after { display:none; }
  .bfa-about-title { font-size:30px; }
  .bfa-about-line { margin:auto; margin-bottom:25px; }
}
