.s-home-8 .s_lbox {
    padding: 15px;
    background-color: #fff;
}
.s-home-8 .s_lbox .s_title {
    color: #f63;
    font-weight: bold;
    font-size: 20px;
    text-align: right;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.s-home-8 .s_lbox .s_desc {
    color: #444;
    line-height: 1.734em;
    text-align: justify;
}
.s-home-8 .s_rbox {
    position: relative;
    overflow: hidden;
}
.s-home-8 .s_rbox::before {
    content: '';
    display: block;
    padding-bottom: 70%;
}
.p-detail-15 {
    margin-bottom: 15px;
}
.p-detail-15 .s-home-8 .s_rbox .ht-ratio--50::before {
    padding-bottom: 50%;
}
.p-detail-15 .ht-format-detail {
    padding: 50px 50px 40px;
    background-color: #FFF;
}

/*------------ Responsive ------------*/
@media screen and (min-width: 992px) {
    .s-home-8 .s_lbox {
        display: table-cell;
        width: 51.4%;
        vertical-align: middle;
        padding: 50px 60px;
        border-bottom: 5px solid #eee;
    }
    .s-home-8 .s_lbox .s_title {
        font-size: 30px;
    }
    .s-home-8 .s_lbox .s_desc {
        font-size: 15px;
    }
    .s-home-8 .s_rbox {
        display: table-cell;
        width: 50%;
    }
    .s-home-8 .s_rbox img {
        width: 100%;
    }
}
@media screen and (max-width: 991px) {
    .s-home-8 .s_lbox .s_title {
        text-align: left;
    }
    .p-detail-15 .ht-format-detail {
        padding: 20px 15px 10px;
        border-top: 1px solid #eee;
    }
}