.our-history .list-items .item {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 81px;
}

.our-history .list-items .item:last-child{
    margin-bottom: 0;
}

.our-history .item.left .content {
    width: 55%;
    padding-right: 84px;
    padding-left: 20px;
    order: 1;
    padding-top: 25px;
}

.our-history .item.left {
    align-items: center;
    /* margin-bottom: 134px; */
    margin-bottom: 67px;
}

.our-history .item.left .image-col {
    width: 45%;
    order: 2;
    padding-left: 9px;
}


.our-history .item.right .content {
    width: 55.5%;
    padding-left: 98px;
    padding-right: 20px;
    order: 2;
    padding-top: 28px;
}

.our-history .item.right {
    align-items: center;
}

.our-history .item.right .image-col {
    width: 44.1%;
    order: 1;
}

.our-history .list-items .item.right .image-col .image {
    position: relative;
    padding-bottom: 68.57%;
}

.our-history {
    padding-top: 86px;
    padding-bottom: 81px;
}

.our-history .item.left .image-col .image{
    position: relative;
    padding-bottom: 68.07%;
}

.our-history .item .image-col .image img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;

}

.our-history .list-items .item .title {
    margin-bottom: 25px;
    color: #333333;
}

.our-history .list-items .item.right .title{
    color: #000;
}

.our-history .item .content p {
    margin-bottom: 27px;
}

.our-history .list-items  .item.center {
    max-width: 984px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    /* padding-bottom: 76px;
    margin-bottom: 136px; */
    padding-bottom: 38px;
    margin-bottom: 68px;
}

.our-history .list-items .center .content {
    width: 100%;
    display: inline-block;
    order: 2;
}

.our-history .list-items .center .image-col {
    width: 100%;
    order: 1;
    margin-bottom: 60px;
}

.our-history .list-items .center .image-col img {
    width: 100%;
}

.our-history .list-items .item.center .image-col .image {
    position: relative;
    padding-bottom: 53.57%;
}

.our-history .list-items .item.center .content .title {
    margin-bottom: 33px;
}

.our-history .list-items .item.center:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    height: 80%;
    z-index: -1;
    background: #F5F7FA;
    display: block;
}

@media (min-width: 1200px){
    .our-history .list-items .item:first-child {
        padding-top: 81px;
    }

    .our-history {
        padding-top: 5px;
    }
}

@media (min-width: 768px){
    .page-template-our-history .background-image1:before {
    top: 839px;
    left: -745px;
}

.page-template-our-history .background-image1:after {
    bottom: -754px;
    right: -870px;
    display: inline-block;
}
}

@media (min-width: 1170px){
    .our-history .item.left .content{
        padding-left: calc((100vw - 1170px)/ 2 + 20px);
    }

    .our-history .item.right .content{
        padding-right: calc((100vw - 1170px)/ 2 + 20px);
    }
}

@media (max-width: 1199px){
    .our-history .item.left .content {
        padding-right: 50px;
        padding-top: 0;
    }

    .our-history .item.left {
        /* margin-bottom: 80px; */
        margin-bottom: 47px;
    }

    .our-history {
        padding-top: 49px;
    }

    .our-history .list-items .item.center {
        /* margin-bottom: 80px; */
        padding-bottom: 20px;
        margin-bottom: 48px;
    }

    .our-history .item.right .content {
        padding-left: 50px;
          padding-top: 0;
    }
}

@media (max-width: 767px){

.page-template-our-history .background-image1:before {
    left: -399px;
    top: 328px;
}
.our-history .list-items .item.center:before {
    height: 87.5%;
}
    .our-history .list-items .item {
    margin-bottom: 61px;
}
    .our-history .item.left .content {
    width: 100%;
    padding-right: 20px;
    order: 2;
}

.our-history .item.left .image-col, .our-history .item.right .image-col {
    width: 100%;
    order: 1;
    margin-bottom: 29px;
}

.our-history .item.right .content {
    width: 100%;
    padding-left: 20px;
}

.our-history .list-items .item .title {
    margin-bottom: 10px;
}

.our-history .item .content p {
    margin-bottom: 20px;
}

.our-history .item.left {
    margin-bottom: 30px;
}

.our-history .list-items .center .image-col {
    margin-bottom: 30px;
}

.our-history .list-items .item.center .content .title {
    margin-bottom: 10px;
}

.our-history .list-items .item.center {
    padding-bottom: 30px;
    margin-bottom: 49px;
}

.our-history .item.right .image-col {
    padding-left: 0px;
    padding-right: 20px;
}

.our-history .item.left .image-col {
    padding-left: 20px;
    padding-right: 0;
}

.page-template-our-history .background-image2:after {
    top: 749px;
    right: -408px;
}

.page-template-our-history .background-image2:before {
    top: 2140px;
    left: -400px;
}

.page-template-our-history .background-image1:after {
    top: 1691px;
    right: -401px;
}
}