/*
Theme Name: Neve Child
Theme URI: https://themeisle.com/themes/neve/
Description: A child theme for Neve.
Author: Gurjinder
Author URI: https://yourwebsite.com
Template: neve
Version: 1.0.0
*/

/* Add your custom CSS here */
@media (max-width: 768px) {
    .footer--row .wp-block-social-links {
	  justify-content: center;
	}
	.footer--row .hfg-slot { 
	  margin-bottom: 15px;
	}
	.footer--row .widget-area .widget_block {
		margin-bottom: 10px;
	}
	.footer--row .widget-area .widget_block h3 { 
	  margin-bottom: 15px;
	}
	.footer--row .builder-item {
	  padding-right: 15px;
	  padding-left: 15px;
	}
}

