.wrapper {
    display: unset !important;
}

body {
    background: white;
    margin: auto;
    max-width: 1440px;
}

#continental-header-logo {
    width: 100%;
}


#continental-header-text p {
    padding: 1rem;
    text-align: justify;
}

@media (max-width: 750px) and (min-width: 250px) {
    body {
        padding: 0;
    }

    #continental-header {
        padding: 0.5rem;
    }

}