.header-banner {
    background: url('/src/resources/picture/header-phone.png') no-repeat center center;
    background-size: cover;
    /*height: 150px;*/
    
}
.header-banner .h1-container {

    background: url('/src/resources/picture/header-phone.png') no-repeat center center;
    background-size: cover;
    padding : 0.1rem;
    opacity: 0.8;

}
.header-banner h1 {
    
    /*height: 150px;*/
    font-family: "Shrikhand", serif;
    font-weight: 400;
    font-style: normal;
}