.app-banner {
    width: 100%;
    height: 180px;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: top center !important;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 600;
}

.app-banner h2 {
    font-weight: 600;
}

.app-banner h5 {
    font-weight: 600;
    margin-bottom: 10px;
}