/* compiled by scssphp 1.6.0 on Sun, 12 Mar 2023 18:02:53 +0000 (0.1829s) */

html body#root .section.usps .container {
  max-width: 1100px;
  margin: auto;
}
html body#root .section.usps .usps {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background-color: #f8f9f9;
}
@media only screen and (max-width: 59.9375rem) {
  html body#root .section.usps .usps {
    padding: 10px 0;
  }
}
html body#root .section.usps .usp {
  margin: 0 10px;
  padding: 20px 40px;
  color: #FA6216;
  text-align: center;
}
@media only screen and (max-width: 59.9375rem) {
  html body#root .section.usps .usp {
    padding: 10px 20px;
    width: 100%;
  }
}
html body#root .section.usps .usp .title {
  padding-left: 10px;
}
@media only screen and (max-width: 59.9375rem) {
  html body#root .section.usps .usp .title {
    font-size: 14px;
  }
}
html body#root .section.usps .usp .icon {
  font-size: 20px;
}
@media only screen and (max-width: 59.9375rem) {
  html body#root .section.usps .usp .icon {
    font-size: 18px;
  }
}
