.sidebar{
  position: sticky;
  top: 13rem;
  z-index: 1;
  width: 40rem;
  padding: 4rem;
  border-radius: 1.2rem;
  background: var(--light-blue);
  margin-right: 6.4rem;
}
.sidebar-list li{
  margin-bottom: 2rem;
  font-size: 1.6rem;
  line-height: 2.6rem;
}
.sidebar-list a:hover{
  text-decoration: underline !important;
}
@media(min-width:1560px) and (max-width:1579.98px){
}
@media(min-width:1460px) and (max-width:1559.98px){
  .sidebar {
    width: 38rem;
    padding: 3.2rem;
    margin-right: 5.6rem;
  }
  .sidebar-list li {
    margin-bottom: 1.6rem;
  } 
}
@media(min-width:1360px) and (max-width:1459.98px){
  .sidebar {
    width: 36rem;
    padding: 3.2rem;
    margin-right: 4.8rem;
  }
  .sidebar-list li {
    margin-bottom: 1.6rem;
    font-size: 1.5rem;
    line-height: 2.5rem;
  } 
}
@media(min-width:1200px) and (max-width:1359.98px){
  .sidebar {
    top: 12rem;
    width: 35rem;
    padding: 3rem;
    margin-right: 4rem;
  }
  .sidebar-list li {
    margin-bottom: 1.6rem;
    font-size: 1.5rem;
    line-height: 2.5rem;
  }
}
@media(min-width:992px) and (max-width:1199.98px){
  .sidebar {
    top: 12rem;
    width: 35rem;
    padding: 2.4rem;
    margin-right: 3rem;
  }
  .sidebar-list li {
    margin-bottom: 1.4rem;
    font-size: 1.5rem;
    line-height: 2.3rem;
  }
}
@media(min-width:768px) and (max-width:991.98px){
  .sidebar {
    position: relative;
    top: 0;
    width: 100%;
    padding: 3.2rem;
    margin-right: 0;
  }
  .sidebar-list li {
    margin-bottom: 1.6rem;
    font-size: 1.5rem;
    line-height: 2.2rem;
  }
  .sidebar-list br{
    display: none;
  }
}
@media(max-width:767.98px){
  .sidebar {
    position: relative;
    top: 0;
    width: 100%;
    padding: 2.4rem;
    margin-right: 0;
  }
  .sidebar-list li {
    margin-bottom: 1.6rem;
    font-size: 1.5rem;
    line-height: 2.4rem;
  }
  .sidebar-list br{
    display: none;
  }
}