.page-banner-container2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0px;
}

.device-type-desktop .page-banner-container2 {
    width: 100%!important;
}

.device-type-desktop .page-banner-container2 img {
    width:100%!important;
}

.device-type-mobile .page-banner-container2 img {
    width: 100%!important;
    margin: 0;
    text-align: center;
}

.page-banner-container2 a:hover > img {
  opacity: 0.5;
}

.item-uid-WfEAsq7NJ{
    margin: 0px!important;
    text-align: center!important;
}

.device-type-desktop .item-container-typography-emergency {
    padding: 0.5em 1em;
    font-weight: bold;
    border: solid 3px #FF0000;
}

.device-type-mobile .item-container-typography-emergency {
    padding: 0.5em 1em;
    font-weight: bold;
    border: solid 3px #FF0000;
    font-size: 90%!important;
    text-align: center;
}