#wheretobuy>div{
  text-align: center;
  padding: 50px 0 0;    
}

#wheretobuy img{
  padding: 0 20px 20px 0; 
  transition: 0.3s;
}

#wheretobuy img:hover{
  filter: opacity(0.5);
}

#wheretobuy a{
  text-decoration:none;
}

