<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media (max-width: 750px) {
    .home-content {
        overflow: hidden;
    }

    .corporate-culture {
        background: none;
    }

    .culture-center {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .culture-center .culture-text {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-right: 0;
        margin-bottom: 2rem;
    }

    .culture-center .culture-text .text {
        line-height: 2.53rem;
    }

    .culture-text .text {
        font-size: 1.4rem;
    }

    .culture-text .title {
        font-size: 2.2rem;
        margin-bottom: 1rem;
        font-weight: 700;
    }

    .culture-center .culture-text::after {
        display: none;
    }

    .culture-imgs {
        width: 26rem;
        position: relative;
    }

    .culture-swiper .swiper-slide img {
        height: 18.4rem;
        /* aspect-ratio: 568 / 400; */
    }

    .img-describe .img-title {
        font-size: 1.8rem;
        line-height: 2.4rem;
        margin-bottom: 1rem;
    }

    .img-describe .img-text {
        font-size: 1.4rem;
        line-height: 2.2rem;
        padding-left: 1.4rem;
    }

    .img-describe {
        height: 12rem;
        margin: 0 1.8rem;
        padding: 0.4rem 1.2rem;
    }

    .sweiper-button {
        bottom: 8.5rem;
        --swiper-navigation-size: 1.6rem;
    }

    .img-describe .img-text::before {
        content: "";
        top: 0.7rem;
    }
}</pre></body></html>