@media screen and (max-width: 1024px) {
    .header__search{
        width: 20rem;
        height: 3rem;
    }
    .offer__list-item{
        grid-template-columns: 1fr 1fr;
    }
}