.footer-item {
    display: flex;
    flex-direction: column;
}

.footer-item-title {
    font-size: 18px;
    font-weight: 600;
    padding-top: 15px;
}

.footer-item > a {
    font-size: 16px !important;
    color: black !important;
    transition: none !important;
    padding-top: 2px;
}

.footer-item > a:hover {
    color: #3B5296 !important;
    transition: none !important;
}

.soc {
    padding-top: 2px;
}

#collections {
    scroll-margin-top: 140px;
}

.c-footer-main {
    display: flex;
    justify-content: space-between;
    flex-direction: row; !important;
    flex-wrap: wrap !important;
}
