@media (max-width:900px) {
    .hero {
        background-image:none !important;
    }
}
.headline h3 {
	-webkit-text-stroke: 0.5px white;
}
em {
   color: unset;
}
.ebook-divider {
    width: 40px;
    height: 40px;
    background: #f9f1ed;
    transform: rotate(45deg);
    margin: auto;
    top: -4rem;
    position: relative;
    margin-bottom: -2rem;
}
/* width */
.testimonialsWrapper::-webkit-scrollbar {
  width: 10px;
}

/* Track */
.testimonialsWrapper::-webkit-scrollbar-track {
  background: #d1b6a7;
	border-radius: 99px;
}

/* Handle */
.testimonialsWrapper::-webkit-scrollbar-thumb {
  	background: #e58c6c;
	border-radius: 99px;
}

/* Handle on hover */
.testimonialsWrapper::-webkit-scrollbar-thumb:hover {
  background: #b76a4f;
}
#buy .extendedATC {
	display:none;
}
.guarantee {
	display:none;
}
#faq {
	display:block;
}