.sermons {
    margin: 20px auto;
    max-width: 200px;
}

.sermons .card {
    position: relative;
    padding: 20px;
    border-radius: 20px;
    min-height: 130px;
    text-align: center;
    box-sizing: border-box;

    display: flex;
    justify-content: center;
    align-items: center;
}

.sermons .card a {
    color: white;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.2rem;
}

.sermons .card a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
}