footer {
    background-image: url('../images/footer.png');
    background-size: cover;
    padding: 40px 0px;
}
.footer_column p {
    color:rgba(255,255,255,85%);
    margin-top: 15px;
    line-height: 1.7;
    font-size: 12pt;
}
.social_media {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 0;
    margin: 0;
}
.social_media li {
    list-style: none;
    background: #0087FF;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000E7D;
}
.social_media li i {
    color: #000E7D;
    font-size: 14pt;
}
.footer_column h3 {
    color: white;
    font-weight: bold;
    margin-bottom: 20px;
    font-size: 16pt;
}
.footer_links {
    padding: 0;
    margin: 0; 
}
.footer_links li {
    list-style: none;
    margin-bottom: 10px;
}
.footer_links li a {
    color: rgba(255,255,255,85%);
    text-decoration: none;
    font-size: 13pt;
}
@media screen and (max-width: 767px) {
    .footer_column {
        margin-bottom: 30px;
    }
}