/* To fix mobile view (Text was too much to the top) */
.page_content_wrapper {
    margin-top: 60px !important;
}

/* Centered Logo on mobile view */
.logo_align {
    display: initial;
}

.logo_container {
    margin-left: 0px !important;
    text-align: center;
}