@media only screen and (min-width: 1069px) {
    .section-how-to-buy-module .column-buy {
    padding-left: 36px;
    padding-right: 0;
}
}
.section-how-to-buy-module .column-buy .column-content {
    max-width: 100%;
}
.section-sign-up .content-wrapper {
    max-width: 700px;
}

/* Fix Highlight */
p .highlight, h3 .highlight {
	z-index: -1;
}

.section-content-bentos h2.bentos-intro-headline {
	position: relative;
	z-index: 1;
}

.section-content-bentos h2.bentos-intro-headline .highlight, h2.apps-headline .highlight, h2.section-built-in-apps .highlight {
	z-index: -1;
}

.underline .underline-illustration {
    bottom: -5%;
}


@media only screen and (max-width: 735px) {
	.desktop {
		display: none;
	}
}
.mobile {
	display: none;
}
@media only screen and (max-width: 735px) {
	.mobile {
		display: inline;
	}
	.mab {
		position: absolute;
	}
}



.ml06 {
    margin-left: 0.5em;
}
@media only screen and (min-width: 736px) {
    .ml06_lm {
        margin-left: 0.5em;
    }
}
@media only screen and (max-width: 735px) {
    .ml06_s {
        margin-left: 0.5em;
    }
    .highlight-purple .highlight:nth-child(2) {
        margin-left: 0.2em;
    }
}