.page-template-page-halo-newsletter .main-home {
	position: relative;
}

.page-template-page-halo-newsletter .home-content:after {
	content: '';
    display: block;
    width: 1238px;
    z-index: 1;
    background: url(../img/bg-home-image.png) no-repeat left top;
    background-size: cover;
    position: absolute;
    top: -55px;
    right: -300px;
    bottom: -115px;
    opacity: 0.7;
}

.page-template-page-halo-newsletter .main-home {
	min-height: 374px;
    display: flex;
    justify-content: center;
    text-align: center;
}


.page-template-page-halo-newsletter .home-content div {
	max-width: 936px;
}

.page-halo-newsletter {
	padding-top: 50px;
	padding-bottom: 72px;
}

.post-section .posts-list {
	display: flex;
	flex-wrap: wrap;
	gap: 45px;
}

.post-section .card {
	flex: 0 0 calc(33.333% - 30px);
  	box-sizing: border-box;
	display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.post-section .post-thumbnail {
	margin-bottom: 20px;
}

.post-section .post-thumbnail img {
	border-radius: 8px;
}

.post-section .card h3 {
	margin-bottom: 10px;
}

.post-section .card .btn {
	padding: 18px;
	width: 100%;
	max-width: 408px;
	margin: 16px auto;
	border-radius: 32px;
	background: var(--color);
    border: 1px solid var(--color);
	color: #fff;
	line-height: 1;
}

.post-section .card .btn:hover {
    background: #fff;
    color: var(--color);
}

@media (max-width: 1024px) {
	.post-section .card {
    	flex: 0 0 calc(50% - 23px);
	}
}

@media (max-width: 600px) {
	.post-section .card {
    	flex: 0 0 100%;
	}
	
	.post-section .posts-list {
		gap: 20px;
	}
	
	.post-section .post-thumbnail {
    	margin-bottom: 10px;
	}
	
	.page-halo-newsletter {
		padding-top: 32px;
		padding-bottom: 60px;
	}
}



