.component__heading-h2{
  font-size:1.375rem;
  margin:0 0 .75rem;
}
@media screen and (min-width:768px){
  .component__heading-h2{
    font-size:1.875rem;
    margin-bottom:1rem;
  }
}
@media screen and (min-width:1200px){
  .component__heading-h2{
    font-size:2.5rem;
    margin-bottom:1.5rem;
  }
}