
 /*Large devices (desktops, 992px and up)*/
 @media (max-width: 992px) {
  .side-menu{
   margin-top: 2em;
  }
  #rpm-section{
   margin-top: 5.5em;
  }
 }

/* Medium devices (tablets, 768px and up)*/
@media (max-width: 768px) {

}

 /* Small devices (landscape phones, 576px and up)*/
 @media (max-width: 576px) {

 }
