.hero-section-link-list {
    margin: 0.75em -15px 0 -15px;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.hero-section-link-list > li {
    margin: 0 0.25em .5em 0;
}

.hero-section-link-list > li a {
    display: inline-block;
    white-space: nowrap;
    padding: 0.75em 1em;
    background: rgba(255, 255, 255, .75);
    border-radius: 30px;
    color: #fff !important;
    background: #f1c40f;
    text-decoration: none !important;
    font-size: 14px;
    font-weight: 700;
    -webkit-transition: background-color .25s ease-out;
    -o-transition: background-color .25s ease-out;
    transition: background-color .25s ease-out;
}

.hero-section-link-list > li a:hover,
.hero-section-link-list > li a:focus {
    background: #f7a021;
}