.pg-boxes {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
.pg-boxes .pg-box {
  flex: 1 1 170px;
  height: 170px;
  background: rgba(62,77,92,0.55);
  text-align: center;
  margin: 12px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 25px 15px 15px 15px;
  border-radius: 4px;
}
.i18n-ru .pg-boxes .pg-box {
  height: 180px;
  padding: 15px;
}
.pg-boxes .pg-box h4 {
  font-family: 'Larsseit-Bold', Arial, sans-serif;
  font-weight: bold;
  color: #058ad7;
  font-size: 10px;
  line-height: 12px;
  margin: 0 0 10px 0;
  text-transform: uppercase;
}
.i18n-ru .pg-boxes .pg-box h4 {
  font-family: 'Roboto-Bold', Arial, sans-serif;
  font-weight: bold;
}
.pg-boxes .pg-box p {
  font-family: 'Larsseit-Thin', Arial, sans-serif;
  font-weight: lighter;
  font-size: 12px;
  line-height: 16px;
  color: #d7e1ea;
  margin: 0;
}
.i18n-ru .pg-boxes .pg-box p {
  font-family: 'Roboto-Thin', Arial, sans-serif;
  font-weight: lighter;
}
.i18n-ja .pg-boxes .pg-box p {
  font-weight: normal;
}
.pg-boxes .pg-box svg {
  margin: 0 auto 12px auto;
}
@media (max-width: 767px) {
  .pg-boxes .pg-box {
    flex: 1 1 auto;
    height: auto;
  }
}
