.paragraph--front-page-highlight {
  background-color: #FFFFFF;
  padding: 1.68rem 2.18rem 2.93rem;
  position: relative;
}

@media only screen and (max-width: 19.9375rem) {
  .paragraph--front-page-highlight {
    padding: 0.5rem;
  }
}

@media only screen and (min-width: 37.5rem) {
  .paragraph--front-page-highlight {
    padding: 1.68rem 2.18rem 2.93rem;
    max-width: 28rem;
    min-width: 20rem;
  }
}

@media only screen and (min-width: 60rem) {
  .paragraph--front-page-highlight {
    padding: 2.875rem 4rem 4.25rem;
  }
}

@media only screen and (min-width: 60rem) and (prefers-reduced-motion: no-preference) {
  .paragraph--front-page-highlight:hover:after {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  .paragraph--front-page-highlight:after {
    content: "";
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: all 0.3s ease-in-out;
    background-color: #FFFFFF;
  }
}

.paragraph--front-page-highlight:before {
  content: "";
  position: absolute;
  top: -1.5rem;
  right: -1.5rem;
  width: 100%;
  height: 100%;
  border: 0.0625rem solid #FFFFFF;
  z-index: -1;
}

@media only screen and (max-width: 19.9375rem) {
  .paragraph--front-page-highlight:before {
    display: none;
  }
}

@media only screen and (min-width: 37.5rem) {
  .paragraph--front-page-highlight:before {
    top: -2rem;
    right: -2rem;
  }
}

.paragraph--front-page-highlight .field--name-field-title {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.75rem;
  line-height: 2.25rem;
  margin-bottom: 0.93rem;
}

@media only screen and (min-width: 60rem) {
  .paragraph--front-page-highlight .field--name-field-title {
    font-size: 2.625rem;
    line-height: 2.875rem;
  }
}

.paragraph--front-page-highlight .field--name-field-text {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.375rem;
  margin-bottom: 0.93rem;
}

.paragraph--front-page-highlight .field--name-field-link a {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 0.75rem;
  line-height: 1.375rem;
  text-transform: uppercase;
  text-decoration: none;
  padding: 0.8125rem 2.6rem 0.8125rem 1rem;
  position: absolute;
  bottom: -1.5rem;
  left: 2.18rem;
  background-color: #FFCE67;
}

@media only screen and (max-width: 19.9375rem) {
  .paragraph--front-page-highlight .field--name-field-link a {
    margin-top: 1rem;
    position: relative;
    left: initial;
    bottom: initial;
  }
}

@media screen and (min-width: 24.0625rem) {
  .paragraph--front-page-highlight .field--name-field-link a {
    padding: 0.8125rem 2.6rem 0.8125rem 1.5rem;
  }
}

@media only screen and (min-width: 60rem) {
  .paragraph--front-page-highlight .field--name-field-link a {
    left: 4rem;
  }
}

.paragraph--front-page-highlight .field--name-field-link a:hover {
  color: #FFFFFF;
  background-color: #6A24F5;
}

.paragraph--front-page-highlight .field--name-field-link a:after {
  content: "";
  background-image: url(right.svg);
  background-size: 0.75rem;
  background-position: right center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1.25rem;
  width: 0.75rem;
  z-index: 1;
}

.paragraph--front-page-highlight .field--name-field-link a:hover:after {
  background-image: url(right-white.svg);
}
