 

.pgtp {
  padding-top: 52px;
}

.pgtp .pghd {
  margin-bottom: 34px;
}

.pgtp .pgey {
  margin: 0 0 8px;
  color: var(--pg-green);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .08em;
}

.pgtp .pghd h2 {
  margin: 0 0 12px;
  color: var(--pg-blue);
  font-size: 42px;
  line-height: 1.15;
}

.pgtp .pgit {
  height: 285px;
}

@media (max-width: 1000px) {
  .pgtp .pgit {
    height: 240px;
  }
}

@media (max-width: 760px) {
  .pgtp {
    padding-top: 38px;
  }

  .pgtp .pghd {
    margin-bottom: 27px;
  }

  .pgtp .pghd h2 {
    font-size: 34px;
  }

  .pgtp .pgit {
    height: 220px;
  }
}

@media (max-width: 520px) {
  .pgtp .pgit {
    height: 250px;
  }
}
