.featured-media-under-header__featured-media .post-featured-img img{
    position: relative !important;
}

.featured-media-under-header__featured-media .post-featured-img{
    position: relative;
}

.featured-media-under-header__content{
    padding: 40px;
}

.featured-media-under-header__featured-media{
    position: relative;
    padding: 0 !important;
    margin-top: 0 !important;
}

.featured-media-under-header{
    display: flex;
    align-items: center;
    padding: 0 !important;
    margin-top: 40px;
    margin-bottom: 70px;
    box-shadow: rgba(0,0,0,.04) 0 1px 0,rgba(0,0,0,.05) 0 2px 7px,rgba(0,0,0,.06) 0 12px 22px;
    border-radius: 20px;
    overflow: hidden;
}

.post-content p{
    padding-bottom: 10px !important;
}

.post-content h2{
    margin-bottom: 0 !important;
    margin-top: 15px !important;
    font-size: 35px !important;
    line-height: 1.2 !important;
}

.post-content h3{
    margin-bottom: 0 !important;
    margin-top: 15px !important;
    font-size: 30px !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
}

.post-content p a{
    font-weight: 600;
    text-decoration: underline;
}

.comments-section{
    display: none;
}