 #execphp-3 {
    width: 50%;
 }
 
 
 .site-footer {
	 margin-top: 0 !important;
 }

 #nav_menu-3, #nav_menu-4 {
    width: 22%;
 }
 
 .execphpwidget h4 {
    margin-top: 0;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-size: 1.4em;
    font-weight:400;
/*     border-bottom: 2px solid #e6e6e6; */
    width: max-content;
    
}

.execphpwidget p {
    margin-bottom: 0;
}

footer p.footer-legal-item, 
footer #nav_menu-4 ul li,
footer #nav_menu-3 ul li {
	font-weight: 300;
}

footer .footer-legal-item a {
	font-weight: 500;
}


@media screen and (max-width:867px) {
   .site-footer .widgets .widget, 
   .execphpwidget {
      display: flex;
      flex-direction: column;
      align-items: space-around;

      justify-content: center;
   }

   h4.footer-logo {
      text-align: center;
      font-size: 2em;
   }


   .execphpwidget p a {
      font-weight: 600 !important;
   }

}
