.tooltip {
    color: #fff;
    position: absolute;
    padding: 20px 40px;
    background-color: #000;
    border-radius: 4px;
    text-align: center;
    font-size: 1.2em;
}

.tooltip:before {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 5px 0 5px;
    border-color: #000 transparent transparent transparent;
}

.tooltip h2 {
    text-align: center;
    margin: 0 0 10px;
}

.tooltip a {
    display: block;
    /* color: #fff; */
}

.tooltip .card--home-design a {
    color: #fff;
}
