@charset "utf-8";
/* CSS Document */

.l-content__container h3,
.l-content__container h3 strong{
    font-size: 1.1875rem;
}
@media screen and (min-width: 64em){
	.l-content__container h3,
	.l-content__container h3 strong{
	    font-size: 1.5rem;
	}
}
.marginBottom0{
    margin-bottom: 0 !important;
}

.l-content__container h3{
	margin-bottom: 10px;
}

.l-content__container,
.l-content__container p,
.l-content__container strong,
.l-content__container ul,
.l-content__container ul li{
	font-size: 14px;
	line-height: 1.7;
}

.l-content__container p{
	margin-bottom: 30px;
}
