/*
Theme Name: Neuromed
Author: Neuromed
Author URI: Neuromed
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

.navigation ul li > ul {
	padding-top: 20px;
}
.acf-map {
	height: 100%;
	width: 100%;
}
.section_map #map {
overflow: hidden;
}

@media screen and( max-width: 568px ) {
	.section_map #map {
		height: 330px;
	}
}

.navigation ul li > ul li > a {
	padding: 5px 12px;
}
.start .swiper-slide .content h2 {
line-height: 1.4;
}
main .gutenberg ul {
padding-left: 20px;
    list-style-type: disc;
}
main .gutenberg ul li{
	font-size: 2.2rem;
    line-height: 1.4;
    font-weight: 300;
	padding-left: 0px;
}
main .gutenberg ul li:before {
	display: none;
}
@media screen and ( max-width: 992px ) {
main .gutenberg ul li{
	font-size: 16px!important;
}
}