@charset "UTF-8";

.mdr-post-and-testimony-header__excerpt {
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    max-width: 892px;
}
.mdr-post-and-testimony-header__date-and-author {
    color: var(--mdr--dark-grey--40);
}
.mdr-post-and-testimony-header__featured-image {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

@media screen and (min-width: 768px) {
    
    .mdr-post-and-testimony-header__featured-image {
        margin-top: 145px;
    }
    .mdr-post-and-testimony-header__excerpt {
        font-size: 22px;
        line-height: 1.1em;
        margin-top: 50px;
    }
}