<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.hero{
  background-image: url("/wp-content/themes/eemo/img/about_features.png");
}

.carsharing__btn-wrapper{
	margin-top:40px;
  position:relative;
	margin-right:auto;
	margin-left:auto;
}

.feature__btn-wrapper{
  margin: 0 auto;
}

/*Tablet*/
@media screen and (max-width: 1024px) {

}

/*Mobile*/
@media screen and (max-width: 560px) {
  .feature__btn-wrapper{
    margin: 0 auto 30px;
  }

}
</pre></body></html>