.at-projects__sectionTitle,
.at-projects__sectionIntroduction {
    max-width: 70%;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

.at-projects__sectionTitle {
    margin-top: 0;
}

.at-projects__sectionIntroduction {
    margin-bottom: 3rem;
}

.at-projects__item {
    position: relative;
    display: flex;
    flex-direction: column-reverse;
    justify-content: flex-end;
    margin-bottom: 2rem;
}

.at-projects__textWrapper {
    height: 100%;
    padding: 1.2rem;
    text-align: center;
    border-style: solid;
    border-width: 5px 1px 1px 1px;
    border-color: #006093;
    border-radius: 14px;
    overflow: hidden;
    background-color: #fff;
    z-index: 1;
    transition: 200ms transform ease-out;
}

.at-projects__item:hover .at-projects__textWrapper {
    transform: translateY(-.5rem);
    transition: 200ms transform ease-in;
}

.at-projects__textWrapper--hasImage {
    width: 90%;
    margin: -3rem auto 0;
}

.at-projects__title,
.at-projects__link {
    color: inherit;
}

.at-projects__title,
.at-projects__introduction {
    margin-bottom: 1rem;
}

.at-projects__title {
    margin-top: 0;
}

.at-projects__image {
    display: block;
    width: 100%;
    background: #eee;
}

.at-projects__link::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: '';
}

.at-projects__sectionLinkWrapper {
    margin-top: 1em;
    text-align: right;
}

.at-projects__sectionLink,
.at-projects__sectionLink:hover::after {
    text-decoration: none;
}

.at-projects__sectionLink {
    text-decoration: none;
}

.at-projects__sectionLink::after {
    display: inline-block;
    vertical-align: middle;
    margin-left: 1rem;
}

@media (min-width: 568px) {
    .at-projects__list {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin-left: -2rem;
    }

    .at-projects__item {
        flex-basis: calc(50% - 2rem);
        margin-left: 2rem;
    }

    .at-projects__textWrapper {
        display: flex;
        flex-direction: column;
    }

    .at-projects__link {
        margin-top: auto;
    }
}

@media (min-width: 1024px) {
    .at-projects__item {
        flex-grow: 1;
        flex-shrink: 1;
        flex-basis: calc(25% - 2rem);
    }
}
