.about_list a {
  color: black;
}

.about_list ul li {
  font-size: 16px;
  color: black;
  position: relative;
  padding-left: 35px;
  padding-bottom: 20px;
  line-height: 24px;
  letter-spacing: 0.2px;
  list-style-type: none;
}

.about_list ul li:before {
  content: '\f058';
  font-family: 'Font Awesome 5 Free';
  font-weight: 600;
  color: #feb900;
  padding-right: 15px;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 20px;
}

.services-cards{
  background-image: url('assets/img/thebest-bg.png');
 background-repeat: no-repeat;
}
.contact_link{
  color: black;
}