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

.wrapper {max-width: 1024px;}
.header {
    padding: 0 10px;
}
.header h1 {
    font-size: 36px;
    font-weight: normal;
}
.block-content .block-2 .product {
    margin-top: 10px;
}
.block-content .block-2 .product .product-item {
    margin-top: 10px;
}
.block-content .block-2 .product figure {
    text-align: center;
}
.block-content .block-2 .product figure img {
    display: block;
    margin: 0 auto;
}
.block-content .block-2 .product figure figcaption {
    color: rgb(241, 236, 196);
    font-size: 14px;
}
.block-content .block-3 .feature {
    margin-top: 20px;
}
.block-content .block-3 .feature figure {
    text-align: center;
}
.block-content .block-3 .feature figure img {
    display: block;
    margin: 0 auto;
}
.block-content .block-3 .feature .detail {
    width: 90%;
    margin: 0 auto;
    padding: 10px;
}
.block-content .block-3 .feature .detail p {
    font-size: 14px;
}

@media only screen and (min-width: 768px) {
    .header h1 {
        font-size: 50px;
    }
    .block-content .block-2 .product {
        margin: 40px auto;
    }
    .block-content .block-2 .product .product-item {
        float: left;
        width: 33.33%;
    }
    .block-content .block-3 .feature .feature-item {
        float: left;
        width: 33.33%;
    }
    .block-content .block-3 .feature .feature-item figure {
        float: none;
        width: 100%;
        height: 135px;
    }
    .block-content .block-3 .feature .feature-item .detail {
        float: none;
        width: 100%;
    }
}

@media only screen and (min-width: 1024px) {
    .block-content .block-2 .product {
        width: 90%;
    }
    .block-content .block-3 .feature figure img {
        width: 100%;
    }
    .block-content .block-3 .feature .feature-item figure {
        float: left;
        width: 30%;
    }
    .block-content .block-3 .feature .feature-item .detail {
        float: left;
        width: 70%;
    }
}