.customize {
    max-width: 1222px;
    margin: 0 auto;
    padding-bottom: 40px;
}

.customize a {
    text-decoration: none;
}

.customize-header {
    text-align: center;
    padding: 80px 0;
    margin-bottom: 80px;
    background-color: #F4F0ED;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    background-image: url(https://rugshomeware.com/wp-content/themes/minimal-woo/assets/image/customize/w-repair-lines-2.svg);
    background-position: top center;
    background-repeat: no-repeat;
}

.subtitle {
    font-size: 18px;
    color: #060e69;
}

.title {
    font-size: 46px;
    margin: 10px 0;
}

.aftertitle {
    font-size: 16px;
    color: #606060;
    line-height: 1.6;
}

@media (max-width: 768px) {
    .customize-header {
        width: auto;
        padding: 40px 20px 80px;
        margin-bottom: 40px;
    }

    .subtitle {
        font-size: 13px;
        color: #060e69;
    }

    .title {
        font-size: 20px;
        margin: 10px 0;
    }

    .aftertitle {
        font-size: 14px;
    }
}