/**
 * Do not edit this file! Its made from /bitrix/templates/responsive/layout/gulpfile.js
 */

.page-block {
  margin-bottom: 40px !important;
}
@media (max-width: 480px) {
  .page-block {
    margin-bottom: 34px !important;
  }
}
.page-block__title {
  margin-bottom: 20px;
  font-size: 40px;
  line-height: 1.25;
  font-weight: 700;
  text-align: center;
  max-width: initial;
}
@media (max-width: 992px) {
  .page-block__title {
    margin-bottom: 12px;
    font-size: 20px;
    line-height: 26px;
  }
}
