.features {
  background: white;
  color: gray;
  padding: 20px;
  display: flex;
  flex-direction: row;
}

.features figure {
    margin: auto;
    text-align: center;
    width: 150px;
}

.features figure img {
    border-radius: 20px;
    width: 150px;
    height: 300px;
}

.storelinks {
   background: white;
   color: gray;
   padding: 20px;
   display: flex;
   flex-direction: row;
}

.storelinks figure {
    margin: auto;
    text-align: center;
    width: 150px;
}

.storelinks figure img {
    border-radius: 20px;
    width: 150px;
    height: 50px;
}