
    .main_title {
        display: none !important;
    }

    .container_screen,
    .ly_article_1 {
        max-width: 1580px !important;
    }

    .washing-maintenance {
        width: 85%;
        margin: 30px auto;
    }

    .washing-hader {
        width: 100%;
        height: 334px;
        background-image: url(//ueeshop.ly200-cdn.com/u_file/UPBH/UPBH471/2601/15/photo/Expedition-1.webp);
        background-position: center center;
        background-size: cover;
        position: relative;
    }

    .mask {
        height: 334px;
        background-color: #fff0;
        background-image: linear-gradient(-90deg, rgb(255 255 255 / .07) 3%, #000000 90%);
        opacity: .92;
        transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    }

    .washing-hader-title {
        width: 50%;
        position: absolute;
        top: 50%;
        left: 5%;
        transform: translateY(-50%);
        z-index: 1;
    }

    @media (max-width: 767px) {
        .washing-hader-title {
            width: 100%;
        }
    }
