.niche-sector {
}

/* Site design width */
@media only screen and ( max-width: 1280px ){

}

/* Tablet */
@media only screen and ( max-width: 768px ){
 
}

/* Mobile */
@media only screen and ( max-width: 640px ){
    .niche-sector > .content-container {
        padding: 0;
    }

    .niche-sector .section.page-intro {
        padding: 0;
    }
}
