@media only screen and (min-width: 768px) {
	.title-big {
    	font-size: 120px !important;
    	line-height: 150px !important;
	}
}
.title-small {
    font-size: 20px !important;
    line-height: 36px !important;
}