.section-business
  .section-content
  .grid-container
  .grid-item-devs-payment
  .typography-headline-elevated {
  font-size: 48px;
}

@media only screen and (max-width: 1068px) {
  .section-business
    .section-content
    .grid-container
    .grid-item-devs-payment
    .typography-headline-elevated {
    font-size: 40px;
  }
}

@media only screen and (max-width: 734px) {
  .section-business
    .section-content
    .grid-container
    .grid-item-devs-payment
    .typography-headline-elevated {
    font-size: 32px;
  }
}
