.customize-area{
    background:;
    color:;
}
.customize-text {
    text-align: center;
}

.customize-text h1 {
    font-size:50px;
    font-weight: 700;
    margin-bottom: 20px;
    color:;
}

.customize-text p {
    margin-bottom:20px;
    max-width: 865px;
    margin-left: auto;
    margin-right: auto;
}

.customize-text .customize-wrap {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
    .customize-text h1 {
        font-size: 35px;
        margin-bottom: 10px;
    }
    .customize-text p {
        margin-bottom: 10px;
    }
}