cytropics
Hi
You have this code in custom.css file that adding the text value for h2
h2, .h2 {
text-align: left;
padding-top: 40px;
font-family: 'Oswald', serif;
font-size: 21px;
font-weight: 700;
margin: 0px 0px 10px 0px;
padding: 10px 0px 0px 0px;
}
Add this code in custom css file for heading 1 text size for small views
@media(max-width:768px){.slide-desc h1 {font-size:12px;}}