    .section5 {
        position: relative;
    }

    .section5 .bj5 {
        position: relative;
        width: 100%;
        height: 473px;
        object-fit: cover;
    }

    .Box5 {
        position: absolute;
        z-index: 2;
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        grid-gap: 30px;
        padding: 0 var(--container);
    }

    .text5 {
        width: 37%;
    }

    .text5 p {
        margin-top: 30px;
        font-size: 14px;
        line-height: 1.5;
        color: #555;
    }

    .img5 {
        width: 30%;
    }

    @media (max-width: 1200px) {
        .section5 .bj5 {
            height: 40vw;
        }

        .Box5 {
            grid-template-columns: 1fr;
        }

        .Box5 {
            grid-gap: 10px;
        }

        .text5 {
            width: 50%;
        }

        .text5 p {
            margin-top: 10px;
            font-size: 13px;
            line-height: 1.25;
        }

        .img5 {
            width: 25%;
        }
    }

    @media (max-width: 720px) {
        .section5 .bj5 {
            display: none;
        }

        .Box5 {
            position: relative;
            display: flex;
            align-items: center;
            justify-content: center;
            grid-gap: 30px;
            flex-wrap: wrap;
        }

        .text5 {
            width: 100%;
        }

        .text5 img {
            width: auto;
            max-width: 100%;
        }

        .img5 {
            width: auto;
            max-width: 100%;
        }
    }

    @media (max-width: 480px) {}