.c-cta-simple {
  align-items: center;
  background-color: #9C5449;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
  padding: 1.5rem;
  position: relative;
  width: 100%;
}
@media (max-width: 37.4375em) {
  .c-cta-simple {
    flex-direction: column;
    text-align: center;
  }
}
@media (min-width: 48em) {
  .c-cta-simple {
    padding: 2.4rem 2.9rem;
  }
}
.c-cta-simple:before {
  background-image: url("../../../../images/mountain-slim.svg");
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  display: block;
  content: "";
  height: 100%;
  mix-blend-mode: overlay;
  position: absolute;
  right: 0;
  width: calc(100% + 2.5rem);
  z-index: 0;
}

.c-cta-simple__text,
.c-cta-simple__text h2 {
  font-size: 1.2rem;
  color: #fff;
  font-weight: 700;
  line-height: 1;
}
@media (min-width: 37.5em) {
  .c-cta-simple__text,
  .c-cta-simple__text h2 {
    font-size: 1.8rem;
  }
}

.c-cta-simple__link {
  z-index: 1;
}
.c-cta-simple__link a {
  font-size: 0.8rem;
  border: none;
  background-color: #9C5449;
  color: #fff;
  cursor: pointer;
  font-weight: 300;
  letter-spacing: 2px;
  padding: 0.5rem 0.75rem;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 0.2s ease-in-out 0s, color 0.2s ease-in-out 0s;
  background-color: #fff;
  color: #772618;
  display: block;
  margin: 1rem 0 1rem 1rem;
  padding: 0.9rem 1.5rem;
  text-decoration: none;
}
@media (min-width: 37.5em) {
  .c-cta-simple__link a {
    font-size: 0.8rem;
  }
}
.c-cta-simple__link a:hover, .c-cta-simple__link a:focus {
  background-color: #772618;
  color: #fff;
}
@media (max-width: 37.4375em) {
  .c-cta-simple__link a {
    margin: 1rem 0 0;
    display: block;
  }
}
.c-cta-simple__link a:hover {
  color: #fff;
}