@media only screen and (min-width: 768px) {
  .filter-buttons {
    text-align: center;
  }
  .filter-buttons .btn {
    display: inline-block;
    width: auto;
    font-size: 16px;
    padding: 6px 15px;
  } 
  h2 {
    font-size: 54px;
    line-height: 63px;
  }
  .photo-booth p {
    font-size: 16px;
    line-height: 22px;
  }
  h3 {
    font-size: 43px;
  }
  .creative-photo-booth p,
  .balloon-section-with-video p,
  .decorations-section p {
    font-size: 15px;
    line-height: 22px;
  }
  .cta-section h2 {
    font-size: 50px;
  }
  .subha-image {
    width: 400px;
    height: 400px;
  }
}