.pt-51 {
  padding-top: 0px;
}

.placeholder {
  height: 80px;
}

.h3-isshow {
  display: none;
}

.h4-isshow {
  display: block;
}

@media (min-width: 576px) {
  .pt-51 {
    padding-top: 0px;
  }

  .placeholder {
    height: 80px;
  }

  .h3-isshow {
    display: none;
  }

  .h4-isshow {
    display: block;
  }
}

@media (min-width: 768px) {
  .pt-51 {
    padding-top: 0px;
  }

  .placeholder {
    height: 80px;
  }

  .h3-isshow {
    display: none;
  }

  .h4-isshow {
    display: block;
  }
}

@media (min-width: 992px) {
  .pt-51 {
    padding-top: 3rem !important;
  }

  .placeholder {
    height: 200px;
  }

  .h3-isshow {
    display: block;
  }

  .h4-isshow {
    display: none;
  }
}

@media (min-width: 1200px) {
  .pt-51 {
    padding-top: 3rem !important;
  }

  .placeholder {
    height: 200px;
  }

  .h3-isshow {
    display: block;
  }

  .h4-isshow {
    display: none;
  }
}

@media (min-width: 1400px) {
  .pt-51 {
    padding-top: 3rem !important;
  }

  .placeholder {
    height: 200px;
  }

  .h3-isshow {
    display: block;
  }

  .h4-isshow {
    display: none;
  }
}