._design_title_1 {
    color: blue;
    text-transform: uppercase;
    margin-bottom: 20px;
}
._design_title_1 > ._design_inner_1 {
    display: inline-block;
    color: #fff;
    padding: 8px 20px 6px 20px;
    position: relative;
    background-color: #000;
    font-size: 22px;
    line-height: 1.3;
}
._design_title_1 > ._design_inner_1::before {
    content: "";
    position: absolute;
    top: 0;
    right: -25px;
    width: 25px;
    height: 100%;
    background: linear-gradient(to bottom left, transparent 0, transparent 50%, #000 50%, #000 100%);
}

@media (max-width:767px) {
    ._design_title_1 > ._design_inner_1 {
        font-size: 18px;
    }
}

/*=====================*/

._design_title_2 {
    font-size: 22px;
    color: #000;
    padding-bottom: 20px;
}

._design_title_2 > ._design_inner_2 {
    display: inline-block;
    position: relative;
    padding: 5px 0;
    text-transform: uppercase;
    font-weight: bold;
    border-bottom: 2px solid #cfcdce;
}
._design_title_2 > ._design_inner_2 > span {
    color: #cb0e12;
}
._design_title_2 > ._design_inner_2:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    z-index: 1;
    height: 2px;
    width: 50%;
    background-color: #cb0e12;
}

@media (max-width:767px) {
    ._design_title_2 {
        font-size: 18px;
    }
}

/*=====================*/

._design_box_1_left {
    display: flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    flex-shrink: 0;
    width: 100%
}
._design_box_1_left_inner {
    width: 100%;
    font-size: 72px;
    text-align: right;
    color: transparent;
    background-size: cover;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-attachment: fixed;
    white-space: nowrap;
    font-weight: bold;
}
._design_box_1_right {
    padding: 5%;
    text-align: justify;
    border: 6px solid #cb0e12;
    border-left: 0;
    position: relative;
}
._design_box_1_right:before,
._design_box_1_right:after{
    content: "";
    position: absolute;
    width: 6px;
    height: 5rem;
    left: 0;
    background-color: #cb0e12;
}
._design_box_1_right:before {
    top: 0;
}
._design_box_1_right:after {
    bottom: 0;
}

@media (max-width:767px) {
    
}