.sh-background{
    background-image: url('../images/backgound-sh.png');
    background-repeat: no-repeat;
    background-size: cover;
    width:100%;
    height: 310px;
    display: flex; 
    justify-content: center; 
    align-items: center;
}
.sh-background h1{
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 96px;
    font-weight: bold;
color: white;
}
@media (max-width: 768px) {
    .sh-background{
        height: 151px; }

        .sh-background h1{
        font-size: 36px; 
    }
}

   