.simple-banner-p{
    margin-top: 0px !important;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    position: relative;
}
.banner_s{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 220px;
    margin-bottom: 0px;
    margin-top: 40px;
    background: #D31145;
}

.banner_s p{
    color: #fff;
    font-family: 'Alright Sans Ultra';
    font-size: 24px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    max-width: 944px;
    margin-bottom: 0px;
}