.culture-container {
    margin: 40px auto;
}

.culture-content h4 {
    color: #0054A7;
    font-size: 2.2rem;
    font-weight: 600;
    margin: 20px 0;
    padding: 15px 0;
    border-bottom: 1px solid #d9d9d9;
}

.color-compony-content p {
    font-size: 1.4rem;
    color: #666;
    line-height: 2.8rem;
    margin: 15px 0;
}

.three-color {
    margin: 50px 0;
    background-color: #f5f5f5;
}

.red-color,
.blue-color {
    position: relative;
    padding: 0 50px;
    width: 100%;
    height: 300px;
    background-color: #fff;
    box-shadow: 0 19px 20px rgba(0, 0, 0, 0.05), 0 15px 12px rgba(0, 0, 0, 0.05);
    z-index: 6;
}

.green-color {
    position: relative;
    padding: 0 50px;
    width: 100%;
    height: 300px;
}

.green-color .color-start {
    float: right;
    height: 100%;
}

.red-color .color-start,
.blue-color .color-start {
    float: left;
    height: 100%;
    margin-right: 50px;
}

.green-color .color-start {
    margin-left: 50px;
}

.red-color .color-start img,
.blue-color .color-start img,
.green-color .color-start img {
    position: relative;
    top: -12%;
    height: 100%;
    z-index: 15;
}

.color-end {
    position: relative;
    top: 80px;
}

.color-end p {
    margin: 10px;
    color: #333;
    font-size: 1.6rem;
    line-height: 30px;
}

.color-end p:first-child,
.color-end p:first-child,
.color-end p:first-child {
    font-weight: 600;
}

.enter-idea {
    margin: 50px 0;
}

.idea-item {
    padding-bottom: 10px;
    border-bottom: 1px dashed #d6d6d6;
}

.idea-item:last-child {
    border: none;
}

.enter-idea-content {
    padding-left: 26px;
}

.enter-idea-content h5 {
    position: relative;
    font-size: 1.8rem;
    font-weight: 600;
    margin: 20px 0;
}

.enter-idea-content h5 span {
    color: #0054A7;
}

.enter-idea-content h5::before {
    position: absolute;
    left: -25px;
    top: 2px;
    content: "";
    width: 16px;
    height: 16px;
    border-radius: 50px;
    behavior:url(/cms-chng-theme/js/PIE.htc);
    -ms-behavior:url(/cms-chng-theme/js/PIE.htc);
    background-color: #fff;
    border: 4px solid #ccc;
}

.enter-idea-content p {
    font-size: 1.4rem;
    line-height: 2.2rem;
    color: #666;
}

.idea-book-content {
    position: relative;
    text-align: center;
}

.idea-book-content .book {
    position: relative;
    display: inline-block;
    margin: 40px auto;
}

.idea-book-content .book img {
    position: relative;
    z-index: 10;
}

.rectangle1 {
    position: absolute;
    width: 100px;
    height: 100px;
    left: -50px;
    top: -50px;
    border: 1px solid #d6d6d6;
    z-index: 5;
}

.rectangle1::before {
    position: absolute;
    left: -15px;
    top: 10px;
    content: "";
    width: 30px;
    height: 4px;
    background-color: #0054A7;
}

.rectangle2 {
    position: absolute;
    width: 200px;
    height: 200px;
    right: -100px;
    bottom: -20px;
    border: 1px solid #d6d6d6;
    z-index: 5;
}

.rectangle2::before {
    position: absolute;
    right: 20%;
    top: 10px;
    content: "";
    width: 30px;
    height: 4px;
    background-color: #0054A7;
}

.idea-book-content .more {
    border-radius: 50px;
    behavior:url(/cms-chng-theme/js/PIE.htc);
    -ms-behavior:url(/cms-chng-theme/js/PIE.htc);
}

@media(max-width:992px) {

    html,
    body {
        font-size: 6px;
    }

    .culture-container {
        margin: 20px auto;
    }

    .culture-container {
        padding: 0 15px;
    }

    .culture-content {
        margin: -20px 0 20px 0;
    }

    .red-color,
    .blue-color,
    .green-color {
        padding: 0 15px;
        height: 340px;
    }

    .red-color .color-start,
    .blue-color .color-start {
        margin-right: 15px;
        height: 50%;
    }

    .green-color .color-start {
        margin-left: 15px;
        height: 50%;
    }

    .color-end {
        padding: 15px 0;
        top: 0;
    }

    .idea-book-content img {
        width: 200px;
    }

    .rectangle1 {
        width: 60px;
        height: 60px;
        left: -30px;
        top: -30px;
    }

    .rectangle2 {
        width: 150px;
        height: 150px;
        right: -70px;
    }
}
