.side-nav>ul>li:nth-child(1)>span {
  left:-1100%;
}
.side-nav>ul>li:nth-child(3)>span {
  left: -565%;
}
.side-nav>ul>li:nth-child(5)>span {
  left: -1080%;
}

@media (min-width: 1366px) and (max-width: 1445px) {
  .level4-content ul:nth-child(4) li {
    margin-bottom: 0px;
  }
  .level4-content div:nth-child(5) {
    margin-bottom: 10px;
  }
}

@media (min-width: 1025px) and (max-width: 1366px) {
  .level4-content ul:nth-child(4) li {
    margin-bottom: 0px;
  }
  .level4-content div:nth-child(5) {
    margin-bottom: 10px;
  }
}

@media (min-width: 415px) and (max-width:1024px) {
  .level4-content p:nth-child(1) {
    font-size: 30px;
  }
}

@media (max-width: 414px) {
  .level2-content > p:nth-child(1) {
    font-size:17px;
  }
}