.service-title {
 text-align:right;
}

ol.wp-block-list, ul.wp-block-list{
	margin: 0 0 30px 0;
    font-size: 14px;
    line-height: 24px;
    text-align: justify;
}

@media only screen and (max-width: 760px) {
 .service-title {
     text-align:center;
    }
}