#etoizrail-home {
	width: 100%;
	margin: 0;
	padding: 16px 0 48px;
	background: #efeded;
	color: #111111;
}

.etoizrail-home,
.etoizrail-home * {
	box-sizing: border-box;
}

.etoizrail-home .screen-reader-text {
	position: absolute !important;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.etoizrail-home__container {
	width: min(calc(100% - 32px), 1170px);
	margin-inline: auto;
	background: #ffffff;
	border-top: 1px solid #dedede;
	border-left: 1px solid #dedede;
}

@media (max-width: 640px) {
	#etoizrail-home {
		padding: 0;
		background: #ffffff;
	}

	.etoizrail-home__container {
		width: 100%;
		border-top: 0;
		border-left: 0;
	}
}
