.pg-section {
  display: flex;
}
.pg-section [class*="pg-btn"] {
  z-index: 1;
}
.pg-section-item,
.pg-section-item-1,
.pg-section-item-2,
.pg-section-item-3 {
  flex-direction: column;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 60px 75px 40px 75px;
}
@media (max-width: 767px) {
  .pg-section-item,
  .pg-section-item-1,
  .pg-section-item-2,
  .pg-section-item-3 {
    padding: 60px 25px 40px 25px;
  }
}
.pg-section-item > h3,
.pg-section-item-1 > h3,
.pg-section-item-2 > h3,
.pg-section-item-3 > h3 {
  font-family: 'Larsseit-Bold', Arial, sans-serif;
  font-weight: bold;
  font-size: 30px;
  line-height: 34px;
  color: #058ad7;
  margin-bottom: 15px;
  z-index: 1;
}
.i18n-ru .pg-section-item > h3,
.i18n-ru .pg-section-item-1 > h3,
.i18n-ru .pg-section-item-2 > h3,
.i18n-ru .pg-section-item-3 > h3 {
  font-family: 'Roboto-Bold', Arial, sans-serif;
  font-weight: bold;
}
.pg-section-item > h4,
.pg-section-item-1 > h4,
.pg-section-item-2 > h4,
.pg-section-item-3 > h4 {
  font-family: 'Larsseit-Bold', Arial, sans-serif;
  font-weight: bold;
  font-size: 13px;
  line-height: 18px;
  color: #058ad7;
  text-transform: uppercase;
  margin-bottom: 15px;
  z-index: 1;
}
.i18n-ru .pg-section-item > h4,
.i18n-ru .pg-section-item-1 > h4,
.i18n-ru .pg-section-item-2 > h4,
.i18n-ru .pg-section-item-3 > h4 {
  font-family: 'Roboto-Bold', Arial, sans-serif;
  font-weight: bold;
}
.pg-section-item > p,
.pg-section-item-1 > p,
.pg-section-item-2 > p,
.pg-section-item-3 > p {
  font-family: 'Larsseit-Thin', Arial, sans-serif;
  font-weight: lighter;
  font-size: 16px;
  line-height: 24px;
  color: #121517;
  margin-bottom: 25px;
  z-index: 1;
}
.i18n-ru .pg-section-item > p,
.i18n-ru .pg-section-item-1 > p,
.i18n-ru .pg-section-item-2 > p,
.i18n-ru .pg-section-item-3 > p {
  font-family: 'Roboto-Thin', Arial, sans-serif;
  font-weight: lighter;
}
.i18n-ja .pg-section-item > p,
.i18n-ja .pg-section-item-1 > p,
.i18n-ja .pg-section-item-2 > p,
.i18n-ja .pg-section-item-3 > p {
  font-weight: normal;
}
.pg-section-item {
  flex: 1 1 auto;
}
@media (max-width: 1199px) {
  .pg-section-item {
    padding: 60px 25px 40px 25px;
  }
  .pg-section-item >h1 {
    padding: 0 25px 0 25px;
  }
  .pg-section-item >h3 {
    padding: 0 25px 0 25px;
  }
  .pg-section-item >h4 {
    padding: 0 25px 0 25px;
  }
  .pg-section-item >p {
    padding: 0 25px 0 25px;
  }
  .pg-section-item >p br {
    display: none;
  }
}
@media (max-width: 767px) {
  .pg-section-item {
    padding: 60px 25px 40px 25px;
  }
  .pg-section-item h1 {
    font-size: 35px;
    line-height: 40px;
  }
  .pg-section-item h3 {
    font-size: 25px;
    line-height: 32px;
    padding: 0;
  }
  .pg-section-item h4 {
    padding: 0;
  }
  .pg-section-item p {
    padding: 0;
  }
  .pg-section-item p br {
    display: none;
  }
}
