.forweb ul {
    margin-inline-start: 0px !important;
}

.title-footer{
    color: #9D8F66;
    font-family: "Cormorant Garamond", "Noto Sans HK", "Noto Sans SC", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1.6px;
    margin-bottom: 21px;
 }

 .ul-footer {
   padding-left: 0px;
 }
 @media screen and (max-width: 991px) {
  .ul-footer {
    display: none;
  }
}

 .li-footer{
   list-style: none;
   color: #9D8F66;
   font-family: Lato, "Noto Sans HK", "Noto Sans SC", sans-serif;
   font-size: 12px;
   font-style: normal;
   font-weight: 400;
   line-height: 21px;
 }