.widget li:before {
		display: none;
    position: absolute;
    content: '\f00c';
    font-family: 'FontAwesome';
    left:0;
}

body #service_content_section .post .post-thumbnail a img {
  overflow: hidden;
  margin: 0 0 0 5%;
  width: 95%;
  height: 100%;
  border-radius: 50%;
  padding: 0;
}

.wp-block-image {
  margin: 0 0 0;
}

body section.slider {
  overflow: hidden;
  margin: 70px 0 0;
  width: 100%;
  border-bottom: 4px solid gold;
  padding: 0;
  position: fixed;
  top: 0;
  left: 0;
  height: auto;
}