.custom-divider-section {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	margin-bottom: 60px;
	padding: 0 20px;
}
.custom-divider-section img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
@media screen and (max-width: 998px) {
	.custom-divider-section {
		margin-bottom: 0px;
	}
}
