body {background: #100903; color: #CCCBA6;}

.wrapper {max-width: 1024px;}
.header {
    padding: 0 10px;
}
.header h1 {
    font-size: 36px;
    font-weight: normal;
}
.block-content .block-top {
    background: url(../jpg/shirt-quality_01.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}
.block-content .block-1 {
    height: 250px;
}
.block-content .block-2 {
    padding: 10px;
}
.block-content .block-3 .style {
    margin-top: 10px;
}
.block-content .block-3 .style .style-item {
    margin-top: 10px;
}
.block-content .block-3 .style figure {
    text-align: center;
}
.block-content .block-3 .style figure img {
    display: block;
    margin: 0 auto;
}
.block-content .block-3 .style figure figcaption {
    color: rgb(241, 236, 196);
    font-size: 14px;
}

@media only screen and (min-width: 768px) {
    .header h1 {
        font-size: 50px;
    }
    .block-content .block-top {
        height: 500px;
        background-size: 115%;
        background-position: center top;
    }
    .block-content .block-2 {
        padding: 30px;
    }
    .block-content .block-3 .style {
        margin-top: 0;
    }
    .block-content .block-3 .style .style-item {
        float: left;
        width: 33.33%;
    }
}

@media only screen and (min-width: 1024px) {
    .block-content .block-top {
        height: 580px;
        background-size: cover;
        background-position: center top;
    }
    .block-content .block-3 .style {
        width: 90%;
        margin: 0 auto;
    }
}