.tech_second_block {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.tech_second_block .central_title {

  font-size: 36px;
}

@media screen and (max-width: 780px) {
  .tech_second_block .central_title {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 670px) {
  .tech_second_block .central_title {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 560px) {
  .tech_second_block .central_title {
    padding-bottom: 60px;
  }
}

@media screen and (max-width: 1370px){
.tech .form_block--container .block_with_form__left{
    order: -1;

}

}/*# sourceMappingURL=tb__second-block.css.map */