.kosher-commitment {
  padding: 80px 20px;
  text-align: center;
}

.kosher-commitment .kosher-header {
  font-family: 'Inter', sans-serif;
  font-weight: 900;
  font-size: 56px;
  line-height: 100%;
  color: #4B4D53;
  margin-bottom: 20px;
}

.kosher-commitment .kosher-intro {
	font-family: 'Inter', sans-serif;
	font-weight: 700;
	font-size: 32px;
	line-height: 100%;
	color: #4B4D53;
	margin-bottom: 75px;
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
}

.kosher-commitment .kosher-items {
	display: flex;
	justify-content: center;
	align-items: stretch;
	gap: 40px;
	max-width: 1200px;
	margin: 0 auto;
	align-content: center;
}

.kosher-commitment .kosher-item {
  text-align: center;
  padding: 0 20px;
  position: relative;
}

.kosher-commitment .kosher-item:not(:last-child)::after {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: -20px;
	width: 1px;
	height: 100%;
	background: repeating-linear-gradient( to bottom, #000000 0, #000000 2px, transparent 2px, transparent 10px );
}

.kosher-commitment .kosher-icon {
  width: 72px;
  height: 72px;
  display: block;
}

.kosher-commitment .kosher-text {
	font-family: 'Inter', sans-serif;
	font-weight: 600;
	font-size: 24px;
	line-height: 32px;
	color: #4B4D53;
	margin: 0;
	max-width: 345px;
}
.kosher-icon {
	width: 84px !important;
	height: 84px !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center;
	margin: 0 auto 12px;
	border-radius: 50%;
	background-color: #E5E7EB;
}
@media (max-width: 1024px) {
	.kosher-commitment{
		padding: 0 20px 50px;
	}
}
@media (max-width: 800px) {
	.kosher-commitment .kosher-items{
		align-items: center;
		flex-direction: column;
	}
	.kosher-commitment .kosher-item:not(:last-child)::after {
		display: none;
	}

}
