.title-subtitle{
    padding: 30px 10px 30px 0;
}
.title-subtitle h1{
    font-size: 3.1em !important;
    line-height: 115%;
}
.title-subtitle h1 + p{
	line-height: 1.5em;
	font-size: 1.1em !important;
}
.title-subtitle h2 { 
    font-size: 1.9em;
}
.title-subtitle h2 + p{
	line-height: 1.65em;
    font-size: 1.15em !important;
}
@media screen and (max-width:768px) {
    .title-subtitle h1 {
        font-size: 1.9em !important;
        line-height: 120%;
    }
    .title-subtitle h1{
        padding-bottom: 0px;
    }
}