.at-knowledgeHighlight__link:not(.button),
.at-knowledgeHighlight__link:not(.button):hover {
    text-decoration: none;
    color: inherit;
}

@media screen and (min-width: 720px) {
    .at-knowledgeHighlight__imagePosition--right {
        order: 1;
    }
}

.at-knowledgeHighlight__imageSizer {
    position: relative;
    width: 96%;
    margin-bottom: 5%;
}

.at-knowledgeHighlight__imageSizer::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    right: -4%;
    bottom: -5%;
    border: 1px solid rgba(64,145,191,0.34);
    border-radius: var(--radius-m);
    z-index: 0;
}

.at-knowledgeHighlight__imageContainer {
    position: relative;
    border-radius: var(--radius-m);
    padding-bottom: 66.0714%;
    background: #f2f2f2 url(/ui/procurios-2019/img/loading.svg) no-repeat 50%;
    background-size: 50px 50px;
    transform: rotate(1deg);
    transition: transform 0.2s ease-out;
    will-change: transform;
}

.at-knowledgeHighlight__link:hover .at-knowledgeHighlight__imageContainer {
    transform: rotate(1.5deg) scale(1.02);
}

.at-knowledgeHighlight__link:hover .button {
    color: var(--sapphire);
    background-color: var(--white);
}

.at-knowledgeHighlight__image {
    position: absolute;
    display: block;
    width: 100%;
    border-radius: var(--radius-m);
}

.at-knowledgeHighlight__imagePosition--right .at-knowledgeHighlight__imageSizer {
    margin-left: 4%;
}

.at-knowledgeHighlight__imagePosition--right .at-knowledgeHighlight__imageSizer::before {
    right: auto;
    left: -4%;
}
