.customh1 { font-size: 60px !important}
.customh1 h1 { font-size: 60px !important}

.customh2 { font-size: 50px !important}
.customh2 h2 { font-size: 50px !important}


.customh1 .qubely-heading-selector {
    font-size: 50px !important;
    margin-bottom: 20px;
}

.customh2 .qubely-block-text-title {
    font-size: 50px !important;
}

/* Mobile Size */
@media(max-width:767px){
	
.customh1 .qubely-heading-selector {  font-size: 40px !important;    margin-bottom: 20px;}
.customh1 h1 { font-size: 40px !important}
.customh1 {  font-size: 40px !important;}

.customh2 .qubely-block-text-title {  font-size: 30px !important;}
.customh2 h2 { font-size: 30px !important}

}