.tech-page {
  font-size: 16px;
  color: #000;
  margin-bottom: 140px;
  line-height: 22px;
}
@media (max-width: 992px) {
  .tech-page {
    margin-bottom: 55px;
  }
}
@media (max-width: 767px) {
  .tech-page {
    font-size: 14px;
  }
}
.tech-page p {
  margin: 0;
}
.tech-page p:not(:last-child) {
  margin-bottom: 15px;
}
.tech-page p + h2, .tech-page p + h3, .tech-page p + h4, .tech-page p + h5, .tech-page p + h6 {
  margin-top: 60px;
}
@media (max-width: 992px) {
  .tech-page p + h2, .tech-page p + h3, .tech-page p + h4, .tech-page p + h5, .tech-page p + h6 {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .tech-page p + h2, .tech-page p + h3, .tech-page p + h4, .tech-page p + h5, .tech-page p + h6 {
    margin-top: 20px;
  }
}
.tech-page .img-block {
  font-size: 0;
  margin-bottom: 50px;
  overflow: hidden;
  border-radius: 12px;
  line-height: normal;
}
@media (max-width: 767px) {
  .tech-page .img-block {
    margin-bottom: 30px;
    height: 154px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.tech-page .img-block img {
  max-width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  .tech-page .img-block img {
    max-width: unset;
    height: 100%;
    width: auto;
  }
}
.tech-page .h2 {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .tech-page .h2 {
    margin-bottom: 20px;
  }
}
.tech-page h3,
.tech-page .h3 {
  font-size: 32px;
  margin-top: 0;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .tech-page h3,
  .tech-page .h3 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .tech-page h3,
  .tech-page .h3 {
    font-size: 16px;
    margin-bottom: 15px;
  }
}
.tech-page * + .img-block {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .tech-page * + .img-block {
    margin-top: 30px;
  }
}