.cmsSection{
    width: 100%;
    padding: 100px 0 0;
}
.cmssection-head{
    font-size: 36px;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    line-height: 1.2;
    color: #404041;
    text-align:center;
    margin: 0;
    margin-bottom: 20px;
}
.cmssection-head{
    font-size: 36px;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    line-height: 1.2;
    color: #404041;
    text-align:center;
    margin: 0;
    margin-bottom: 20px;
}
.cms-content{
    color: #404041;
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    line-height: 24px;
    text-align: center;
    max-width: 1100px;
    margin: 0 auto;
}

@media screen and (max-width:1440px){
    .cmsSection{ padding: 70px 0 0; }
    .cmssection-head{
    	font-family: 'Lato', sans-serif;
    	font-size: 34px;
    	margin-bottom: 20px;
    }
}
@media screen and (max-width:1200px){
    .cmssection-head{ font-size: 32px; margin-bottom: 10px; }
}
@media screen and (max-width:1080px){  
    .cmssection-head{ font-size: 30px; } 
}
@media screen and (max-width:991px){
    .cmssection-head{ font-size: 28px; }  
}
@media screen and (max-width:767px){
    .cmssection-head{ font-size: 24px;  } 
    .cmsSection{ padding:50px 0 0; }   
}
@media screen and (max-width:576px){
    .cmssection-head{ font-size: 22px; } 
}
@media screen and (max-width:476px){
    .cmssection-head{ font-size: 20px;  } 
    .cmsSection{ padding:30px 0 0; }   
}