#hero-aside-160{
 width: 100%;
 display: flex;
 flex-direction: row;
 justify-content: space-around;
 flex-wrap: wrap;
}


/*Wine club title*/
#join-hero-title-160{
  margin-top: 15px;
}

.club-description{
    width: 80%;
    display: flex;
    flex-direction: column;
    align-items: center; 
}

.club-description-container{
 	width: 100%;
    display: flex;
    justify-content: center;
}

.club-join{
  display: flex;
  flex-direction: column;
  align-items: center; 
  margin-bottom: 30px;
}

.club-join > p{
    margin-bottom: 0;
}



@media (min-width: 960px){
 #hero-figure-160{
  width: 100%; 
 }
}


@media (max-width: 768px){
  #hero-aside-160{
   flex-direction: column; 
  }
}

.bloom-footer__logo {
  vertical-align: middle;
}