/* compiled by scssphp v0.6.3 on Fri, 29 Oct 2021 07:25:14 +0200 (0.1068s) */

/* line 4, sass/usp.scss */
/* line 5, sass/usp.scss */
/* line 6, sass/usp.scss */
html #root #wrap_all .section.usp .container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: space-around;
  -ms-flex-pack: space-around;
  justify-content: space-around;
  max-width: 1205px;
}
@media only screen and (max-width: 63.9375rem) {
  html #root #wrap_all .section.usp .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media only screen and (max-width: 37.4375rem) {
  html #root #wrap_all .section.usp .container {
    padding: 20px 0;
  }
}
/* line 20, sass/usp.scss */
html #root #wrap_all .section.usp .entry.usp {
  padding: 29px 50px;
}
@media only screen and (max-width: 63.9375rem) {
  html #root #wrap_all .section.usp .entry.usp {
    padding: 0 5vw;
    text-align: center;
  }
}
/* line 28, sass/usp.scss */
html #root #wrap_all .section.usp .entry.usp .icon {
  margin-right: 11px;
  vertical-align: top;
}
