#wedo {
max-width:1140px;
margin:50px auto 0 auto
}
#wedo-title {
	    transform: translateY(-50%);
		background: linear-gradient(to right, #61ba6d, #83c331);
    padding: 20px 10px;
	    position: relative;
	
	    font-size: 18px;
    margin-bottom: 0;
    font-weight: 600;
    color: #ffffff;
	text-align:center
}
#wedo .mb-100 {
    margin-bottom: 100px !important;
}
#wedo .align-items-center {
    -ms-flex-align: center!important;
    align-items: center!important;
}
#wedo .d-flex {
    display: -ms-flexbox!important;
    display: flex!important;
}

#wedo .single-course-area .course-icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91px;
    flex: 0 0 91px;
    min-width: 91px;
    width: 91px;
    background: #61ba6d;
    background: -webkit-linear-gradient(to right, #61ba6d, #83c331);
    background: linear-gradient(to right, #61ba6d, #83c331);
    width: 91px;
    height: 91px;
    line-height: 95px;
    font-size: 40px;
    color: #ffffff;
    text-align: center;
    border-radius: 50%;
    margin-right: 30px;
}
#wedo h4{
	    color: #242424;
    line-height: 1.3;
    font-weight: 700;
	    font-size: 1.5rem;
}
#wedo p {
    color: #606060;
    font-size: 14px;
    line-height: 2;
    font-weight: 500;
}