.at-callToAction {
    position: relative;
    border-radius: 0.7rem;
    background: #9ec2c4; /** change background color also in sidebar.css **/
}

.at-callToAction--hasIcon::after {
    content: '';
    display: block;
    position: absolute;
    top: 1em;
    right: 1em;
    height: 2em;
    width: 2em;
    background-size: 32px;
    background-repeat: no-repeat;
}

.at-callToAction__title {
    max-width: 90%;
}

.at-callToAction__text {
    margin-bottom: 0;
}

.at-callToAction__title,
.at-callToAction__text {
    color: #fff;
}

.at-callToAction__link {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.at-callToAction__link:hover {
    background: rgba(255,255,255,0.1);
}
