.at-highlightedWithShape {
    width: 100%;
    /*margin-bottom: 1em;*/
}

.at-highlightedWithShape__link {
    position: relative;
    display: block;
    text-decoration: none;
}

.at-highlightedWithShape__imageContainer {
    position: relative;
    margin-top: -2em;
    margin-right: -20px;
    margin-left: -20px;
    overflow: hidden;
    background-color: #00507c;
}

.at-highlightedWithShape__imageContainer::after {
    content: '';
    position: absolute;
    right: -1px;
    bottom: -1px;
    left: -1px;
    display: block;
    height: 30%;
    width: 101%;
    max-width: none;
    background: url(../../img/mask.svg) no-repeat center bottom;
    background-size: cover;
}

.at-highlightedWithShape__image {
    padding-bottom: 15em;
    transform: none;
    background-size: cover;
    background-position: center;
    background-color: #00507c;
    transition: transform 0.3s ease-out;
}

.at-highlightedWithShape__textContainer {
    position: absolute;
    right: 0;
    top: 2em;
    left: 0;
    z-index: 1;
}

.at-highlightedWithShape__title {
    margin: 0;
    color: #fff;
    font-size: 1.6em;
}

@media screen and (min-width: 720px) {
    .at-highlightedWithShape__link {
        margin-right: 100px;
    }

    .at-highlightedWithShape__imageContainer {
        position: relative;
        margin-top: -3em;
        margin-left: -3em;
        overflow: hidden;
    }

    .at-highlightedWithShape__image {
        margin-top: 0;
        margin-right: 0;
        margin-left: 0;
        padding-bottom: 38em;
    }

    .at-highlightedWithShape__textContainer {
        right: 3em;
        top: 3em;
        left: 0;
    }

    .at-highlightedWithShape__title {
        font-size: 1.6em;
    }
}

@media screen and (min-width: 940px) {
    .at-highlightedWithShape__title {
        font-size: 2.3em;
    }
}

@media screen and (min-width: 1360px) {
   .at-highlightedWithShape__imageContainer {
        margin-left: -140px;
    }
}
