.homepage-blog {
    height: 500px;
    background-image: url('../../images/modules/big_blog_background.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
}
.homepage-blog-content {
    max-width: var(--site-width);
    margin-left: auto;
    margin-right: auto;
    padding-top: 60px;
    padding-bottom: 60px;
    position: relative;
    height: 100%;
}
.homepage-blog-content h3 {
    font-size: 2rem;
    line-height: 2.6rem;
}
.homepage-blog-content h3 span {
    background: #F89A3E;
    color: #FFF;
    padding: 0.5rem 1rem;
}
.homepage-blog-content h3 span:last-of-type {
    font-family: "Open Sans";
    font-size: 1.2rem;
    line-height: 1.6rem;
    display: inline-block;
    margin-left: 120px;
}
.homepage-blog-content > p {
    position: absolute;
    bottom: 60px;
    right: 0px;
}
.homepage-blog-content > p > a {
    font-family: BellRG;
    font-size: 1.2rem;
    margin-bottom: 0px;
}