.product-section {
background-color: #FFFEFF;
    padding-bottom: 100px;
    width: calc(100% - 30px);
    max-width: 1200px;
    margin: 0 auto;
}
.product-section .title {
    text-align: center;
    font-size: 24px;
}