.aboutusbox {
    width: 100%;
    float: left;
    border: 1px solid #797979;
    -webkit-box-shadow: 5px 5px 10px 0 rgba(0,0,0,.48);
    -moz-box-shadow: 5px 5px 10px 0 rgba(0,0,0,.48);
    box-shadow:0 2px 5px 0 rgba(0, 0, 0, 0.04), 0 2px 10px 0 rgba(0, 0, 0, 0.06);
    margin: 10px 0 12px;
    padding: 22px 20px 10px;
    position: relative;
}

.servicesdiv li {
    box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.22);
    padding: 2%;
    text-align: left;
    margin-bottom: 28px;
}
.servicesdiv a {
    color: black;
    font-size: 17px;
}
@media only screen and (max-width:768px){
	.cd-words-wrapper{
		
		font-size:16px;
	}
	
	
	
}

.aboutusul li {
    
    background: url(../images/icons/dot.svg) 0 4px no-repeat;
    color: black;
    padding-left: 28px;
    padding-bottom: 12px;
    position: relative;
    font-size: 14px;
    list-style: none;
}