.container {
    max-width: 1200px;
    margin: 0 auto;
}

.container .img {
    max-width: 1200px;
}

.container .img img {
    display: block;
    margin: 0 auto;
    width: 100%;
}

.mt80 {
    margin-top: 80px;
}

.piece .title p:nth-child(1) {
    font-size: 20px;
    text-align: center;
    margin-bottom: 10px;
}

.piece .title .cut-off_rule {
    height: 3px;
    width: 200px;
    background-color: #FF8E12;
    margin: 0 auto 10px;
}

.piece .img-box img {
    height: 100%;
    width: 100%;
}

.piece .brandStory {
    background-color: #eeeeee;
    margin: 10px 0;
    padding: 20px 200px;
}

.piece .brandStory .logo-img {
    height: 80px;
    width: 150px;
    margin: 0 auto;
}

.piece .brandStory .logo-img img {
    height: 100%;
    width: 100%;
}

.piece .brandStory h3 {
    font-size: 22px;
}

.piece .brandStory p {
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 3px;
}

#footer {
    box-shadow: none;
}