.hino-menu {
    width: 85%;
    margin: 0 auto;
}

.background-black {
    background-color: #212426;
}

.background-red {
    background-color: #E51908;
}

.color-white {
    color: #FFF;
}

/**
    Bus catalog styles
 */

.bus-catalog .bus-catalog-img {
    width: 202px;
}

/**
    Benefits styles
 */

.benefits-header {
    position: relative;
}

.benefits-header .benefits-title {
    position: absolute;
    top: 12px;
    left: 37%;
}

.benefits-header .benefits-img {
    position: relative;
}
