.at-tile {
    width: 100%;
    padding: 15px;
}

.at-tile__link {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 5rem 15px 15px;
    text-decoration: none;
    color: inherit;
    background-color: var(--blue);
}

.at-tile__link:hover {
    text-decoration: none;
}

.body.--pink .at-tile__link {
    background-color: var(--pink);
}

#tacs-content-1 .at-tile__link {
    background-color: var(--lightGreen);
}

#tacs-content-2 .at-tile__link {
    background-color: var(--yellow);
}

.at-tile__image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 9rem;
    background-size: cover;
}

.at-tile__title {
    font-size: 1.3rem;
    color: #6f6f6f;
}

.at-tile__content {
    position: relative;
    flex: 1;
    padding: 15px;
    background: var(--white);
}

.at-tile__linkText {
    display: block;
    padding: 15px;
    font-size: 1.1rem;
    font-weight: 700;
    text-align: center;
    background: var(--white);
}

#tacs-content-1 .at-tile__linkText,
#tacs-content-2 .at-tile__text {
    color: var(--lightGreen);
}

#tacs-content-2 .at-tile__linkText {
    color: var(--yellow);
}
