.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: 900;
}


@media only screen and (max-width: 900px) {
    .app-banner p {
        font-size: 10px;
    }

    .app-banner h2 {
        font-size: 18px;
        font-weight: 900;
    }
}