.section-title-list {
  padding: 50px 0;
}

.section-title-list h2 {
  margin-top: 35px;
  margin-bottom: 15px;
  font-family: 'interstateCond';
  font-weight: 300;
  font-size: 24px;
  color: #484848;
}

.links {
  width: 100%;
}

.links a {
  display: block;
  margin-bottom: 10px;
  padding: 22.5px 30px;
  font-family: 'interstateCond';
  font-weight: 700;
  font-size: 32px;
  color: #484848;
  background-color: #f2f1ef;
  text-transform: uppercase;
  transition: all 0.25s ease-in-out;
}

@media screen and (max-width: 768px) {
  .links a {
    padding: 10px 15px;
  }
}

.links a:hover {
  color: #fff;
  background-color: #df5952;
}
