.mt-lg-60 {
	margin-top: 60px;
}

@media screen and (max-width: 768px) {
    .mt-lg-60 {
        margin-top: 0px;
    }
    
}