a.title-header.title-header-large {
    width: 525px;
    margin-top: -1px;
    font-size: 1.2rem;
    line-height: 1.3;
}

 @media only screen and (max-width: 815px) {
    	a.title-header.title-header-large {
        width: 440px;
    }
}

 @media only screen and (max-width: 768px) {
    	a.title-header.title-header-large {
        width: auto;
        margin-top: 3em;
        font-size: 1rem;
        line-height: 1.2;
    }
}

 @media only screen and (max-width: 480px) {
    	a.title-header.title-header-large {
        width: auto;
        margin-top: 0;
        font-size: 1rem;
        display: block !important;
    }
    
    .title-header-short {
        display: none !important;
    }
}