.gallery-section{
text-align: center;
padding: 6rem 0rem;
}
.gallery-section > h3{
font-weight: bold;
font-size: 3rem;
margin-bottom: 6rem;
}
.gallery-section__button{
margin-top:8rem;
margin-bottom: 3rem;
}
.gallery-cell {
width: 100%;
height: auto;
margin-bottom: 0px;
}
@media (min-width:490px){ 
.gallery-cell {
width: 50%;
}
}
@media (min-width:980px){ 
.gallery-cell {
width: 33.33%;
}
}
@media (min-width:1200px){ 
.gallery-cell {
width: 25%;
}
}