    .section5 {
        display: block;
    }

    .top5 {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .Box5 {
        margin-top: 75px;
        position: relative;
        width: 100%;
        z-index: 2;
        display: flex;
        align-items: center;
    }

    .lt5 {
        width: 35%;
        position: relative;
    }

    .lt5 img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .lt5::after {
        content: "";
        display: block;
        width: 75%;
        height: 75%;
        background: url(/assets/images/image1.png) no-repeat center;
        background-size: cover;
        position: absolute;
        z-index: -1;
        right: -45px;
        bottom: -45px;
    }

    .rt5 {
        width: 65%;
        padding-left: 90px;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 80px;
    }

    .item5 {
        width: 100%;
        display: flex;
        justify-content: space-between;
    }

    .time5 {
        display: flex;
        flex-direction: column;
        grid-gap: 10px;
        color: #0F0F0F;
        font-size: 18px;
        line-height: 1;
    }

    .time5 b {
        color: var(--color);
        font-size: 42px;
        font-weight: 700;
        line-height: 1;
    }

    .text5 {
        width: calc(100% - 90px);
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        grid-gap: 45px;
    }

    .text5 h1 {
        color: #000;
        font-size: 18px;
        line-height: 1.5;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }

    .text5 h2 {
        color: #7B7B7B;
        font-size: 16px;
        line-height: 1.5;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
    }

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

    @media (max-width: 1440px) {
        .rt5 {
            padding-left: 30px;
            grid-gap: 30px;
        }

        .text5 {
            width: calc(100% - 60px);
            grid-gap: 15px;
        }

        .time5 b {
            font-size: 28px;
        }

        .time5 {
            grid-gap: 5px;
            font-size: 14px;
        }
    }

    @media (max-width: 1200px) {
        .Box5 {
            margin-top: 60px;
        }

        .lt5 {
            width: 50%;
        }

        .lt5::after {
            right: -15px;
            bottom: -15px;
        }

        .rt5 {
            grid-template-columns: repeat(1, 1fr);
            width: 50%;
            grid-gap: 30px;
        }

        .text5 {
            width: calc(100% - 45px);
            grid-gap: 5px;
        }

        .text5 h1 {
            font-size: 16px;
            -webkit-line-clamp: 1;
        }

        .text5 h2 {
            font-size: 14px;
        }
    }

    @media (max-width: 720px) {
        .Box5 {
            margin-top: 30px;
            flex-wrap: wrap;
            grid-gap: 30px;
        }

        .rt5,
        .lt5 {
            width: 100%;
            padding: 0;
        }
    }

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

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