.action-highlight {
  position: relative;
}

.action-highlight__accent {
  position: absolute;
  z-index: 1;
  bottom: 0;
  width: 100%;
  height: 200px;
  background-color: white;
}

.action-highlight__wrapper {
  position: relative;
  z-index: 2;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

.action-highlight__link {
  padding: 1rem;
  border-radius: 20px;
  background-color: #F5FFF8;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.action-highlight__image {
  width: 100%;
}

@media (min-width: 600px) {
  .action-highlight__image {
    width: 58%;
  }
}

.action-highlight__header {
  width: 100%;
}

@media (min-width: 600px) {
  .action-highlight__header {
    width: 38%;
  }
}

.action-highlight__subtitle {
  display: flex;
  align-items: center;
}

.action-highlight__subtitle p {
  color: #B9B9B9;
  font-size: 15px;
  text-transform: uppercase;
  padding-right: 1rem;
}

.action-highlight__subtitle hr {
  flex: 1;
  border-color: #B9B9B9;
  border-style: dotted;
}

.action-highlight__title h2 {
  color: #507A58;
  font-size: 28px;
  margin-bottom: 1rem;
}

.action-highlight__container {
  max-width: 280px;
  width: 100%;
  margin-left: auto;
}

.action-highlight__button {
  background-color: #B3AA7F;
  padding: .5rem 1rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
  border-radius: 20px;
  border: inherit;
}

.action-highlight__button:hover {
  background-color: #a9a174;
}

.action-highlight__button figure {
  display: flex;
  align-items: center;
}

.action-highlight__button figcaption {
  color: white;
  font-size: 14px;
  text-transform: uppercase;
  margin-left: .5rem;
}

.action-highlight__button svg {
  width: 25px;
  height: 25px;
}

@media (max-width: 599px) {
  .action-highlight__button svg {
    width: 20px;
    height: 20px;
  }
}
