.button-grid .action-btn, .tile-grid .action-btn {
    position: relative;
    opacity: .9
}

.action-btn.link-external::after {
    color: #FFF;
    font-family: var(--fa-family-classic);
    content: "\f35d";
    font-weight: 900;
    position: absolute;
    right: 10px;
    top: 4px;
    font-size: 18px;
}

.content-wrapper {
    background-image: url(/media/a08ee97a39a59a3c0e.png);
    background-size: cover;
    background-position: center center;
}