﻿.a05 .inner-container {
    margin-top: 72px;
}
.a05 .list-unstyled {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 24px;
}
.a05 .list-unstyled li {
    list-style-type: none;
    width:50%;
    padding: 12px;
    margin: 0;
}
.a05 .header {
    font-size: 3.2rem;
    line-height: 4rem;
}
.a05 .text-container {
    text-align: left;
}
.a05 .article-text {
    margin-bottom: 16px;
    font-size: 1.6rem;
    line-height: 2.2rem;
}
.a05 .category-eyebrow {
    font-weight: normal;
    font-size: 1.4rem;
    line-height: 2rem;
}
.a05 .resource-link {
    background-image: linear-gradient(to right, #009DD9, #009DD9);
    background-position: bottom left;
    background-repeat: no-repeat;
    background-size: 0 2px;
    transition: background-size .75s cubic-bezier(0.4, 0.2, 0.3, 1);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    margin: 0;
    padding: 32px;
    height: 100%;
    border: none;
}
.a05 .bottom a:hover {
    text-decoration: none;
}
.a05 .resource-link:hover, .a05 .resource-link:focus {
    outline: none;
    text-decoration: none;
    background-size: 100% 2px;
    box-shadow: none;
}
@media (max-width: 991px) {
    .a05 .header {
        font-size: 2.8rem;
        line-height: 3.6rem;
    }
    .a05 .list-unstyled li {
        width: 100%;
    }
}
@media (max-width: 767px) {
    .a05 .inner-container {
        max-width: 400px;
    }
}