section.alert {

    background: url(https://www.the-eic.com/Portals/0/Website/Events/Banner/alert_desktop.jpg) center no-repeat;
    background-size: contain;
    height: 550px;
    margin: 0;
    background-color: #0055A4;
    padding: 220px 0 0 0;


}

h2{
    color:#0055A4;
}

section.alert .cnt{
    align-items: center;
}

section.alert img.eiclogo {
    width: 90%;
}

section.alert p {
    color: #fff;

}

section.alert p.org {
    color: #F68030;

}

@media only screen and (max-width: 600px) {
    section.alert {


        background-size: contain;
        height: auto;
        margin: 0;
        padding: 120px 20px 40px;

    }

    section.alert img.eiclogo {
        display: none;
    }

    section.alert p {
        text-align: center;
    }

}

.super-copy.margin-top-large-double {
    margin-top: 40px !important;
}