.services-title,
.services-h3,
.our-services {
  color: #273b7b;
}

.services-title {
  font-weight: 400;
  padding-bottom: 20px;
}

.services-h3,
.our-services {
  padding-bottom: 20px;
  font-weight: 300;
}

.services-main p {
  padding-bottom: 30px;
}

.services-main ul {
  display: inline-block;
}

.services-main > ul li {
  list-style-position: inside;
}

.services-main li {
  list-style-type: none;
  margin-left: 20px;
  padding-bottom: 20px;
}

.services-main li i {
  padding-right: 5px;
}

.services-main ul a {
  text-decoration: none;
  font-weight: 200;
  color: black;
}

.services-main ul a:visited {
  color: black;
}

.services-main ul a:hover {
  text-decoration: underline;
  color: #273b7b;
}