footer {
    background-color: #ecfcff;
}

.footer-container {
    padding: 60px 23px;
}

@media screen and (max-width: 991px) {
    .footer-container {
        padding-bottom: 50px !important;
    }
    
}

#footerDescription {
    font-size: 14px;
}

.links-container a {
    color: #000;
    text-decoration: underline;
    font-size: 14px;
}


#socialBlok a {
    width: fit-content;
    height: fit-content;
    margin-right: 5px;
    text-decoration: none;
}


#legalLinks a {
    font-size: 12px;
    color: #000;
    text-decoration: underline;
}
