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

.cta-buttons .cta-buttons--small i {
  margin-top: auto;
  margin-bottom: auto;
  display: block;
}

.cta-buttons .buttons-row{
  margin-top: 2rem;
}

.cta-buttons .buttons-row a{
  margin-top: 0;
  height: 100%;
}

.cta-buttons .buttons-row a span{
  text-align: left;
  line-height:1.2;
  font-family: var(--font-title);
}

.cta-buttons--large a span {
  font-family: var(--font-sans);
}

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

.cta-buttons--large i{
  margin-bottom: 0px;
  font-size:var(--wp--preset--font-size--lg);
  margin-right:2rem;
}

.cta-buttons--small span {
  font-weight: 700;
  font-size: var(--wp--preset--font-size--base);
}

.cta-buttons--large .button {
  display: block;
  display: flex;
  align-items: center;
  text-align: left;
}

.cta-buttons--large .button i {
  display: block;
}

@media only screen and (min-width:768px) {
  .cta-buttons--large i{
    font-size:var(--wp--preset--font-size--xl);
  }
}

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

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

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

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