#footer-u {
    height: 480px;
    width: 100%;
    border-top: 2px solid transparent;
    background-color: white;
    

}

#footer-l {
    height: 60px;
    width: 100%;
    border: 1px solid transparent;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#footer-l>p {
    color: rgb(75, 75, 75);
}

#footer-logo {
    height: 45px;
    width: 10%;
    cursor: pointer;
}

#footer-logos {
    display: flex;
    width: 30%;
    height: 50px;
    border: 1px solid transparent;
    gap: 10px;
    justify-content: right;
}

#footer-u1 {
    height: 50%;
    width: 100%;
    border: 1px solid transparent;
    display: flex;
    gap: 20px;
    justify-content: center;
}

#footer-u2 {
    height: 50%;
    width: 100%;
    border: 1px solid transparent;
    display: flex;
    gap: 20px;
    justify-content: center;
}

#footer-u1>div {
    height: 95%;
    width: 18%;
    margin-top: 10px;
    border: 1px solid transparent;
    font-size: 13px;
    color: rgb(75, 75, 75);
    font-family: sans-serif;
}

#footer-u2>div {
    height: 95%;
    width: 18%;
    margin-top: 10px;
    border: 1px solid transparent;
    font-size: 13px;
    color: rgb(75, 75, 75);
    font-family: sans-serif;
}

#f-tag {
    font-size: 15px;
    font-weight: 600;
    font-family: sans-serif;
}

#f-tag-flex {
    display: flex;
    gap: 5px;
    align-items: center;
}

#f-tag-flex-img {
    height: 25px;
    width: 25px;
}

#footer-site-logo {
    height: 45px;
    width: 45px;
}