.under-footer {
    background-color: #1855A2;
    color: white;
    padding: 10px 0;
}

.under-footer--title {
    font-size: 0.867em;
    font-weight: bold;
    line-height: 1.5385em;
    text-transform: uppercase;
    letter-spacing: 0.8px;
}

.under-footer--list{
    margin-top: 10px;
}

.under-footer--list-item  {
    float: left;
}
.under-footer--list-item:not(:last-child):after {
    content: '\2022';
    margin: 0 0.5em 0 0.2em;
}

.under-footer--link {
    color: white;
    cursor: pointer;
    text-decoration: none;
    position: relative;
}

.under-footer--link:hover {
    color: white;
}

.under-footer--link:after {
    display: block;
    position: absolute;
    left: 0;
    width: 0;
    height: 2px;
    background: white;
    content: "";
    transition: width 0.3s ease-out;

}

.under-footer--link:hover:after,
.under-footer--link:focus:after {
    width: 100%;
}

@media (max-width: 768px) {
    .under-footer--link {
        text-decoration: underline;
    }
}
