/* BANNER HERO */

.banner-hero {
    background: #5f6369; 
    color: white;
    padding: 30px 0 30px;
    position: relative;
    max-width: 1440px;
    margin: auto;

}
.banner-hero h2 {
    font-weight: bold;
    margin-bottom: 10px;
}
.banner-hero .banner-hero-inner {
    display: flex;
}
.banner-hero .text {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.banner-hero .image {
    width: 170px;
    margin-right: 30px;
}