/** Shopify CDN: Minification failed

Line 32:38 Expected identifier but found bad string token
Line 32:40 Unterminated string token

**/
.go-beyond {
  padding: 60px 0;
}
.go-beyond-banner-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 60px 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.go-beyond-banner h2 {
  font-family: "Epilogue", sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 40px;
  text-align: center;
  max-width: 394px;
  margin: 0;
  color: #010101;
}

.go-beyond-banner p {
  font-family: "Epilogue", sans-serif;';
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-align: center;
  max-width: 436px;
  color: #010101;
}

.go-beyond-banner a {
  border: 2px solid #de0108;
  height: 56px;
  max-width: 216px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 65px;
  background: #f9f9ee;
  color: #de0108;
  font-family: "Epilogue", sans-serif;;
  font-size: 18.06px;
  font-weight: 700;
  line-height: 23.52px;
  text-align: center;
  text-decoration: none;
  transition: 0.3s ease-in-out;
}

.go-beyond-banner a:hover {
  background-color: #de0108;
  color: #f9f9ee;
}

@media(max-width: 768px) {
  .go-beyond-banner h2 {
    font-size: 36px;
    line-height: 36px;
  }

  .go-beyond-banner a {
    height: 55px;
  }

  .go-beyond-banner-content {
    padding-left: 20px;
    padding-right: 20px;
  }
}