@media screen and (max-width: 1360px) {

    body .about-banner {

        height: 8rem;

    }



    body .about-culture-content {

        width: 100%;

        margin: 0 auto;

        margin-top: 2rem;

        margin-bottom: 5rem;

        display: flex;

        flex-direction: column;

    }



    body .about-culture-content-top {

        display: flex;

        flex-direction: column;

    }



    body .about-culture-content-top .title {

        color: #000000;

        font-size: 1.5rem;

        text-align: center;

        margin-bottom: 1rem;

    }



    body .about-culture-content-top .text {

        color: #000000;

        font-size: 1rem;

        text-align: center;

    }



    body .about-culture-content-bottom {

        margin-top: 2rem;

        display: flex;

        justify-content: space-between;

        position: relative;

    }



    body .about-culture-content-bottom-label {

        display: flex;

        flex-direction: column;

        justify-content: space-between;

        margin-top: 20rem;

    }



    body .about-culture-content-bottom-label div {

        width: 10rem;

        height: unset;

        padding-top: 1rem;

        box-sizing: border-box;

        border-top: 2px solid #0084ce;

        display: flex;

        flex-direction: column;

        margin-top: 2rem;

    }



    body .about-culture-content-bottom-label div span:first-child {

        color: #000000;

        font-size: 1.2rem;

        margin-bottom: .5rem;

    }



    body .about-culture-content-bottom-label div span:last-child {

        color: #444444;

        font-size: 1rem;

    }



    body .about-culture-content-bottom-img {

        width: 20rem;

        height: 20rem;

        left: 0;

        right: 0;

        margin: 0 auto;

        display: flex;

        justify-content: center;

        align-items: center;

        background-image: url('../../images/circular.png');

        background-position: center;

        background-repeat: no-repeat;

        background-size: cover;

        position: absolute;

    }



    body .about-culture-content-bottom-img div {

        width: 9px;

        height: 9px;

        background-color: #0084ce;

        border-radius: 50%;

        position: absolute;

    }



    body .about-culture-content-bottom-img div:nth-child(1) {

        left: 4rem;

        top: 1.4rem;

        background-color: #0084ce;

    }



    body .about-culture-content-bottom-img div:nth-child(2) {

        right: 4rem;

        top: 1.4rem;

        background-color: #1a884b;

    }



    body .about-culture-content-bottom-img div:nth-child(3) {

        left: 4rem;

        bottom: 1.4rem;

        background-color: #1a884b;

    }



    body .about-culture-content-bottom-img div:nth-child(4) {

        right: 4rem;

        bottom: 1.4rem;

        background-color: #0084ce;

    }



    body .about-culture-content-bottom-img img {

        width: 18rem;

        display: block;

    }



    body .about-culture {

        padding: 0 1rem;

        box-sizing: border-box;

    }

}



.about-culture {

    width: 100%;

    display: flex;

    background-image: url('../../images/about-culture-bg.png');

    background-position: bottom;

    background-repeat: no-repeat;

    background-size: 100%;

    background-color: #f1f9fc;

}



.about-banner {

    width: 100%;

    height: 320px;

    background-image: url('../../images/banner-5.png');

    background-position: center;

    background-size: cover;

    background-repeat: no-repeat;

}



.about-culture-content {

    width: 1200px;

    margin: 0 auto;

    margin-top: 103px;

    margin-bottom: 196px;

    display: flex;

    flex-direction: column;

}



.about-culture-content-top {

    display: flex;

    flex-direction: column;

}



.about-culture-content-top .title {

    color: #000000;

    font-size: 32px;

    text-align: center;

    margin-bottom: 16px;

}



.about-culture-content-top .text {

    color: #000000;

    font-size: 16px;

    text-align: center;

}



.about-culture-content-bottom {

    margin-top: 88px;

    display: flex;

    justify-content: space-between;

}



.about-culture-content-bottom-label {

    display: flex;

    flex-direction: column;

    justify-content: space-between;

}



.about-culture-content-bottom-label div {

    width: 300px;

    height: 83px;

    padding-top: 28px;

    box-sizing: border-box;

    border-top: 2px solid #0084ce;

    display: flex;

    flex-direction: column;

    margin-top: 40px;

}



.about-culture-content-bottom-label div span:first-child {

    color: #000000;

    font-size: 22px;

    margin-bottom: 15px;

}



.about-culture-content-bottom-label div span:last-child {

    color: #444444;

    font-size: 16px;

}



.about-culture-content-bottom-img {

    width: 400px;

    height: 400px;

    margin: 0 100px;

    display: flex;

    justify-content: center;

    align-items: center;

    background-image: url('../../images/circular.png');

    background-position: center;

    background-repeat: no-repeat;

    background-size: cover;

    position: relative;

    animation: 1s phonerainbow;

}



@keyframes phonerainbow {

    0% {

       transform: rotate(360deg);

    }

    100% {

        transform: rotate(0deg);

    }

}

.about-culture-content-bottom-img div {

    width: 9px;

    height: 9px;

    background-color: #0084ce;

    border-radius: 50%;

    position: absolute;

}



.about-culture-content-bottom-img div:nth-child(1) {

    left: 58px;

    top: 50px;

    background-color: #0084ce;

}



.about-culture-content-bottom-img div:nth-child(2) {

    right: 58px;

    top: 50px;

    background-color: #1a884b;

}



.about-culture-content-bottom-img div:nth-child(3) {

    left: 58px;

    bottom: 50px;

    background-color: #1a884b;

}



.about-culture-content-bottom-img div:nth-child(4) {

    right: 58px;

    bottom: 50px;

    background-color: #0084ce;

}



.about-culture-content-bottom-img img {

    width: 340px;

    display: block;

    animation: 1s phonerainbowimg;

}

@keyframes phonerainbowimg {

    0% {

       transform: rotate(-360deg);

    }

    100% {

        transform: rotate(0deg);

    }

}