#contact-b{
text-decoration: none;
border: none;
left:4%;

}

#contact-c{
    
    text-decoration: none;
    border: none;
    left:4%;
}





#king{
   width: 100%;

  
    display:flex;
    flex-wrap:wrap;

}



/* escritorio normales */
@media (min-width: 992px) {
    #contact-b{

   
        left:55%;
        
    }

  
    
  }
  
  /* pantallas grandes */
  @media (min-width: 1200px) {
    #contact-b{


        left:55%;
    
  }

  



  }