footer ul {
    line-height: unset !important;
}

.main_footer_nav_column_title {
    color: #B8F4FF;
    leading-trim: both;
    text-edge: cap;
    font-family: "Medium LL";
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    letter-spacing: -0.26px;
    margin-bottom: 16px;
}

.main_footer_nav_column ul li a {
    color: #FFFBF3;
    leading-trim: both;
    text-edge: cap;
    font-family: "Medium LL";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    letter-spacing: -0.6px;
}

.main_footer_nav {
    width: 100%;
    display: flex;
}

.main_footer_nav > div {
    width: 25%;
}

.main_footer_nav ul {
    list-style: none!important;
    padding: 0px!important;
}

.main_footer_nav_column ul li {
    transition: all 500ms;
    -webkit-transition: all 500ms;
}