#footerB {
    display: none;
  }
  #footerA {
    font-size: 12px;
  }
  #footer1 {
    display: flex;
    flex-direction: row;
    background-color: rgb(71, 71, 71);
    justify-content: space-between;
    color: white;
    padding: 40px 8% 60px 8%;
    line-height: 20px;
  }
  #footer1 > div {
    flex-direction: column;
    font-weight: 400;
    margin: 0 10px;
    /* line-height: 20px; */
  }
  #footer1> div>span {
    font-weight: bold;
    padding: 16px;
  }
  #footer1>div>p{
    font-size: small;
    font-weight: 200;
  }
  #footer>p {
    margin: 10px 0;
    font-weight: 500;
  }
  #footer2 {
    background-color: #2f3337;
    color: white;
    font-weight: 500;
  }
  #footer2 > div {
    display: flex;
    margin: auto;
    justify-content: space-between;
    padding: 30px 7%;
    align-items: center;
  }
  #footer2 p {
    margin: 0;
    font-weight: 100;
    font-size: small;
  }
  #footer2 span {
    margin-left: 8px;
  }
   #ind >img {
    width: 28px;
    height: 20px;
    vertical-align: middle;
  } 
  
  @media all and (min-width:600px) and (max-width:900px){
    #footerA {
      display: none;
    }
    #footerB {
      display: contents;
      color: white;
    }
    #footer1B {
      display: flex;
      flex: row;
      background-color: #2f3337;
      margin-bottom: 1px;
      justify-content: space-between;
      padding: 0 10%;
    }
    #footer1B p {
      box-sizing: border-box;
      margin: 25px 0 50px 0;
    }
    #footer2B {
      background-color: #2f3337;
      text-align: center;
      display: block;
    }
    #footer2B p {
      margin-bottom: 0;
      margin-top: 10px;
    }
    #footer2B > div:first-child {
      padding-top: 10px;
    }
  }
  
  @media all and (min-width:50px) and (max-width:600px){
    #footerA {
        display: none;
      }
      #footerB {
        display: contents;
        color: white;
      }
      #footer1B {
        display: flex;
        flex: row;
        background-color: #2f3337;
        margin-bottom: 1px;
        justify-content: space-between;
        padding: 0 10%;
      }
      #footer1B p {
        box-sizing: border-box;
        margin: 25px 0 50px 0;
      }
      #footer2B {
        background-color: #2f3337;
        text-align: center;
        display: block;
      }
      #footer2B p {
        margin-bottom: 0;
        margin-top: 10px;
      }
      #footer2B > div:first-child {
        padding-top: 10px;
      }
  }
