@media screen and (min-width: 600px) {
    h1 {
        color: #54b0a3;
        font-size: 28px;
        font-weight: bold;

        margin: 50px 0 30px;
    padding: 0 0 0 80px;
    line-height: 1.4;
        
    }
    h1 span {
        position: relative;
    }    
    h1 span:before {
content: '';
    background: url(img/logo.png) left center no-repeat;
    left: -75px;
    top: 50%;
    width: 59px;
    height: 63px;
    position: absolute;
    background-size: 100%;
    margin: -30px 0 0;
    }
}

@media screen and (max-width: 599px) {
    h1  {
    color: #54b0a3;
    font-size: 18px;
    font-weight: bold;
    display: flex;
    align-items: center;
    text-align: left;
    width: 100%;
    padding: 37px 65px 10px 10px;
    border-bottom: 4px solid #54b0a3;
    min-height: 84px;
    }
}

#index {
    padding: 0;
}
