p.lawssection {
  font-size: 1.3rem;
}
 
.footer__section--main {
    padding-bottom: 0rem;

  /* Mobile Adjustments */
  @media only screen and (max-width: 768px) {


    #rtext__footer_copyright img {
      display:none;
    }
    
    
    
  }  
    
    /* Tablet Adjustments */
  @media only screen and (max-width: 1140px) {
    
    
  }