.single-practice_area .content-with-noimage h3{
    margin-bottom: 10px;
}
.content-with-noimage ul li{
    font-size: 15px;
    font-weight: 400;
    line-height: 1.6;
    font-family: 'Inter', sans-serif;     
    text-align: justify;
    color: #212121;
    position: relative;
    padding-left: 15px;
    margin-bottom: 5px;
}
.page-template-template-about .content-with-noimage ul li{
	font-size: 14px;
	color: #002c51;
}
.content-with-noimage ul li::before{
    position: absolute;
    top: 8px;
    left: 0;
    content: "";
    background-color: #212121;
    height: 6px;
    width: 6px;
    border-radius: 50%;
}
@media (max-width:767px){
}
@media (min-width:768px){
}
@media (min-width:992px){

}