.banner {
  background-image: url('../../image/image_banner/banner_saude.jpg');
}

.image_container{
    width: 90%;
    height: 690px;
    border-radius: 10px;
    margin-bottom: 30px;
}

.image{
    width: 100%;
    height: 100%;
    border-radius: 10px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.678);
}

/*Responsividade telas maiores*/
@media (min-width: 1600px) {
   
}


/*Responsividade Tablet*/
@media (max-width: 1000px) {
   
}

/* Responsivo celular */
@media (max-width: 460px) and (min-width:300px) {
    .banner {
        display:none;
    }
    
  
}