.about-box .mean-item-img {
    width: 200px;
    height: 200px;
    border-radius: 100%;
    box-sizing: border-box;
    object-fit: cover;
}

.mean-text2 {
    margin-top: 1em;
    margin-bottom: 1em !important;
    position: relative;
    padding: 0 .5em .5em;
}

.mean-text2:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    background: repeating-linear-gradient(90deg, rgb(0, 148, 36) 0%, rgb(0, 148, 36) 29.3%, rgba(151, 196, 151, 1)29.3%, rgba(151, 196, 151, 1) 100%) !important;
    bottom: 0;
    display: block;
    left: 0;
    z-index: 0;
}

.three-support {
	width: 70%;
    background-color: #fff;
    margin: 0 auto;
	padding: 10px;
}

.mean-item {
    background: none !important;
}