#header-logo img{
    max-width: 300px;
    height: auto;
}
@media screen and (max-width: 639.98px) {
    #header-logo img {
        max-width: 350px;
    }
}

#visual-lead .title {
        text-shadow:
        0 2px 0 #333,
        0 3px 0 #333,
        0 4px 5px #333;
}