#section-footer {
    font-size: 0.9rem;
    color: #333;
}

#section-footer h6 {
    font-weight: 700;
    color: #000;
    letter-spacing: 0.3px;
}

#section-footer p,
#section-footer li {
    line-height: 1.6;
}

#section-footer .footer-img {
    max-width: 260px;
}

#section-footer a {
    transition: color 0.2s ease;
}

#section-footer a:hover {
    color: #0068a7;
}

.footer-bottom {
    background-color: #0068a7;
    font-size: 0.9rem;
}

.socmed-list a {
    display: inline-block;
    width: 50px;
    line-height: 100px;
}
