.text_rh{
  text-align: left;
}
.destaque_rh{
  font-weight: 800;
  font-size: 25px;
} 
.banner {
  background-image: url('../../image/image_banner/banner_prod.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;
  }
    
  .title_prod{
  font-size: 4rem;
  color: black;
  }

  .image_container{
    width: 100%;
    height: 400px;
    border-radius: 10px;
  }
  .image{
    width: 100%;
    height: 100%;
    border-radius: 10px;
    object-fit: cover;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.678);
  }
  .destaque_rh{
  font-weight: 800;
  font-size: 20px;
  }
}