/** Shopify CDN: Minification failed

Line 34:26 Expected ":"

**/
.text-center {
  text-align: center;
}

.rich-text__blocks.rectangle {
  background: #FFF;
  width: auto;
  max-width: 550px;
  margin: 0 auto;
  padding: 50px;
}

.rich-text__blocks.rectangle h2 {
  margin: 10px 0;
}

.get_btn {
  background: #4E5B73;
  cursor: pointer !important;
  border-color: #4E5B73;
  opacity: 1 !important;
}

.quiz-text {
  font-family: Texta;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 150%;F09491
  text-align: center;
  letter-spacing: 0.02em;
  color: #505B71;
  max-width: 80%;
  margin: 0 auto;
}

@media(min-width: 769px){
  .rich-text.bg_image.mobile {
    display: none;
  }
  
  .rich-text.bg_image{
    padding: 180px 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
  }
}

@media(max-width: 1300px){
  .rich-text.bg_image {
    padding: 80px 0;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .rich-text__blocks.rectangle h2 {
    margin: 10px 0;
    font-size: 35px;
  }
}

@media(max-width: 768px){
  .rich-text.bg_image.desktop {
    display: none;
  }
  
  .rich-text.bg_image {
    padding: 100px 20px;
    background-size: cover;
    background-repeat: no-repeat;
  }
  
  .rich-text__blocks.rectangle {
    background: #fff;
    width: auto;
    max-width: 450px;
    margin: 0 auto;
    padding: 15px;
  }
  
  .quiz-text{
  	max-width: 100%;
  }
  
  .rich-text__blocks.rectangle h2 {
    margin: 10px 0;
    font-size: 28px;
  }
  
  .get_btn{
    padding: 14px 40px;
  }
  
  .rich-text__text.quiz-text p {
    margin:10px 0;
  } 
  
  .rich-text__blocks.rectangle {
    padding: 40px 14px;
  }  
}