h1 {
    font-weight: 400;
    letter-spacing: .05rem;
    line-height: 1;
    font-size: 2rem;
    margin: 1.5rem 0
}

@media screen and (min-width:768px) {
    h1 {
        font-size: 2.5rem
    }
}

h2 {
    font-weight: 400;
    letter-spacing: .05rem;
    line-height: 1;
    font-size: 1.5rem;
    margin: 1.5rem 0
}

@media screen and (min-width:768px) {
    h2 {
        font-size: 2rem
    }
}

h3 {
    font-weight: 400;
    letter-spacing: .05rem;
    line-height: 1;
    font-size: 1.25rem;
    margin: 1rem 0
}

@media screen and (min-width:768px) {
    h3 {
        font-size: 1.5rem
    }
}

h4 {
    font-weight: 400;
    letter-spacing: .05rem;
    line-height: 1;
    font-size: 1rem;
    margin: 1rem 0
}

@media screen and (min-width:768px) {
    h4 {
        font-size: 1.25rem
    }
}

h5 {
    font-weight: 400;
    letter-spacing: .05rem;
    line-height: 1;
    font-size: .875rem;
    margin: 1rem 0
}

@media screen and (min-width:768px) {
    h5 {
        font-size: 1rem
    }
}

h6 {
    font-weight: 400;
    letter-spacing: .05rem;
    line-height: 1;
    font-size: .875rem;
    margin: 1rem 0
}

@media screen and (min-width:768px) {
    h6 {
        font-size: 1rem
    }
}

a {
    text-decoration: underline;
    color: #000;
    transition: color .2s
}

a:active,
a:focus,
a:hover {
    color: #333
}

.visually-hidden {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0
}

/*body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}*/

.banner-icon {
    width: 100%;
    padding: 0 .5rem;
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-top: 3rem;
    box-sizing: border-box
}

.banner-icon:first-child {
    margin: 0
}

@media screen and (min-width:768px) {
    .banner-icon {
        margin: 0;
        width: 16.66667%
    }
}

.banner-icon__icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px
}

.banner-icon__heading {
    font-size: 1rem;
    font-weight: 400;
    text-transform: uppercase;
    max-width: 100%
}

.banner-icon__copy,
.banner-icon__heading {
    margin: 1rem 0 0;
    text-align: center
}

.banner-icon__copy {
    font-size: .875rem;
    max-width: 80%
}

@media screen and (min-width:768px) {
    .banner-icon__copy {
        max-width: 100%
    }
}

.banner-icon__copy p {
    margin: 0
}

.banner-icon.gray .banner-icon__icon svg *,
.banner-icon.light .banner-icon__icon svg * {
    stroke: #000
}

.banner-icon.gray .banner-icon__copy a,
.banner-icon.light .banner-icon__copy a {
    color: #000
}

.banner-icon.dark .banner-icon__icon svg * {
    stroke: #fff
}

.banner-icon.dark .banner-icon__copy a {
    color: #fff
}