a {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  color: #28a745;
}

a:hover, a:focus {
    text-decoration: none !important;
    outline: none !important;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.ftco-section {
  padding: 7em 0;
}

@media only screen and (max-width: 600px) {
  .ftco-section {
    padding: .5em 0;
  }
}


