 *{
     font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  }
  .ContainerImg{
    width:100%;
    display:flex;
    justify-content:center;
    align-items:center;
    flex-direction:column
  }
  .ContainerImg img{
    width:80%
  }
  .bannerInformation{
    width:85%;
    height:6.5vh;
    background: #234a1d;
    position:absolute;
    bottom:1.5rem;
    display:flex;
    justify-content:center;
    align-items:center
    
  }
  .text-banner{
    font-size:22px;
    color: white;
    font-weight:300
  }
  .price{
    font-weight:600
  }
  
  @media(max-width:570px){
      .ContainerImg img{
    width:90%
  }
      .bannerInformation{
            width:95%;
    	height:3em;
      bottom:0.5rem;
    }
      .text-banner{
    font-size:18px;
    
    }
  }