.sidebar{
  position: sticky;
  top: 11rem;
  border: 1px solid var(--border-color);
  border-radius: 0.4rem;
  padding: 4.8rem;
}
.sidebar p{
  font-size: 1.8rem;
  line-height: 180%;
  margin-bottom: 1.6rem;
}
.sidebar p strong{
  font-weight: 500;
}
.sidebar li a{
  color: var(--bodt-text);
  text-decoration: underline !important;
}
.sidebar li a:hover{
  color: var(--blue);
}
.sidebar-btn .btn:nth-child(n + 2){
  margin-top: 1rem;
}
@media(min-width:1360px) and (max-width:1403.98px){
  .sidebar {
    top: 10rem;
    padding: 4.3rem;
  }
  .sidebar p {
    font-size: 1.7rem;
  }
}
@media(min-width:1200px) and (max-width:1359.98px){
  .sidebar {
    top: 10rem;
    padding: 3.2rem;
  }
  .sidebar p {
    font-size: 1.6rem;
  }
}
@media(min-width:992px) and (max-width:1199.98px){
  .sidebar {
    top: 9rem;
    padding: 2.4rem;
  }
  .sidebar br{
    display: none;
  }
  .sidebar p {
    font-size: 1.5rem;
    line-height: 160%;
    margin-bottom: 1rem;
  }
}
@media(min-width:768px) and (max-width:991.98px){
  .sidebar {
    position: relative;
    top: 0;
    margin-top: 3.2rem;
    padding: 4rem;
  }
  .sidebar br{
    display: none;
  }
  .sidebar p {
    font-size: 1.6rem;
    margin-bottom: 1.2rem;
  }
}
@media(max-width:767.98px){
  .sidebar {
    position: relative;
    top: 0;
    padding: 2.8rem;
    margin-top: 2.4rem;
  }
  .sidebar br{
    display: none;
  }
  .sidebar p {
    font-size: 1.6rem;
    margin-bottom: 1.2rem;
  }
}