.container-elements{
    display:flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    /* border:1px solid black; */
    width:100%;

    
}
.box img{
    width:100%;
    height:auto;
 
}

.box img:hover {
  opacity: .85;
  transition: all 0.3s linear;
  -webkit-transform: scale(1.02);
  transform: scale(1.02);


  
  
}


.box{
    display:flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width:28rem;
    min-width:18rem;
    margin: 10px;    
    margin-bottom: 25px;
    text-align: center;
    /* border:1px solid black; */

  

}

.caption {
    /* Make the caption a block so it occupies its own line. */
    max-width:28rem;
    min-width:18rem;
    margin: 10px;
  font-size: 22px;
  line-height: 1.5;
    text-align: center;
    display:row;


}

.product-header {
    /* Make the caption a block so it occupies its own line. */
    max-width:28rem;
    min-width:18rem;
    margin: 10px;
  font-size: 22px;
  line-height: 1.5;
    text-align: center;
    display:row;


}



  .header-image img {
    width: 100%;
    border-radius: 15px;
    box-shadow: 0px 0px 2px 2px grey;
    margin-bottom: 15px;



}
/*
  .header-image img:hover {
  opacity: .8;
  transition: all 0.3s linear;
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
*/

}




.buttons {
  display: flex;
  justify-content: center;

}

.button {
  display: inline-block;
  padding: 17px 32px;
  background: rgba(255, 199, 44, 1);
  border: 0;
  letter-spacing: 2px;
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  border-radius: 3px;
  margin-bottom:18px;
}

  .button:hover {background: rgba(56, 205, 255, 1);
    
      color: #ffffff;
      transition: all 0.2s linear;
  -webkit-transform: scale(1.02);
  transform: scale(1.02);


    
  }

