/* Add margin to desktop and Tablet mode */
.e-off-canvas__content{
	margin:0px 50px 50px 0px;
}

/* Remove margin mobile */
@media screen and (max-width: 767px) {
  .e-off-canvas__content{
	margin:0px;
}
