

/* BLOCKS CSS  */

/*************************************************************************/
/* Buttons  */

.res-btn .btn {
	margin-right: 3px;
	margin-left: 3px;
}

/* default  */
.res-btn-container-small{
	max-width: 850px;
	margin: 0 auto;
}

.title-line h2{
	position: relative;
	margin-bottom: 3rem;
}
.title-line h2:before {
	content: "";
    position: absolute;
    width: 5%;
    height: 3px;
    background-color: #ccc;
    bottom: -1.4rem;
	left: 47.5%
}
@media only screen and (max-width: 970px) {
.title-line h2:before {
    width: 15%;
	left: 42.5%
}
} 