.hl-editor ._design_title_1 {
    text-align: center;
    font-size: 36px;
    color: #c4302c;
    font-family: 'iCielDomaineBold';
    line-height: 1.3;
    font-weight: bold;
    margin: 0;
    padding: 10px 0 0 0;
}

@media (max-width:991px) {
    .hl-editor ._design_title_1 {
        font-size: 30px;
    }
}

/*=====================*/

.hl-editor ._design_title_2 {
    font-size: 40px;
    font-family: 'iCielDomaineBold';
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    line-height: 1.5;
    margin: 0;
    padding: 0;
}

@media (max-width:991px) {
    .hl-editor ._design_title_2 {
        font-size: 34px;
        padding-bottom: 20px;
    }
}

/*=====================*/

._design_box_1 {
    padding: 20px 0;
    /* max-width: 80%; */
    margin-left: auto;
    margin-right: auto;
}
.hl-editor ._design_box_1_left img {
    /* border-radius: 1000px; */
    /* max-width: 550px; */
    margin-left: auto;
    margin-right: auto;
}
.hl-editor ._design_box_1_left {
    text-align: center;
    /* margin-right: -30px; */
}
.hl-editor ._design_box_1_right {
    /* margin-left: -30px; */
}


@media (max-width:991px) {
    ._design_box_1 {
        max-width: 100%;
    }
    .hl-editor ._design_box_1_left img {
        max-width: 100%;
    }
    .hl-editor ._design_box_1_left {
        /* margin-right: 0; */
        margin-bottom: 25px;
    }
    .hl-editor ._design_box_1_right {
        /* margin-left: 0; */
    }
    ._design_title_2 + br + ._design_box_1 {
        margin-top: -25px;
    }
}