.pg-demo-box {
  position: relative;
  border-top: 4px solid #058ad7;
  background-color: #fff;
  height: auto;
}
.pg-demo-box h4 {
  font-family: 'Larsseit-Bold', Arial, sans-serif;
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  font-size: 1.17vw;
  line-height: 1.61vw;
  margin-bottom: 20px;
  margin-bottom: 1.46vw;
  color: #058ad7;
}
.i18n-ru .pg-demo-box h4 {
  font-family: 'Roboto-Bold', Arial, sans-serif;
  font-weight: bold;
}
@media (max-width: 991px) {
  .pg-demo-box h4 {
    font-size: 16px;
    line-height: 22px;
    font-size: 2.08vw;
    line-height: 2.86vw;
  }
}
@media (max-width: 767px) {
  .pg-demo-box h4 {
    font-size: 16px;
    line-height: 22px;
  }
}
@media (max-width: 991px) {
  .pg-demo-box h4 {
    margin-bottom: 20px;
    margin-bottom: 2.6vw;
  }
}
@media (max-width: 767px) {
  .pg-demo-box h4 {
    margin-bottom: 20px;
  }
}
.pg-demo-box [class*="pg-btn"] {
  margin-bottom: 30px;
  margin-bottom: 2.2vw;
  width: 100%;
}
@media (max-width: 991px) {
  .pg-demo-box [class*="pg-btn"] {
    margin-bottom: 30px;
    margin-bottom: 3.91vw;
  }
}
@media (max-width: 767px) {
  .pg-demo-box [class*="pg-btn"] {
    margin-bottom: 30px;
  }
}
.pg-demo-box header {
  color: #058ad7;
  font-family: 'Larsseit-Regular', Arial, sans-serif;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  font-size: 1.02vw;
  line-height: 1.46vw;
  margin-top: 20px;
  margin-top: 1.46vw;
}
.i18n-ru .pg-demo-box header {
  font-family: 'Roboto-Regular', Arial, sans-serif;
  font-weight: normal;
}
@media (max-width: 991px) {
  .pg-demo-box header {
    font-size: 14px;
    line-height: 20px;
    font-size: 1.82vw;
    line-height: 2.6vw;
  }
}
@media (max-width: 767px) {
  .pg-demo-box header {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (max-width: 991px) {
  .pg-demo-box header {
    margin-top: 20px;
    margin-top: 2.6vw;
  }
}
@media (max-width: 767px) {
  .pg-demo-box header {
    margin-top: 20px;
  }
}
.pg-demo-box-teaser-img {
  margin-bottom: 10px;
  margin-bottom: 0.73vw;
}
@media (max-width: 991px) {
  .pg-demo-box-teaser-img {
    margin-bottom: 10px;
    margin-bottom: 1.3vw;
  }
}
@media (max-width: 767px) {
  .pg-demo-box-teaser-img {
    margin-bottom: 10px;
  }
}
.pg-demo-box-teaser-img img {
  width: 100%;
}
