.uxArticle.uxArticle-fullWidth.mb-20 {
  margin-bottom: 20px;
}
.uxArticle.uxArticle-fullWidth.mb-20 h2.h2 {
  margin-top: 30px;
}
div.uxArticle.uxArticle-fullWidth:nth-child(1) {
  margin-top: 20px;
}
div.uxArticle.uxArticle-fullWidth:last-child {
  margin-top: 20px;
}
.box-3columns_box.box-information-blue p.b1 {
  padding-bottom: 0;
}
div.box-3columns_box.box-information-blue {
  justify-content: space-evenly;
}
@media screen and (max-width: 768px) {
  .uxArticle.uxArticle-fullWidth.mb-20 h2.h2 {
    margin-top: 20px;
  }
  div.box-3columns_box.box-information-blue {
    flex: 100%;
  }
}
@media screen and (max-width: 425px) {
  .uxArticle.uxArticle-fullWidth.mb-20 {
    margin-bottom: 10px;
  }
  .uxArticle.uxArticle-fullWidth.mb-20 h2.h2 {
    margin-top: 10px;
  }
}