@media screen and (max-width : 500px){
  .box{
    margin:0;
    padding: 8px;
    display: block;
  }
  
  .box1{
    width: 100%;
    border-bottom: 2px solid black;
    padding-bottom: 12px;
  }
  .box2{
    width: 100%;
    border-bottom: 2px solid black;
    padding-bottom: 12px;

  }
  .box3{
    width: 100%;
    border-bottom: 2px solid black;
    padding-bottom: 12px;

  }
  .box4{
    width: 100%;
    border-bottom: 2px solid black;
    padding-bottom: 12px;

  } 

  .llinks{
    margin: 8px;

}

.box1 p{
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0;
    word-spacing: 0;
}
.box3 div{
    margin: 8px;
  }

.box4 div{
    margin: 8px;
  }
.box3 p{
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0;
    word-spacing: 0;

}
.box4 p{
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0;
    word-spacing: 0;

}

.litems{
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0;
    word-spacing: 0;
}

.lbar{
    background-color:  	#111;
    display: flex;
    justify-content: space-between;
    padding: 16px;
    padding-bottom: 12px;
    padding-top: 2px;
    margin: 0;
    font-size: 14px;
  
  }






}