/*Pre footer*/
#pre-footer {
    background-color: #0b4b7d;
    width: 100%;
}

#pre-footer-content {
    padding-top: 10px;
    font-size: 14px;
    color: #FFFFFF;
    padding-bottom: 20px;
    word-wrap: break-word;
}

#pre-footer a {
    color: #FFFFFF;
    text-decoration: none;
}

#pre-footer h4 {
    font-size: 16px;
    text-align: left;
    text-decoration: underline;
}

#pre-footer .pre-footer_title {
    font-size: 16px;
    text-align: left;
    text-decoration: underline;
    margin: 0 0 5px 0;
}

#pre-footer ul {
    clear: both;
    list-style: none;
    display: block;
    margin: 0;
    padding: 0;
}

.social-icon {
    display: flex;
    justify-content: space-between;
    width: 80%;
    align-items: center;
}
