@import url('https://fonts.googleapis.com/css?family=Dosis&display=swap');
.banner-h {
    font-family: 'Dosis', sans-serif;
     font-size: 16px;
    text-transform: uppercase;
    text-shadow: 0 2px 2px #239ac8;
    line-height: 18px;
}
body {
    font-family: Arial, Helvetica, Verdana;
    font-size: 14px;
    line-height: 26px;
    color: #333;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
}
.banner-item {
    position: relative;
    width: 100%;
    height: 180px!important;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}