.news-section #main > .wgl-container {
	max-width: 1090px;
	padding: 80px 20px;
	margin: 0 auto;
}

.news-section .elementor-widget.main-title {
	margin: 80px 0 5px;
}

.news-section .container-grid.row {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0;
}

.news-section .container-grid.row::before {
	display: none;
}

.news-section .row .wgl_col-6 {
	padding: 0;
	width: 44%;
	margin: 40px 0;
}

.news-section .blog-style-standard .blog-post {
	background: none;
	box-shadow: none;
	height: 100%;
	margin: 0;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.news-section .blog-style-standard .blog-post:after {
	display: none;
}

.news-section .blog-post .blog-post_cats,
.news-section .blog-post .blog-post_meta-wrap {
	display: none;
}

.news-section .blog-post .blog-post_content {
	display: flex;
	width: 100%;
	flex-wrap: wrap-reverse;
}

.news-section .blog-post .blog-post_content-mid {
	padding: 0;
}

.news-section .blog-style-standard.grid.row .blog-post .blog-post_title a {
	font-size: 24px;
	line-height: inherit;
	font-family: 'montserratlight', sans-serif;
	color: #00366F;
	font-weight: 400;
}

.news-section .blog-post .blog-post_meta-desc {
	padding: 26px 0 13px;
	border: none;
	width: 100%;
}

.news-section .blog-post .blog-post_meta-desc .date_post {
	font-family: 'montserratbold', sans-serif;
	font-size: 15px;
	line-height: 19px;
	color: #00366F;
}

.news-section .blog-post .button-read-more {
	text-transform: unset;
}

.news-section .blog-post .button-read-more::after {
	display: none;
}

.news-section .blog-posts .blog-post_title {
	line-height: 30px;
}

.news-section .blog-style-standard.grid.row .blog-post_content-mid .blog-post_text {
	margin: 7px 0 30px;
	font-size: 15px;
	font-family: 'montserratlight', sans-serif;
	line-height: 23px;
	color: #000;
}

.news-section .blog-post img {
	height: 310px;
	min-width: 100%;
  object-fit: cover;
}

.elementor-element.elementor-section.news-section .blog-posts + .wgl-pagination {
	margin: 35px 0 45px;
	text-align: center;
}

.news-section .wgl-pagination .page-numbers.current {
	height: 30px;
  width: 30px;
	border-radius: 0;
	line-height: 34px;
	border: 2px solid #00366F;
	color: #00366F;
	background: none;
}

.news-section .wgl-pagination .page-numbers,
.news-section .wgl-pagination .page-numbers:hover {
	color: #00366F;
}

.news-section .row.grid::before,
.news-section .row.grid::after {
	display: none;
}

h6.elementor-heading-title {
	color: #00366F;
}


@media screen and (max-width: 1024px) {
	.news-section .row .wgl_col-6 {
    width: calc(50% - 15px);
	}

	.news-section .blog-post img {
    height: 29.3vw;
	}
}

@media screen and (max-width: 768px) {
	.news-section .row .wgl_col-6 {
    width: 100%;
    max-width: 450px;
		margin: 30px 0 50px;
	}

	.news-section .blog-post img {
    height: 300px;
	}

	.elementor-element.elementor-section.news-section .blog-posts + .wgl-pagination {
		margin-top: 55px;
	}

	.news-section .wgl-pagination li.page {
		margin: 0 5px;
	}

	.news-section .wgl-pagination .page-numbers,
	.news-section .wgl-pagination .page-numbers.current {
    height: 24px;
    width: 24px;
    line-height: 28px;
		font-size: 15px;
    font-family: 'montserratbold', sans-serif;
	}
}

@media screen and (max-width: 460px) {
	.news-section .blog-post img {
    height: 60vw;
	}

	.news-section .elementor-widget.main-title {
		margin-top: 47px;
	}

	.elementor-element.elementor-section.news-section .blog-posts + .wgl-pagination {
    margin: 20px 0 30px;
	}
}