header.header .logo-img {
    max-width: 400px;
    max-height: 81px;
}







@media (max-width: 435px) {
    header.header .logo-img {
        max-width: 327px;
        max-height: 81px;
    }
.tt-hero h1 {
    font-size: 2rem;
}
}

@media (max-width: 320px) {
    header.header .logo-img {
        max-width: 260px;
        max-height: 81px;
    }
}