    .section5 {
        height: 100px;
        padding: 0;
        margin: 10px 0;
        display: flex;
        justify-content: space-between;
    }

    .title5 {
        width: 16.66%;
        height: 100%;
        background: var(--color);
        display: flex;
        align-items: center;
        justify-content: center;
        color: #FFF;
        font-size: 32px;
        font-weight: 700;
        letter-spacing: 5.76px;
        text-align: center;
    }

    .Box5 {
        width: calc(83.34% - 10px);
        position: relative;
        overflow: hidden;
        height: 100%;
        z-index: 2;
    }

    .Swiper5 {
        height: 100%;
        width: 100%;
    }

    .slide5 {
        background: #F5F9FC;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .slide5 img {
        max-width: 75%;
        max-height: 75%;
    }



    @media (max-width: 1200px) {
        .title5 {
            font-size: 26px;
        }
    }

    @media (max-width: 720px) {
        .section5 {
            height: auto;
            flex-wrap: wrap;
        }

        .title5 {
            width: 100%;
            padding: 15px 0;
            margin-bottom: 10px;
        }

        .Box5 {
            width: 100%;
            height: 75px;
        }
    }

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

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