* {
    margin: 0;
    padding: 0;
}

/* start headr home section */

#intro-example {
    height: 400px;
}

/* Height for devices larger than 992px */
@media (min-width: 992px) {
    #intro-example {
        height: 600px;
    }
}

/* end headr home section */


