/* Add here all your css styles (customizations) */


.nfo {
    margin-top: 140px;
}

@media (max-width: 991px) {
.nfo {
    margin-top: 0px;
}
}