@media screen and (max-width:1200px) and (min-width:1084px) {
   section.m-feature.full-width .c-paragraph-1 , section.m-feature.full-width .c-heading-3[style] {
    font-size: 15px !important;
 }
}

@media screen and (max-width:950px) and (min-width:768px) {
  section.m-feature.full-width .c-paragraph-1 , section.m-feature.full-width .c-heading-3[style] {
    font-size: 12px !important;
 }
}

