.cta-buttons{
  margin-bottom: 80px;
}

.cta-buttons a {
  align-items:center;
  /*background-color:#17104D;*/
  color:#17104D;
  border-radius:5px;
  display:flex;
  font-size:18px;
  font-weight:500;
  margin-top:20px;
  padding-top:30px;
  padding-bottom:30px;
  padding-right:23px;
  padding-left:23px;
  transition:opacity 0.5s;
  box-shadow:0px 10px 10px 3px rgba(0, 0, 0, 0.25);
  text-decoration:none !important;
}

.cta-buttons--large a{
  flex-direction: column;
  align-items: flex-start;
}

.cta-buttons a span {
  color:#17104D;
}

.cta-buttons a:hover {
  opacity:0.7;
}

.cta-buttons i {
  /*font-size:38px;*/
  margin-right:20px;
}

.cta-buttons--large i{
  margin-bottom: 20px;
  font-size: 42px;
}

@media only screen and (min-width:1280px) {
  .cta-buttons{
    margin-bottom: 100px;
  }

  .cta-buttons a {
    font-size:23px;
  }

  .cta-buttons a span {
    display:block;
    max-width:230px;
  }

  .cta-buttons--large i{
    margin-bottom: 20px;
    font-size: 54px;
  }
}

@media only screen and (min-width:1440px) {
  .cta-buttons a {
    font-size:23px;
  }
}