header.offer {
    height: 136px;
    padding: 0;
}

main .main-wrapper.offer-details {
    padding: 185px 30px 85px;
}

@media all and (max-width: 1024px) {
    header.offer {
        height: 105px;
    }
    
    header #bottom #welcome {
        line-height: 2em;
    }
    
    main .main-wrapper.offer-details {
       padding: 155px 30px 85px;
    }
}

@media all and (max-width: 768px) {
    header #bottom #welcome {
        display: none;
    }
}