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