.blogPostsCntlr ul li{
    width: 100%!important;
}
.blogPostsCntlr ul li:nth-child(2n) .blog-preview{
    flex-direction: row-reverse;
}
.blogPostsCntlr .blog-preview{
    display: flex;
    align-items: center;
    margin-bottom: 57px;
    min-height: auto!important;
}
.wp-block-latest-posts__featured-image + time,
.wp-block-latest-posts__featured-image + time + a,
.wp-block-latest-posts__featured-image + time + a + .wp-block-latest-posts__post-excerpt{
    display: none;
}
.blogPostsCntlr .blog-preview .wp-block-latest-posts__featured-image,
.blogPostsCntlr .blog-preview .blog-preview-desc{
    width: 50%!important;
}
.blogPostsCntlr .blog-preview .blog-preview-desc{
    padding-left: 45px;
    padding-right: 22px;
    color: #7c7c7c!important;
}

.blogPostsCntlr .blog-preview .wp-block-latest-posts__featured-image {
    background-image: none;
    background-size: auto;
    height: 410px;
    transition: all .6s;
}
.blogPostsCntlr .blog-preview .wp-block-latest-posts__featured-image:hover{
    transform: scale(1.03);
    -ms-transform: scale(1.03);
    -webkit-transform: scale(1.03);
}
.blogPostsCntlr .blog-preview .wp-block-latest-posts__featured-image img {
    object-fit: cover;
    border-top-right-radius: 7em;
    border-bottom-left-radius: 7em;
    box-shadow: 0 0 9px 6px rgba(15,62,37,.09);
    width: 100%;
    height: 100%;
     
}
.blogPostsCntlr .blog-preview .post-date{
    font-size: 18px;
    line-height: 1;
    color: #7c7c7c!important;
    margin: 20px 0;
    font-family: var(--wp--preset--font-family--gowundodum-400);
}
.blog-preview .post-title{
    font-size: 42px;
    margin: 0!important;
}
.blog-preview .post-title a{
    text-decoration: none!important;
    color:#03366e!important;
}
.blog-preview .post-title a:hover{
    color: #7dae63!important;
}

.blogPostsCntlr .blog-preview .post-desc{
    margin: 16px 0!important;
}

.blog-preview .post-readmore a {
    border-bottom: 2px solid #7dae63;
    color: #7dae63;
    text-transform: uppercase;
    background-color: transparent;
    padding: 0 0 7px;
    font-size: 20px;
    font-weight: 700;
    transition: all .6s;
    text-decoration: none;
    display: inline-block;
}

.blog-preview .post-readmore a:hover {
	transform: scale(1.1)!important;
	-ms-transform: scale(1.1)!important;
	-webkit-transform: scale(1.1)!important;
	-o-transform: scale(1.1)!important;
}
.footerTopGap{
    width: 100%!important;
    border: none!important;
}

/* single */
.postSingleFeaImg{
    transition: all .6s;
    -ms-transition: all .6s;
    -webkit-transition: all .6s;
}
.postSingleFeaImg .wp-block-post-featured-image{
    height: 667px!important;
    border-top-right-radius: 7.3em;
    border-bottom-left-radius: 7.3em;
    transition: all .6s!important;
    -ms-transition: all .6s!important;
    -webkit-transition: all .6s!important;
}
.postSingleFeaImg .wp-block-post-featured-image:hover{
    /*transform: translateY(-5px);*/
    box-shadow: 0 0 20px 4px rgba(15,62,37,.44);
}
.postSingleFeaImg img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    box-shadow: 1px 1px 20px -3px rgba(36,70,2,.3);
    transition: all .6s;
    -ms-transition: all .6s;
    -webkit-transition: all .6s;
}

.postSingleCon .wp-block-heading{
    letter-spacing: 3px;
}
.wp-site-blocks .postSingleCon .has-medium-font-size{
    font-size: 34px!important;
}
.postSingleCon ul,
.postSingleCon ol{
    color: #03366e!important;
    list-style: none!important;
    padding-left: 5px!important;
    padding-top: 10px;
}
.postSingleCon p,
.postSingleCon li{
    color: #03366e!important;
    font-size: 18px!important;
    line-height: 1.5!important;
}
.postSingleCon li {
    margin-top: 0px!important;
}
.postSingleCon ul li::before {
    top: 1px!important;
    background: #03366e!important;
    border-radius: 100%;
    width: 7px!important;
    height: 7px!important;
}
.postSingleCon p a{
    color: rgb(85, 26, 139)!important;
}


@media(max-width: 991px){
    .postSection {
        padding-top: 80px!important;
        padding-bottom: 60px!important;
    }
    .blogPostsCntlr .blog-preview .wp-block-latest-posts__featured-image {
        height: 450px;
    }
    .blogPostsCntlr .blog-preview .blog-preview-desc {
        padding-left: 35px;
        padding-right: 20px;
    }
    .blog-preview .post-title {
        font-size: 35px;
    }
    .blog-preview .post-readmore a {
        font-size: 18px;
    }
    .footerTopGap{
        margin-bottom: 60px!important;
    }
    .postSingleSection{
        padding-top: 77px!important;
        padding-bottom: 57px!important;
    }
    .postSingleFeaImg .wp-block-post-featured-image {
        height: 542px!important;
    }
    .postSingleTitle{
        font-size: 29px!important;
    }
    .wp-site-blocks .postSingleCon .has-medium-font-size {
        font-size: 24px!important;
    }
    .postSingleConCntlr{
        padding-top: 40px!important;
        padding-left: 53px!important;
    }
}

@media(max-width: 767px){
    .blogPostsCntlr .blog-preview{
        flex-wrap: wrap!important;
    }
    .blogPostsCntlr .blog-preview .wp-block-latest-posts__featured-image, 
    .blogPostsCntlr .blog-preview .blog-preview-desc {
        width: 100%!important;
    }
    .blogPostsCntlr .blog-preview .blog-preview-desc {
        padding-left: 70px;
        padding-right: 20px;
    }
    .postSection {
        padding-top: 60px!important;
        padding-bottom: 40px!important;
    }
    .blogPostsCntlr .blog-preview .wp-block-latest-posts__featured-image {
        height: 400px;
    }
    .blog-preview .post-readmore a {
        font-size: 16px;
    }
    .footerTopGap{
        margin-bottom: 50px!important;
    }
    .postSingleSection{
        padding-top: 55px!important;
        padding-bottom: 41px!important;
    }
    .postSingleFeaImg .wp-block-post-featured-image {
        height: 440px!important;
    }
}

@media(max-width: 575px){
    .blogPostsCntlr .blog-preview .blog-preview-desc {
        padding-left: 50px;
        padding-right: 20px;
    }
    .postSection {
        padding-top: 40px!important;
        padding-bottom: 30px!important;
    }
    .blogPostsCntlr .blog-preview .wp-block-latest-posts__featured-image {
        height: 380px;
    }
    .blog-preview .post-title {
        font-size: 33px;
    }
    .footerTopGap{
        margin-bottom: 40px!important;
    }
    .postSingleFeaImg .wp-block-post-featured-image {
        height: 400px!important;
    }
    .postSingleConCntlr{
        padding-left: 0!important;
    }
    .postSingleSection{;
        padding-bottom: 65px!important;
    }
}
@media(max-width: 479px){
    .blogPostsCntlr .blog-preview .blog-preview-desc {
        padding-left: 0px;
        padding-right: 0px;
    }
    .blogPostsCntlr .blog-preview .wp-block-latest-posts__featured-image {
        height: 300px;
    }
    .blog-preview .post-title {
        font-size: 30px;
    }
    .footerTopGap{
        margin-bottom: 20px!important;
    }
    .postSingleFeaImg .wp-block-post-featured-image {
        height: 280px!important;
    }
}
@media(max-width: 359px){
    .blogPostsCntlr .blog-preview .wp-block-latest-posts__featured-image {
        height: 250px;
    }
}
