footer .copyright_text a {
    color: rgba(111, 111, 111, 0.8);
}

footer .copyright_text a:hover {
    color: #06A6C8;
}

footer .copyright_text p {
    margin-bottom: 5px;
}

footer .copyright_text p:last-child {
    margin-bottom: 0;
}

footer .footer_logo_section {
    padding: 0;
}

footer .footer_logo_section a {
    display: flex;
    flex-wrap: wrap;
}

