.section-heading h4 {
     color: var(--blanco);
}

section{
     margin-top: 0;
}

@media(max-width: 991px){
     section.our-team:before {
          opacity: 0.4;
          top: -33px;
          width: 30%;
          height: 18rem;
        }
        
        section.our-team:after {
          opacity: 0.4;
          top: -33px;
          width: 30%;
          height: 18rem;
        }
}
