.m-texthtml h1 {
    color: #005da8;
    font-weight: 400;
    line-height: 53px;
    font-size: 40px;
    text-transform: uppercase;
    border-bottom: 6px solid #005da8;
    display: inline-block;
    vertical-align: top;
    max-width: 70%;
}

.header .m-texthtml:first-child img, .header .m-texthtml.site-logo img, .header .m-texthtml.siteLogo img {
     max-height: unset !important; 
}

@media (max-width: 1200px) {
#head_logo {
    margin: 0 1%;
}
}

@media (min-width: 1200px) {
#head_logo {
    margin: 0 10%;
}