.artificial_mid_box {
    max-width: 1097px;
    width: 90%;
    margin: 0px auto;
}

.artificial_mid_box img {
    width: 100%;
}
.artificial_mid_box p {
    font-size: 14px;
    color: #656565;
    text-align: center;
    line-height: 22px;
    padding: 30px 76px;
}
.artifial_bottom_box {
    background: url(../images/artificial_bottom_bg.jpg);
    background-size: cover;
    background-position:center;
    padding: 40px 0px;
}
.artificial_mid_box h5 {
    font-size: 30px;
    color: #fff;
    text-align: center;
    font-weight: normal;
    line-height: 36px;
}
.artificial_devide_box ul {
    display: flex;
    flex-wrap: wrap;
}

.artificial_devide_box ul li {
    font-size: 25px;
    color: #ffbb3c;
    text-align: center;
    width: 20%;
    padding-bottom: 40px;
    position: relative;
}
.artificial_devide_box ul li:after {
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    background: #728282;
    right: 0;
    top: 0px;
}

.artificial_devide_box {
    margin-top: 76px;
    margin-bottom: 45px;
}
.artificial_devide_box ul li h4 {
    font-family: 'ITC Avant Garde Gothic Std Extra';
    font-weight: 300;
    font-size: 25px;
}

.artificial_devide_box ul li h6 {
    font-family: 'ITC Avant GardeStd Bold';
    font-weight: 900;
    font-size: 25px;
}
.artificial_devide_box ul li:last-child:after {
    background: none;
}



@media screen and (max-width:1080px) {

.artificial_devide_box ul li:nth-child(2):after {background: none;}

.artificial_devide_box ul li:nth-child(4):after {
    background: none;
}
.artificial_devide_box ul li:last-child:after {
    background: #728282;
}
.artificial_devide_box ul li {
    width: 50%;
    margin-bottom: 20px;
}
}


@media screen and (max-width:768px) {
.artificial_mid_box p {
    padding: 30px 0px;
}
}



@media screen and (max-width:440px) {
.artificial_devide_box ul li {
    width: 100%;
    margin-bottom: 20px;
}
.artificial_devide_box ul li:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: #728282;
    right: 0;
    bottom: 0px;
    top: inherit;
}
.artificial_devide_box ul li:nth-child(2):after {
    background: #728282;
}
.artificial_devide_box ul li:nth-child(4):after {
    background: #728282;
}
.artificial_devide_box ul li:last-child:after {
    background: none;
}
}