/* Hiding Title in fr-de for customer view */

#block-axway2020-views-block-customers-customer-block>h2, .browse-case {
    display: none;
}

/* Hero banner adjustment */

body.path-frontpage #hero {
    background-position: center;
    background-color: #fff !important;
    background-repeat: no-repeat;
    background-size: contain !important;
}

body.path-frontpage #customer h2 {
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center !important;
    max-width: 100%;
}

#features {
    display: none;
}

/*.comparison-table-section {
    display: none;
}*/

#featured-promotion-section {
    display: none;
}