 /*
Theme Name: hellofinca
Theme URI: http://localhost/deneb/
Author: Green Cubes
Author URI: http://localhost/deneb/
Description: My Site
Version: 1.0
Tags: bootstrap
*/
.footer-top-block ul li a{
    padding: 0;
}
div#pl-14 {
/*     padding-top: 100px; */
    padding-bottom: 0 !important;
}
.privacy-policy .container {
    padding-top: 100px;
    padding-bottom: 100px;
}
h2.wp-block-heading {
    padding-top: 20px;
}
h2.wp-block-heading:first-child {
    padding-top: 0;
}


.panel-layout h1, .panel-layout h2, .panel-layout h3, .panel-layout h4, .panel-layout h5, .panel-layout h6, .panel-layout p, .panel-layout ul {
    margin: 10px 0;
}

/*  MEDIA  */

@media(max-width:991px) {
	div#pl-14 {
/*     padding-top: 100px; */
		padding-bottom: 60px;
	}
	.privacy-policy .container {
		padding-top: 60px;
		padding-bottom: 60px;
	}
}

@media(max-width:600px) {
	div#pl-14 {
/*     padding-top: 100px; */
		padding-bottom: 40px;
	}
	.privacy-policy .container {
		padding-top: 40px;
		padding-bottom: 40px;
	}
}