.esg_over_inner_box {
    display: flex;
    margin-top: 20px;
}

.esg_over_inner_box aside {
    width: 33.333%;
    background: #39c1bf;
    text-align: center;
    color: #fff;
    padding: 20px;
}
.eco_carve_box {
    position: relative;
    width: 321px;
    margin: 0px auto;
}
.eco_overlay_main_box {
    position: absolute;
    width: 100%;
    top: 0px;
    left: 0px;
}

.eco_first_box {
    border: 1px solid #fff;
    height: 82px;
    margin-top: 9px;
    width: 300px;
    margin-left: 12px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    /*justify-content: space-between;*/
	justify-content: space-around;
    padding: 0px 6px;
}
.eco_first_left_image {
    background: #fff;
    width: 65px;
    height: 65px;
    border-radius: 50%;
    padding: 10px;
}

.eco_first_left_image img{position: absolute; left: 0; right: 0px; top: 0; bottom: 0; margin: auto;}
.eco_first_right_box h6 {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 0px;
}

.eco_first_right_box p {
    font-size: 13px;
    padding: 0px 10px;
    font-weight: normal;
    line-height: 15px;
    padding-left: 10px;
    margin-top: 4px;
}
.eco_carve_overlay_box:nth-child(2) {
    margin-top: 16px;
}

.eco_carve_overlay_box:nth-child(2) .eco_first_box {
    flex-direction: row-reverse;
}
.eco_carve_overlay_box:nth-child(3) {
    top: 196px;
    margin-top: 16px;
}
.eco_carve_overlay_box:nth-child(4) {
    margin-top: 16px;
}

.eco_carve_overlay_box:nth-child(4) .eco_first_box {
    flex-direction: row-reverse;
}
.eco_carve_overlay_box:nth-child(5) {
    margin-top: 16px;
}
.esg_over_inner_box aside:nth-child(2) {
    background: #c35810;
}
.esg_over_inner_box aside:nth-child(3) {
    background:#2c5eb5;
}
.esg_over_inner_box aside h4 {
    height: 50px;
}
.esg_over_view_box {
    margin-bottom: 100px;
}



@media screen and (max-width:680px) {
    .esg_over_inner_box {
        flex-wrap: wrap;
    }
    .esg_over_inner_box aside {
        width: 100%;
    }
    .eco_first_right_box {
        width: 80%;
    }
	
	.block1 aside {
    width: 100%;
}
/*.mobpara br{display: none1;}*/
}