body {
		position: relative !important;
	}

	body::before {
		content: "";
		height: 720px;
		background-color: #fff2ea;
		width: 100%;
		display: block;
		position: absolute;
		z-index: 0;
	}

	header,
	.main-header.main-header-blogs {
		background: #fff2ea !important;
		background-color: #fff2ea !important;
	}

	.category-bar {
		display: none !important;
	}

	.blog-section {
		position: relative;
		z-index: 1;
		background: #fff2ea !important;
		background-color: #fff2ea !important;
	}

	@media (max-width: 1199px) {
		body::before {
			height: 560px;
		}
	}