﻿.a09 .inner-container {
    margin-top: 70px;
}
.a09 .list-unstyled {
    display: flex;
    justify-content: center;
    margin-bottom: 24px;
    flex-wrap: wrap;
}
.a09 .headline {
    font-size: 1.6rem;
    line-height: 2.2rem;  
}
.a09 .resource-link {
    padding: 8px 12px;
    border: 1px solid #0066B2;
    margin: 0;
    font-size: 1.2rem;
    line-height: 1.8rem;
}
.a09 .list-unstyled li {
    list-style-type: none;
    padding: 5px;
    display: flex;
    align-items: center;
}
.a09 .resource-link:hover, .a09 .resource-link:focus {
    background-color: #0066B2;
    color: #fff;
    box-shadow: none;
}
@media (max-width: 767px) {
    .a09 .inner-container {
        max-width: 400px;
    }
    .a09 .list-unstyled, .a09 .list-unstyled li {
        flex-direction: column;
    }
}