/** Shopify CDN: Minification failed

Line 6:0 Unexpected "4.rich-text__buttons"

**/
4.rich-text__buttons .yellow-btn {
    border-radius: 8px !important;
    color: #000;
    border-radius: 20px;
    text-transform: uppercase;
    font-weight: 700;
    background-color: #E5C085;
    border: 2px solid #E5C085;
    text-decoration: none;
    padding: 2rem 5rem;
    transition: .5s;
    outline: none;
}
.rich-text__buttons .yellow-btn:hover{
    border: 2px solid #fff;
    color: #fff;
    background-color: #000;
}
.rich-text__buttons .yellow-btn:after,
.rich-text__buttons .yellow-btn:before{
display:none;
}

.free-trail-sec.fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}

/* OUR GUARANTEE */

.our-guarantee .rich-text__text li {
  list-style-type: none;
  position: relative;
  padding-left: 20px;
}

.our-guarantee .rich-text__text li::before {
  content: "•";
  font-size: 20px;
  position: absolute;
  left: 0; 
  top: 0;
}

.our-guarantee .rich-text__text li p {
  text-indent: 20px;
}
.our-guarantee .rich-text__text li:nth-child(2),.our-guarantee .rich-text__text li:nth-child(3),.our-guarantee .rich-text__text li:nth-child(4){
  text-indent: 20px;
}
.our-guarantee .rich-text__heading{
  text-align: start;
}
.our-guarantee .full-image .multicolumn-list__item:only-child{
  max-width: 1240px !important;
  margin-left: 0 !important;
}


/* PRODUCT BLOG CARDS */
.substack-blog.multicolumn .title-wrapper-with-link {
    width: 600px !important;
    margin: 0 auto 20px !important;
    text-align: center !important;
}
@media screen and (max-width: 550px){
  .substack-blog.multicolumn .title-wrapper-with-link {
    width: 350px !important;
    margin: 0 auto 20px !important;
    text-align: center !important;
}
}
.blog-cards-style .multicolumn-card__info{
    padding: 10px !important;
}
.blog-cards-style .multicolumn-card__info h3{
    font-size: 24px !important;
}
.blog-cards-style .multicolumn-card__info p{
    font-size: 16px !important;
}
.blog-cards-style .multicolumn-list__item{
  padding: 0px 5px !important;
}