.title_top {
	position: relative;
	display: block;
	width:100%;
	margin-top:70px;
	margin-bottom: 42px;
	letter-spacing: 0.1em;
	color:#9d9d9d;
	font-size: 25px;
	line-height:1;
	text-align: center;
	font-family: adobe-garamond-pro, serif;
	font-feature-settings: "palt";
	font-weight:bold;

	@media (max-width: 768px) {
	 font-size: 19px;
}
}

.title_top span {
	font-size:1.5em;
margin-bottom:15px;
display:block;
	position: relative;
	margin: auto;
	padding-bottom: 15px;
	letter-spacing: 0;
	color: #281a14; line-height: 56px; font-size: 50px;
	/*font-family: 'Josefin Sans', sans-serif;*/
	font-feature-settings: "palt";
	background-size: contain;
	background-image: -webkit-linear-gradient(0deg, #281a14 0%, #281a14 100%);
	background-image: -moz-linear-gradient(0deg, #281a14 0%, #281a14 100%);
	background-image: -o-linear-gradient(0deg, #281a14 0%, #281a14 100%);
	background-image: linear-gradient(90deg, #281a14 0%, #281a14 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}


    a.btn--big {
		@media screen and (max-width: 767px) {
padding: 1rem 3rem !important;
		}
    }
