html {
    background-color: #000000;
}

.brandone {
    color: #fff;
    text-align: center;
    padding: 70px 0px;
}

.brandone p:nth-child(1) {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 30px;
}

.brandone p:nth-child(2) {
    font-size: 16px;
    line-height: 35px;
}

.culture {
    color: #fff;
    text-align: center;
    padding: 70px 0px;
    background: url(../images/bg.jpg) no-repeat;
    background-size: 100% 100%;
}

.culture p:nth-child(1) {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 30px;
}

.culture p:nth-child(2) {
    font-size: 16px;
    line-height: 35px;
}

.culture_box {
    width: 100%;
    background-color: #000000af;
    padding: 70px 0px;
}

.culture2 {
    padding: 0px;
}