#featured-image {
    width: 100%;
    min-height: 200px;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: cover;
    background-position: center center;
    font-size: 3em;
    padding-bottom: 25px;
}


.intro {
    text-align: center;
    margin: 40px auto;
    font-size: 1.1em;
    max-width: 90%;
}

@media (min-width: 768px) {
    #featured-image {
        min-height: 300px;
        font-size: 6em;
    }
    .intro {
        max-width: 550px;
    }
}

.highlight {
    display: inline;
    background: #f5882d;
    color: white;
    padding: 0.5rem;
    padding-left: 0;
    padding-right: 0;
    -webkit-box-decoration-break: clone;
    -ms-box-decoration-break: clone;
    -o-box-decoration-break: clone;
    box-decoration-break: clone;
    line-height: 2.5em;
}

.highlight {
    box-shadow: 1rem 0 0 #f5882d, -1rem 0 0 #f5882d;
}

#front-page-actions {
    /* margin: 40px auto; */
}

.kls_actions {
    padding: 0 20px;
    margin-bottom: 40px;
    text-align: center;
}

.kls_actions .action-image {
    height: 200px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.kls_actions a {
    text-decoration: none;
    color: #333;
    font-weight: normal;
}

.kls_actions h4 {
    background-color: #31c29e;
    color: white;
    text-align: center;
    padding: 10px;
    margin: 20px auto 10px;
    width: 50%;
}

.kls_actions .action-card {
    box-shadow: 0px 5px 10px -2px rgba(0, 0, 0, 0.25);
    border-radius: 2px;
    overflow: hidden;
    min-height: 375px;
}

.kls_actions p {
    padding: 0 10px;
}
