.paragraph--type--cta {
  .btn {
    font-family: ITC Avant Garde Gothic W05 Boo,helvetica,arial,sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0;
    text-align: center;
    text-transform: none;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;

    &:hover {
      background: #000;
      color: #fff;
    }
  }

  .btn-outline-dark {
    border: 2px solid #000;
  }

  .btn-red {
    background-color: #881024;
    color: #fff;

    &:hover {
      background-color: #ab142d;
    }
  }

  .btn-outline-red {
    border: 2px solid #881024;

    &:hover {
      border-color: #ab142d;
    }
  }
}
