.cta-buttons {
  color: #4d7099; }
  .cta-buttons li a {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center; }
    .cta-buttons li a span {
      margin-left: 5px; }
  .cta-buttons #cta-text:hover {
    text-decoration: underline; }
