/*--------------------------------------------------------------
# About us
--------------------------------------------------------------*/

#about-us {
  background-color:rgba(33, 33, 33, 0.05);
}
#about-us h3{
  font-size:2.8rem;
  line-height:110%;
}
@media (min-width: 576px) {
  #about-us{
    margin-bottom:200px;

  }
}  
    
.overlap {
  position:relative;  
}
@media (min-width: 576px) {
  .overlap{
    position:absolute;
    left:-50px; 
    top: 50%;
    transform: translateY(-50%);
     width: 110%;
  } 
}
.overlap-text {
  background:#000000;
  color:#ffffff;
  font-size: 1rem;
  line-height:150%;
  font-weight: 600;
}
.overlap-header h3 {
  font-size: 3rem;
  font-weight: 700; 
  padding-left:clamp( 50px, 7vw, 90px);
  color:#000000;
}
.overlap-header {
  display: none; 
}

@media (min-width: 576px) {
.overlap-header {
  display:initial;
}
}
.about-header-mobile{ 
width:100%; 
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
text-align: center;
}
.about-header-mobile h3{ 
  font-size:2rem;
}

@media (min-width: 576px) {
  .about-header-mobile {
    display:none;
  }
}
  .about-header-mobile h3{
     font-size: 2rem;
     color:#ffffff;
    }
 