/* .footer{
    background: #f8f8f8;
} */



   @media screen and (max-width: 1080px){
  

}
@media (max-width: 920px){
  
}
@media screen and (min-width:768px){
    .footerBox{
        background: #333;
        padding: 30px;
        color: white;
        margin-top: 30px;
        color: #555;
        overflow: hidden;

    }
    .footerBox a {
        color: #555 !important;
    }
    .footerContainer{
        display: flex;
        justify-content: space-between;
        max-width: 900px;
        margin: 0 auto;
        /* width: 60%; */
    }
    .ulListBox{
        display: flex;
        margin-left: 30px;
    }
    .ulListItem{
     margin-right: 5em;
    }
    .ulListItem:nth-child(3){
        margin-right: 0em;
       }
       .ulListItem>li:nth-child(1){
           margin-bottom: 6px;
           font-weight: 600;
       }
    

}
@media screen and (max-width:768px){
    .footerBox{
        background: #333;
        padding: 30px 10px 30px;
        color: white;
        margin-top: 30px;
        color: #555;
        overflow: hidden;

    }
    .footerBox a {
        color: #555 !important;
    }
    .footerContainer{
        display: flex;
        justify-content: space-between;
    }
    .ulListBox{
        display: flex;
        justify-content: space-between;
        margin-left: 30px;
        width: 400px;
    }
    .ulListItem{
        margin-left: 10px;
       }
    }