#custom_html-3 {
    padding: 30px;
}

.single-post .post-thumb {
    margin-bottom: 30px;
}
/* */
div#secondary {
    position: sticky;
    top: 0;
}
#secondary ul.wp-block-latest-posts__list li {
    background: white;
    padding: 20px;
    overflow: hidden;
    line-height: 1.5em;
}

#secondary .wp-block-latest-posts__featured-image.alignleft {
    width: 80px;
}

#secondary ul.wp-block-latest-posts__list li a {
    font-weight: bold;
    display: block;
    margin-bottom: 5px;
}

/* */

.home ul.wp-block-latest-posts__list {
    padding: 0px;
    margin: 0px;
}

.home ul.wp-block-latest-posts__list a {
    font-weight: bold;
    font-size: 30px;
    line-height: 1.4em;
    display: block;
    margin-bottom: 6px;
    text-decoration: none;
}
/* */

.rounded-huge {
    border-radius: 2.25em;
    overflow: hidden;
}

.hero h1 {
    font-size: min(max(25px, 10vw), 80px);
    font-weight: 500;
}

.entry-meta {
    display: none;
}

.p-5 {padding: 40px;}

hr.wp-block-separator {
    border: 0;
    height: 2px;
    background: #d7d7d7;
    margin: 4vw 0px;
}
.entry-content .wp-block-button a {
    text-decoration: none;
}