/* For devices with a minimum width of 768px (Medium) */
@media screen and (max-width: 768px) {
    .we-create-section{
        padding: 0;
        margin: 0;
    }
    .we-create-section .section-title{
        margin: 30px 0;
        font-weight: 900;
    }
}

/* For devices with a minimum width of 992px (Large) */
@media screen and (max-width: 992px) {

}