.inner-review {
  font-family: Playfair Display, sans-serif;
  font-weight: 700;
  border-left-width: 2px;
  --border-opacity: 1;
  border-color: #c1ad68;
  border-color: rgba(193, 173, 104, var(--border-opacity));
  margin-top: 4rem;
  margin-bottom: 4rem;
  padding-left: 2rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  width: 45vw;
  margin-left: 5vw;
}
  @media (max-width: 1023px) {.inner-review {
    width: 100%;

    padding-right: 1rem
}
  }
  .inner-review__single {
    margin-bottom: 1.5rem;
  }
  .inner-review .review-text {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .inner-review .review-link {
    --text-opacity: 1;
    color: #c1ad68;
    color: rgba(193, 173, 104, var(--text-opacity));
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 0.8rem;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }
  .inner-review .review-link:hover {
      --text-opacity: 1;
      color: #b7791f;
      color: rgba(183, 121, 31, var(--text-opacity));
    }

.callout {
  width: 100% !important;
  font-family: Montserrat, sans-serif !important;
  font-weight: 700 !important;
  --text-opacity: 1 !important;
  color: #fff !important;
  color: rgba(255, 255, 255, var(--text-opacity)) !important;
  text-align: center !important;
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
  --bg-opacity: 1 !important;
  background-color: #343837 !important;
  background-color: rgba(52, 56, 55, var(--bg-opacity)) !important;
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
  padding-left: 3rem !important;
  padding-right: 3rem !important;
  /* a {
    @apply bg-eg-gold text-white transition duration-300 border-b-2 border-transparent py-6 px-12 w-full;
    @apply text-white w-full block !important;
    &:hover {
      @apply bg-eg-darkGold text-white !important;
    } */
  /* } */
}

.callout * {
    margin-bottom: 0 !important;
    line-height: 1.625 !important;
  }

/* p {
    @apply bg-eg-gold py-6 px-12 !important;
  } */

.callout a {
    --text-opacity: 1;
    color: #c1ad68;
    color: rgba(193, 173, 104, var(--text-opacity));
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }

.callout a:hover {
      --text-opacity: 1;
      color: #a19055;
      color: rgba(161, 144, 85, var(--text-opacity));
      text-decoration: underline;
    }

.case-result {
  margin-bottom: 1.5rem;
}

.case-result__single {
    -webkit-box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
            box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 1.5rem;
    position: relative;
    z-index: 2;
  }

@media (min-width: 720px) {

.case-result__single {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row
  }
    }

.case-result h3 {
    margin: 0 !important;
  }

.case-result .result-wrapper {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
    font-family: Playfair Display, sans-serif !important;
    font-weight: 700 !important;
    --text-opacity: 1 !important;
    color: #c1ad68 !important;
    color: rgba(193, 173, 104, var(--text-opacity)) !important;
    font-size: 1.5rem !important;
    --bg-opacity: 1 !important;
    background-color: #343837 !important;
    background-color: rgba(52, 56, 55, var(--bg-opacity)) !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0.5rem !important;
    display: block;
  }

@media (min-width: 720px) {

.case-result .result-wrapper {
      width: 33.333333% !important
  }
    }

@media (min-width: 1024px) {

.case-result .result-wrapper {
      font-size: 1.5rem !important
  }
    }

.case-result .case {
    font-family: Montserrat, sans-serif !important;
    font-weight: 700 !important;
    --text-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, var(--text-opacity)) !important;
    font-size: 1.125rem !important;
    --bg-opacity: 1 !important;
    background-color: #fff !important;
    background-color: rgba(255, 255, 255, var(--bg-opacity)) !important;
    display: block !important;
    padding: 0.75rem !important;
    width: 100% !important;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }

.case-result .case:hover {
      --bg-opacity: 1 !important;
      background-color: #c1ad68 !important;
      background-color: rgba(193, 173, 104, var(--bg-opacity)) !important;
      --text-opacity: 1 !important;
      color: #fff !important;
      color: rgba(255, 255, 255, var(--text-opacity)) !important;
    }

@media (min-width: 720px) {

.case-result .case {
      width: 66.666667% !important
  }
    }

.case-result__link-wrapper {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    z-index: 1;
  }

.case-result__link-wrapper a {
      display: block !important;
      padding-left: 1rem !important;
      padding-right: 1rem !important;
      --text-opacity: 1 !important;
      color: #fff !important;
      color: rgba(255, 255, 255, var(--text-opacity)) !important;
      font-family: Montserrat, sans-serif !important;
      font-weight: 700 !important;
      --bg-opacity: 1 !important;
      background-color: #c1ad68 !important;
      background-color: rgba(193, 173, 104, var(--bg-opacity)) !important;
      letter-spacing: 2.3px;
      z-index: 1;
      -webkit-transition: all 0.4s ease-in-out;
      transition: all 0.4s ease-in-out;
    }

.case-result__link-wrapper a:hover {
        --bg-opacity: 1 !important;
        background-color: #a19055 !important;
        background-color: rgba(161, 144, 85, var(--bg-opacity)) !important;
      }

.case-result__link-wrapper a:hover::before {
          --border-opacity: 1;
          border-color: #c1ad68;
          border-color: rgba(193, 173, 104, var(--border-opacity));
        }

.case-result__link-wrapper a::before {
        display: block;
        border-width: 1px;
        --border-opacity: 1;
        border-color: #c1ad68;
        border-color: rgba(193, 173, 104, var(--border-opacity));
        width: 80%;
        position: absolute;
        height: 50px;
        left: 50%;
        top: -35px;
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);
        content: "";
        z-index: -1;
        -webkit-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
      }
