/**
 * Theme Name: Progressive Forces Style
 * Template: neve
 */
 
.pfsa-tight-columns
{
  gap: 0 !important;
}

.pfsa-no-bottom-padding
{
   margin-bottom: 0;
}

.pfsa-contacts-block a
{
   text-decoration: none;
   color: inherit;
}

@media (max-width: 781px) {

   .pfsa-hide-on-mobile
   {
      display: none;
   }
}