/* =Child-Theme responsive styles starts here
-------------------------------------------------------------- */

@media(max-width: 1279px) {
    .portfolio_page .portfolio_page_details_wrap .portfolio_page_description {
        padding-bottom: 30px;
    }
    .sc_layouts_title .sc_layouts_title_excerpt {
        margin-top: 10px;
        margin-bottom: 0;
    }
}

@media(max-width: 767px) {
    .sc_layouts_title .sc_layouts_title_excerpt {
        max-width: 100%;
    }
}