.cta-image {
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  background-position: left center; }
  .cta-image__content {
    background-color: rgba(0, 0, 0, 0.6);
    width: 100%;
    min-height: 140px;
    padding: 20px;
    box-sizing: border-box; }
    @media screen and (min-width: 64rem) {
      .cta-image__content {
        padding: 30px; } }
  .cta-image__row {
    display: flex; }
    @media screen and (min-width: 0rem) and (max-width: 47.9375rem) {
      .cta-image__row {
        flex-direction: column;
        align-items: center;
        justify-content: flex-start; } }
    @media screen and (min-width: 48rem) and (max-width: 63.9375rem) {
      .cta-image__row {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start; } }
    @media screen and (min-width: 64rem) {
      .cta-image__row {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        margin: 0 -1rem; } }
  .cta-image__headline {
    margin: 0;
    font-size: 28px;
    font-size: 1.75rem;
    font-weight: 400;
    text-align: center;
    line-height: 1.2;
    color: #fff; }
    @media screen and (min-width: 30rem) {
      .cta-image__headline {
        font-size: 32px;
        font-size: 2rem; } }
    @media screen and (min-width: 48rem) and (max-width: 63.9375rem) {
      .cta-image__headline {
        font-size: 32px;
        font-size: 2rem; } }
    @media screen and (min-width: 64rem) {
      .cta-image__headline {
        font-size: 40px;
        font-size: 2.5rem; } }
    @media screen and (min-width: 48rem) {
      .cta-image__headline {
        text-align: left; } }
    @media screen and (min-width: 64rem) {
      .cta-image__headline {
        width: 50%;
        margin: 0 1rem; } }
  .cta-image__button {
    appearance: none;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    box-sizing: border-box;
    border: 2px solid transparent;
    border-radius: 0;
    background-color: #cf000d;
    color: #fff;
    font-weight: 600;
    letter-spacing: .2px;
    min-height: 2.875rem;
    padding: 0.25rem 2rem;
    transition: color 300ms ease, background-color 300ms ease;
    font-size: 1.125rem;
    padding: 0 1.125rem;
    width: 100%;
    margin-top: 1rem; }
    .cta-image__button:focus {
      outline: 1px solid #000; }
    .cta-image__button:hover {
      background-color: #b6000b;
      color: #fff; }
    .cta-image__button:disabled {
      background-color: #fff;
      border: 2px solid #d5d5d5;
      color: #d5d5d5; }
    @media screen and (min-width: 48rem) {
      .cta-image__button {
        width: auto; } }
    @media screen and (min-width: 64rem) {
      .cta-image__button {
        margin: 0 1rem;
        min-width: 10.3125rem; } }

/*# sourceMappingURL=cta-image.css.map */