body {
    text-align: center;
}
section {
    background-color: #dcdcdc;
    padding-top:50px;
    text-align: center;
}
/*section:nth-child(2n-1) {
    background-color: #dcdcdc;
}*/
h2 {
    padding-top:55px;
    margin: 0 auto 50px;
}
.big {
    font-size: 40px;
    line-height: 1.3;
    margin: 80px 0 10px;
}
.small {
    font-size:18px;
    margin-bottom:50px;
}
section img {
    max-width: 100%;
    width:auto;
    border-radius: 5px;
    margin-bottom:20px;
}
.shoplink {
    display:flex;
    justify-content: space-between;
    width:1000px;
    margin:0 auto 50px;
}
.shoplink a {
    width:30%;
}

@media screen and (max-width: 500px) {
    section {
        padding-top:20px;
    }
    .big {
        font-size:30px;
        margin: 50px 0 10px;
    }
    .small {
        font-size:14px;
    }
    section img {
        max-width:96%;
        margin:10px auto;
    }
    .shoplink {
        width:100%;
        display:block;
        text-align: center;
        margin:0 auto 30px;
    }
    .shoplink a {
        width:80%;
        display:block;
        margin:10px auto;
    }

}