.text-centered{
    text-align: center !important;
}

.centered-div{
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}

.align-items-center{
    display:flex;
    align-items: center;
}
/** Small screens start ***/
@media only screen and (max-width: 690px) {
    .hero-visual{
        margin-top:70px;
    }

}
/*** Small screens end ***/