#div_row_main_carousel{
    margin-bottom: 30px;
}


/* Ours */
div#row_ours{
    margin-top: 50px;
    padding: 20px;
}
div#div_ours{
    position: absolute;
    margin-top: -160px;
    width: 700px;
    height: 160px;
    margin-left: 30px;
    background-color: rgba(0,0,0,0.65);
    padding: 25px;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
}
img#img_ours{
    width: 100%;
}
p#txt_ours{
    line-height: 27px;
    word-spacing: 1px;
    font-size: 20px;
}

/* Division */
#row_division{
    margin-top: 50px;
}
img.img_btn_cat{
    margin-top: 3px;
}

/* Small screens and Medium screens */
/* max-width 640px, mobile-only, 641px - 1024px, tablet-only */
@media only screen and (max-width: 39.9375em), only screen and (min-width: 40em) and (max-width: 63.9375em){
    div#div_ours{
        width: 540px;
    }
    p#txt_ours{
        line-height: 21px;
        word-spacing: 6px;
    }
}