.footer-box{
    width: 100%;
    background-color: #d9d9d933;
  }
  .content3{
    width: 1200px;
    margin: 0 auto;
  }
  .company-intro{
    display: flex;
    justify-content: flex-start;
    margin-bottom: 20px;
  }
  .company-intro>div{
    width: 50%;
  }
  .company-intro>div>h2{
    font-size: 24px;
      margin-top: 19.92px;
      margin-bottom: 10px;
      font-weight: 700;
  }
  .company-intro>div>ul>li{
    color: #000;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    display: flex;
    margin: 15px 0;
    list-style-type: none;
    font-family: Montserrat;
  }
  .legal{
    margin-left: 50px;
    flex:1;
  }
  .legal>ul>li{
    cursor: pointer;
  }
  .footer{
    color: #9F9FA2;
    text-align: center;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: .32px;
    padding-bottom: 2rem;
  }