.blog-section {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 1.2rem;
}
.blog-section > h1 {
	font-family: 'Roboto', sans-serif;
	font-size: 36px;
	font-style: normal;
	font-weight: 500;
	line-height: 48px;
}
.blog-section > * {
	width: fit-content;
}

.article-blog {
	position: relative;
	max-width: 560px;
	font-family: 'Roboto', sans-serif;

}

.blog-date {
	position: absolute;
	top: 1rem;
	z-index: 2;
	width: 60px;
	height: 22px;
	background-color: #fff;
	font-size: 11px;
	font-weight: 500;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: 'Roboto', sans-serif;
}

.blog-title {
	font-size: 24px;
	font-weight: 500;
	font-family: 'Roboto', sans-serif;
}

.blog-text {
	font-style: italic;
	font-family: 'Roboto', sans-serif;
	color: #525252;
}

.container-blog-posts {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 3rem;
	max-width: 1440px;
}

.container-blog-buttons {
	margin-bottom: 3rem;
	font-family: 'Jost', sans-serif;
}

.blog-load-more {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 3rem;
}

.container-blog-posts > a span img {
	transition: .3s ease;
}
.container-blog-posts > a:hover span img {
	transform: translateX(1rem);
} 

.container-blog-buttons a {
	background-color: transparent;
	border: none;
	font-size: 13px;
	color: #111 !important; 
	display: inline-block;
	padding: 5px;
}
.container-blog-buttons a.active-button {
	border-bottom: 1px solid #000;
}
.blog-section a {
	color: #000;
}



.nav-links .page-numbers {
	padding-bottom: .5rem;
	border-bottom: 1px solid #e2e2e2;
	color: #a0a0a0;
	font-size: 13px;
	padding-left: 5px;
	padding-right: 5px;
	width: 43px;
	display: inline-block;
}
.nav-links {
	text-align: center;
	font-size: 0px;
}
.nav-links .next.page-numbers, .nav-links .prev.page-numbers {
	background: transparent !important;
	border: none !important;
}

.nav-links .page-numbers.current {
	color: #111;
}



.container-scroll-bars.blend_pop_product_slider_container {
	position: relative;
	max-width: 1600px;
	width: 100%;
}

.article-blog > img {
	width: 100%;
	height: 385px;
	object-fit: cover;
}

.container-review-buttons {
	margin-top: 50px;
	margin-bottom: 94px;
}
.container-review-buttons button {
	border: none;
	background-color: transparent;
	width: 43px;
}
.container-review-buttons .number-button {
	padding-bottom: .5rem;
	border-bottom: 1px solid #e2e2e2;
	color: #a0a0a0;
}


@media (max-width: 1350px) {
	.container-blog-posts {
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.article-blog {
		width: 100%;
	}
	.container-blog-posts > a {
		width: 90%;
	}
	.article-blog > img {
		width: 100%;
	}
	.blog-link {
		margin-left: 1rem;
	}
	.container-review-buttons {
		margin-bottom: 0rem;
	}
	@media(max-width:350px){
		.article-blog{
			padding-bottom: 2rem;
		}
		.container-review-buttons{
			max-width: 100%;
		}
		.container-review-buttons button{
			width: 40px;
		}
	}
}
