.title-crossed h1.less {
	font-size: 30px;
}
.title-crossed h2.less {
	font-size: 15px;
}
.title-crossed h1.less,
.title-crossed h2.less {
	margin-bottom: 5px;
	text-align: center;
}
.title-crossed h1.cross,
.title-crossed h2.cross {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0;
    text-align: center;
    width: 100%;
}
.title-crossed h1.cross:before,
.title-crossed h1.cross:after,
.title-crossed h2.cross:before,
.title-crossed h2.cross:after {
    content: '';
    border-top: 4px solid;
    margin: 0 20px 0 0;
    flex: 1 0 20px;
}
.title-crossed h1.cross:after,
.title-crossed h2.cross:after {
    margin: 0 0 0 20px;
}
.row.grid {
	display: flex;
	align-items: center;
}
.row.grid img {
    width: 100%;
}
@media (max-width: 767px) {
    .row.grid {
        flex-wrap: wrap;
    }
}