﻿.content-grid__link {
    display: inline-block;
    padding: .6875rem 1.25rem;
    font-weight: 500;
    color: #fff !important;
    background: #22A9A1;
    border-radius: 22px 0;
    transition: all .2s ease;
}

.content-grid__link:hover {
    background: #83D0D8;
}