.banner-container {
    background: #00a4e3 url(https://derby.digitaltradingco.co.uk/Portals/0/https://derby.digitaltradingco.co.uk/Portals/0/Images/background_header.gif) no-repeat center center;
    padding: 25px 0;
    min-height: 255px;
    display: table
}

.banner-container h2 {
    font-weight: 700;
    font-size: 33px;
    color: #fff;
    font-family: Arial;
    text-align: right;
    margin: 25px 0
}

.banner-container span {
    font-size: 18px;
    color: #fff;
    line-height: 150%;
    text-align: right;
    font-family: Arial
}

.col-md-12 {
    float: left
}

@media (max-width:1199px) {
    .banner-container h2 {
        font-size: 25px
    }
}

@media (min-width:1200px) {
    .banner-container img {
        right: 135px
    }
}

@media (max-width:768px) {
    .banner-container {
        min-height: 205px;
        min-width: 0
    }

    .banner-container h2 {
        font-size: 20px;
        color: #fff;
        margin-top: 20px;
        font-family: Arial;
        max-width: auto;
        float: none;
        text-align: center
    }

    .banner-container span {
        margin-right: 0;
        font-size: 14px;
        color: #fff;
        line-height: 24px;
        text-align: center;
        display: inline-block;
        font-family: Arial;
        max-width: auto;
        float: none
    }

    .banner-container img {
        display: none
    }

    .banner-container {
        background: #00a4e3 url(Images/background_header.gif) no-repeat center center;
        padding: 25px 0
    }
}

ul li {
    list-style-type: none
}