
.bg-home {
    position: relative;
    padding: 100px 0px 40px;
}

.home-center {
    display: table;
    width: 100%;
    height: 45% !important;
}

.home-desc-center {
    display: table-cell;
    vertical-align: middle;
}

.home-title .play-icon-circle {
    background: #ffffff;
    height: 36px;
    width: 36px;
    line-height: 36px;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    color: #672fed;
}

.how-it-work {
    margin-top: 80px;
    position: relative;
    top: 30px;
}



.blog-container{
    width: 719px;
    margin-top: 100px;
}



.reader-cover-image__wrapper{
    position: relative;
    display: flex;
    margin: 0 auto;
    height: auto;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    max-width: 720px;
    max-height: 405px;
    border-radius: 0;
}
.reader-image-block--full-width .reader-image-block__img {
    width: 100%;
}

.text-display-large-bold{
    font-size: 2.4rem;
    line-height: 1.25;
    font-weight: 600;
}

.reader-text-block__paragraph{
    font-size: 1rem;
    line-height: 1.75;
    margin: 1.6rem 0;
}

.reader-text-block__quote{
    font-size: 24px;
    border-left: 3px solid #0a66c2;
    padding-left: 15px;
    text-align: left;
    margin: 32px 0;
    overflow-wrap: break-word;


}
.reader-image-block--left-align .reader-image-block__img {
    max-width: 100%;
}


.reader-image-block.reader-image-block--left-align{
    float: left;
    margin-right:32px;
}

.tvm__text--legacy-publishing-emphasis {
}

.reader-article-content ul , ol {
    padding-left: 0px;
}
.reader-article-content ul , ol > li {
    margin: 8px 0 8px 32px;
    font-size: 20px;

}

@media screen and (min-width: 1200px){
    .reader-image-block--left-align .reader-image-block__img {
        max-width: 432px;
    }
}





.blog-container-list{
    margin-top: 20px;

}

.blog-container-list .row-g{

    display: grid;
    align-items: center;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    /* grid-template-columns: repeat(3, 1fr); */
    grid-gap: 1rem;
    margin-bottom: 10%;


}

.blog-container-list .post-entity{
    background-color: #ffffff;
    padding:  0;
    border-radius: 10px;
    overflow: hidden;
    width: 100%;
    border: 1px solid rgba(142, 136, 136, 0.37);
    height: 100%;
}

.blog-container-list .post-entity:hover{
    transform: translateY(-5px);
    border: 2px solid #CC86AC;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    transition: .30s ease-in-out;

}

.blog-container-list .post-entity h1{
   font-size: 13px;
    color: rgba(40, 40, 46, 0.8);

}

.blog-container-list .post-entity:hover h1{
    text-decoration: underline;
}

.blog-container-list .post-entity .post-entity__title{
   padding: 10px;
}


.post-entity__image-container img{
   width: 100%;
    height: 250px;
    object-fit: cover;
}


.section-title {
    text-align: center;
    padding-bottom: 30px;
}


.section-title h2 {
    font-size: 24px;
    font-weight: 700;
    padding-bottom: 0;
    line-height: 1px;
    margin-bottom: 15px;
    color: #bfb1c2;
}

.section-title p {
    padding-bottom: 15px;
    margin-bottom: 15px;
    position: relative;
    font-size: 32px;
    font-weight: 700;
    color: #672fed;
}

.section-title p::after {
    content: '';
    position: absolute;
    display: block;
    width: 60px;
    height: 2px;
    background: #704BDF;
    bottom: 0;
    left: calc(50% - 30px);
}

.post-entity__by{
    font-size: 12px;
}

.home-img{
    border-radius: 40px;
    overflow: hidden;
}

@media (min-width: 200px) and (max-width: 1199px) {
    .blog-container{
        width: initial;
        margin-top: 100px;
    }
    .text-display-large-bold , .reader-text-block__heading2 , .reader-text-block__quote{
        font-size: 1.4rem;
    }
    .reader-text-block__paragraph {
        margin: .3rem 0;
        font-size: .75rem;
    }
   
}