.cc-newsletter-section .newsletter-row{
	display: flex;
    flex-flow: wrap;
    align-items: stretch;
}

.cc-newsletter-section .et_pb_post{
    margin-bottom: 60px;
    word-wrap: break-word;
}

.cc-newsletter-section .et_pb_post.has-post-thumbnail .et_pb_post_wrapper{
	display:flex;
    gap: 24px;
}

.cc-newsletter-section .et_pb_post .blog-thumb{
    flex:0 1 30%;
    background: #008dce;
    background: #ccc;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    max-height: 250px;
}

.cc-newsletter-section .et_pb_post .blog-thumb a{
    display:block;
    width:100%;
}

.cc-newsletter-section .et_pb_post .blog-thumb a img{
    width: 100%;
    max-height: 220px;
    object-fit: cover;
    object-position: top;
    height: 100%;
}

.cc-newsletter-section .et_pb_post.has-post-thumbnail .blog-post-info{
    flex:0 1 70%;
}

.cc-newsletter-section .thumbnail-bg{
	background: rgba(238, 238, 238, .9333333333);
    width: 100%;
    display: block;
    min-height: 224px;
    max-height: 224px;
    height: 100% !important;
    background-position:top center;
    background-size: cover;
    border-bottom: 1px solid #d8d8d8;
}

.cc-newsletter-section .entry-title{
    display: block;
    line-height: 26px;
    padding: 0;
    font-weight: 300;
    font-family: Roboto, sans-serif;
    padding-bottom: 0;
    color:#369;
	font-size: 22px;
    margin: 0 0 12px;
}

.cc-newsletter-section .entry-title a{
    color:#369;
}

.cc-newsletter-section .post-meta{ 
	font-size: 16px;
	margin:0;
}

.cc-newsletter-section .post-meta a{ 
	color: #666;
}

.cc-newsletter-section .post-meta .published{
    font-weight:700;
}

.cc-newsletter-section .wp-pagenavi{
    max-width: 100%;
    padding: 0;
}

@media( max-width:767px ){
	.cc-newsletter-section .et_pb_post{
		width:100%;
	}

    .cc-newsletter-section .et_pb_post.has-post-thumbnail .et_pb_post_wrapper{
        flex-wrap:wrap;
        gap:20px;
    }

    .cc-newsletter-section .et_pb_post .blog-thumb{
        flex:1 1 100%;
        max-height:initial;
    }

    .cc-newsletter-section .et_pb_post .blog-thumb a img{
        max-height:350px;
    }

    .cc-newsletter-section .et_pb_post.has-post-thumbnail .blog-post-info{
        flex:1 1 100%;
    }

    .cc-newsletter-section .wp-pagenavi{
        max-width: 100%;
        padding: 0;
    }

    .cc-newsletter-section .wp-pagenavi a.page{
        margin:0 6px !important;
    }

}