.news_data {
    background: var(--accent-color-light-blue);
    padding: 50px 0;
	margin-top: 60px;
}
.news_data h2 {
    margin-top: 0;
    color:var(--accent-color-dark-blue);
    text-align: center;
    font-size: 46px;
    font-weight: 700;
    margin-bottom: 40px;
}
.news_data .wp-block-button {
    text-align: center;
    margin-top: 40px !important;
}
.news_data .wp-block-button a.button {
    border-radius: 10px !important;
    background: var(--accent-color-yellow) !important;
    color: var(--accent-color-dark-blue) !important;
    text-align: center !important;
    font-style: normal !important;
    font-weight: 700 !important;
    padding: 15px 46px !important;
    font-size: var(--font-body-sm);
    line-height: 1.4 !important;
    box-shadow: 0px 0px 25.6px 0px rgba(255, 166, 0, 0.24) !important;
    margin-top: 0;
    display: inline-block;
    width: auto;
    height: auto;
}

.news_data .wp-block-button a.button:hover {
    background: var(--accent-color-dark-blue) !important;
    color: var(--accent-color-yellow) !important;
    text-decoration: none !important;
}
.custom_post_list {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}
.custom_post_list .custom-post-item {
    width: calc(50% - 10px);
    display: flex;
    gap: 35px;
    border-radius: 30.866px;
    border: 1px solid #EBEBEB;
    background: #fff;
    padding: 40px;
}
.custom_post_list .custom-post-item .post-date {
    color: var(--accent-color-grey-blue);
    font-size: 14px;
    font-weight: 400;
}

.custom_post_list .custom-post-item h2.post-title {
    margin-bottom: 10px;
    line-height: 1.3 !important;
    color: var(--accent-color-dark-blue);
    text-align: left;
    margin-top: 15px;
	font-size: var(--font-ui-heading)
}
.custom_post_list .custom-post-item p.post-excerpt {
    color: var(--accent-color-grey-blue);
    font-size: var(--font-body-sm);
    font-style: normal;
    font-weight: 400;
}
.custom_post_list .custom-post-item .post_content {
    width: calc(61% - 10px);
}
.custom_post_list .custom-post-item .post-thumbnail {
    width: calc(39% - 10px);
}
.custom_post_list .custom-post-item h2.post-title a {
    color: var(--accent-color-dark-blue) !important;
	font-size: var(--font-ui-heading);
    font-weight: 600;
}
.custom_post_list .custom-post-item a.read-more-button {
    font-size: var(--font-body-sm);
    color: var(--accent-color-dark-blue) !important;
    margin-top: 10px !important;
    display: inline-flex;
}
.custom_post_list .custom-post-item a.read-more-button span.img_read {
    margin-left: 20px;
}




@media screen and (max-width: 1599px) {
	.news_data h2 {
    font-size: var(--font-support-heading); 
}

}
@media screen and (max-width: 1399px) {
.custom_post_list .custom-post-item {
    gap: 15px;
    border-radius: 15px;
    padding: 20px;
}
	.custom_post_list .custom-post-item h2.post-title {
    margin-bottom: 5px;
    font-size: var(--font-ui-label);
    margin-top: 5px;
}
	.custom_post_list .custom-post-item h2.post-title a{
	 font-size: var(--font-ui-label);
	}
.custom_post_list .custom-post-item p.post-excerpt {
    font-size: var(--font-support-text);
}

}

@media screen and (max-width: 1023px) {
	.news_data {
    margin-top: 40px;
    padding: 40px 0;
}
	.news_data h2 {
    font-size: var(--font-section-heading);
    margin-bottom: 20px;
}
	.custom_post_list .custom-post-item {
    padding: 15px;
}
	.custom_post_list {
    gap: 10px;
}

}
@media screen and (max-width: 767px) {
	.custom_post_list .custom-post-item .post-date {
    margin-bottom: 8px;
}
	.news_data .wp-block-button a.button {
    border-radius: 10px !important;
    padding: 14px 24px !important;
}
	.news_data .wp-block-button {
    margin-top: 30px !important;
}
	.custom_post_list .custom-post-item a.read-more-button span.img_read {
    margin-left: 10px;
}
	.custom_post_list .custom-post-item a.read-more-button span.img_read img {
    width: 20px;
}

}
@media screen and (max-width: 640px) {
	.custom_post_list .custom-post-item .post-thumbnail {
    width: 100%;
}
	.custom_post_list .custom-post-item .post_content {
    width: 100%;
}
	.custom_post_list .custom-post-item {
    flex-wrap: wrap;width: 100%;
}
	.custom_post_list .custom-post-item .post-thumbnail img {
    width: 100%;
}
.news_data h2 {
    font-size: var(--font-section-heading);
}

}