@media (max-width: 880px) {
    .header__inner-cargo-mobshino {
        background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(32, 32, 32, 0.5)), url(../images/cargo-mobile.webp);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }
    .header__inner-mobshino {
        background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(32, 32, 32, 0.7)), url(../images/mobshino.webp);
        background-size: cover;
        background-position: right center;
        background-repeat: no-repeat;
    }
    .header__content-time,
    .header__content-text2 {
        color: #fff;
        font-weight: 600;
    }
    .header__content-time::after {
        content: "";
        width: 100%;
        height: 3px;
        background-color: #ffffff;
        position: absolute;
        bottom: -3px;
        left: 0;
    }
}
