@media (max-width: 880px) {
    .header__mob-content-text2-list--item {
        display: none;
    }
    .header__inner-azot {
       background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(32, 32, 32, 0.8)), url(../images/azot-2.webp);
       background-size: cover;
       background-position: center; 
       background-repeat: no-repeat;
       margin-bottom: 40px;
   }
   .header__content-text2-list--item {
       color: #fff;
       font-weight: 500;
   }
}