footer{

    background-color: rgba(253, 240, 233, 1);
    padding: 3rem 8rem 3rem 8rem;
}
.footer-content{
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid rgba(243, 209, 191, 1);
    padding-bottom: 3rem;
}

.footer-content >div{
    /* border: 1px solid red;/ */
    padding: 3rem;
}
.footer-content  > div > ul{
    list-style: none;
}
.footer-copyright-container{
    margin-top: 3rem ;
    display: flex;
    justify-content: space-between;
}

#terms-policy{
    display: flex;
    gap: 3rem;
}
