#PageMain {
 margin-top: 0px;
 }

.sePage .sePageLayout a.btn.btn-ebikes {
 border-width: 3px;
 border-color: #ffeb3b;
 background-color: #ffeb3b;
 padding: 6px 35px;
 color: #1f3446;
 font-family: "Roboto", Arial, sans-serif;
 font-weight: 900;
 letter-spacing: 0.5px;
}

.sePage .sePageLayout a.btn.btn-ebikes:hover {
 border-width: 3px;
 border-color: #ffeb3b;
 background-color: rgba(242,238,0,0);
 padding: 6px 35px;
 color: #ffeb3b;
 font-family: "Roboto", Arial, sans-serif;
 font-weight: 900;
 letter-spacing: 0.5px;
 text-decoration: none;
}

.sePageFooter {
 margin-top: 0px;
}

@media screen and (max-width: 600px) {
 section.section.sePageSection.sePageSectionResponsive.desktop {
 display: none;
 }
}
@media screen and (min-width: 600px) {
 section.section.sePageSection.sePageSectionResponsive.mobile {
 display: none;
 }
}