.hero-info-bar-wrapper {
    color: #fff;
    width: 100%;
    position: fixed;
    bottom: 0;
    z-index: 9999999;
    background-color: #2A2F57;
}
.hero-info-bar-wrapper #hero-info-bar {
    margin: 0 auto;
}
@media screen and (min-width: 768px) {
    .hero-info-bar-wrapper #hero-info-bar {
        max-width: 151.2rem;
        padding: 0 8rem;
        height: 56px;
    }
}
.hero-info-bar-wrapper .banner {
    display: flex;
    align-items: center;
    text-align: left;
    height: 56px;
}
.hero-info-bar-wrapper .content-2 {
    display: inline-block;
    width: 10%;
    font-family: 'Roboto',sans-serif;
    font-weight: 400;
    font-size: 20px;
}
.hero-info-bar-wrapper #carousel-one {
    display: inline-flex;
    align-items: center;
    width: 100%;
    height: inherit;
    overflow: hidden;
}
.hero-info-bar-wrapper .images img, .hero-info-bar-wrapper .images-2 img{
    max-height: 22px;
    height: 22px;
    width: auto;
    margin: auto;
}
.marquee-container{
    width: 100%;
}
.marquee-content img{
    height: 22px;
    width: auto;
}
@media screen and (max-width:767px) {
    .hero-info-bar-wrapper .content-2{
        width: 40%;
        font-family: 'Roboto', sans-serif;
        font-weight: 400;
        font-size: 18px;
        padding-left: 20px;
    }
    .hero-info-bar-wrapper .banner{
        flex-direction: column;
        align-items: center;
        margin: 10px auto;
    }
}