.combustible{
    width: 100%;
    height: auto;
    display: inline-block;
}
.com-left{
    width: 34%;
    float: left;
}
.com-left img{text-align: center;margin: 0 auto;display: block;}
.com-right{
    width: 63%;
    float: right;
    margin-top: 2%;
}
.com-right h3{
    color: #187bb7;
    font-size: 27px;
    padding-bottom: 2%;
}
.cr-box{
    width: 100%;
    height: auto;
    display: inline-block;
}
.cr-box h4{
    font-size: 23px;
    letter-spacing: 2px;
    font-weight: bold;
    color: #000;
}
.cr-box p{
    color: #000;
    font-size: 15px;
    line-height: 32px;
}