.homepage-slider-content {
    width: var(--site-width);
    margin-left: auto;
    margin-right: auto;
    padding-top: 40px;
    padding-bottom: 40px;
}
.homepage-slider-header {
    background: #F89A3E;
    color: #FFF;
    font-family: BellRG;
    padding: 0.5rem 1rem;
    display: inline-block;
    font-size: 2rem;
    line-height: 2.6rem;
}
.homepage-slider-header:first-of-type {
    padding-bottom: 0px;
}
.homepage-slider-header:last-of-type {
    margin-top: -0.5rem;
    padding-top: 0px;
}
.homepage-slider-block {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 25vh;
    background-size: cover;
    background-position: center;
    margin-right: 15px;
    cursor: pointer;
    text-decoration: none !important;
}
.homepage-slider-block:last-of-type {
    margin-right: 0px;
}
.slider-block {
    background: #F89A3E;
    color: #FFF;
    font-family: BellRG;
    font-size: 1.8rem;
    line-height: 2.4rem;
    padding: 0.5rem 1rem;
    display: inline-block;
    transition: all .25s;
}
.homepage-slider-container {
    margin-top: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.homepage-slider-block:hover .slider-block {
    padding: 1rem 1.5rem;
}