section.narrow {
    padding: 0 6rem;
}

section.narrow h5 {
    margin-top: 2rem;
    font-weight: 900;
}

section.help .container {
    padding-top: 0 !important;
}

section.help h4 {
    margin-bottom: 2rem;
}

section.other {
    padding: 0 0 4rem;
}

section.other .card {
    width: calc(50% - 2rem);
    padding: 0;
    border-radius: 2em;
    background-color: var(--color-white);
    margin-bottom: 4rem;
    border: 0.125rem solid var(--color-black);
    overflow: hidden;
    box-sizing: border-box;
}

section.other .card:hover {
    border-color: transparent;
}

section.other .card a {
    text-decoration: none;
}

section.other .card .img-wrapper {
    height: 12rem;
    background-size: cover;
    background-position: center;
}

section.other .card .card-body {
    transition: background-color var(--transition-duration);
    height: 18rem;
    padding: 1rem 2rem;
}
  
section.other .card:hover .card-body {
    background-color: var(--color-blue);
    color: var(--color-white);
}
  
section.other .card * {
    color: var(--color-black);
    text-align: left;
}
  
section.other .card:hover * {
    color: var(--color-white);
}
  
section.other .card .card-body .card-date {
    font-size: 75%;
}
  
section.other .card .card-body .card-title {
    font-weight: 900;
}

section.other .card .card-body .card-text {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 7;
}

/*
section.other .card::after {
    content: url(../img/right_blue.svg);
    position: absolute;
    right: 0.5rem;
    top: 10.4rem;
    height: 4rem;
    width: 4rem;
}
*/

section.other .card:hover::after {
    content: url(../img/right_white.svg) !important;
    position: absolute;
    width: 2.6rem;
    height: 2.6rem;
    right: 1.5rem;
    top: 10.7rem;
    box-shadow: 0.25rem 0.25rem 0.15rem 0.15rem rgba(0,0,0,0.05);
    border-radius: 50%;
    cursor: pointer;
}
