/*!**********************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js!./components/usps/src/usps.scss ***!
  \**********************************************************************************************************************************************************************************************/
.Usps.Overview {
  flex-direction: column;
  gap: 4rem;
}
.Usps.Overview .extended {
  display: flex;
  gap: 8rem;
  width: 110rem;
  margin-inline: auto;
  max-width: 100%;
}
@media only screen and (max-width: 767px) {
  .Usps.Overview .extended {
    flex-direction: column;
    gap: 4rem;
  }
}
.Usps.Overview .extended .left {
  width: 45rem;
  min-width: 45rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media only screen and (max-width: 767px) {
  .Usps.Overview .extended .left {
    min-width: inherit;
    max-width: 100%;
  }
}
.Usps.Overview .extended .right {
  height: -moz-fit-content;
  height: fit-content;
  margin-top: 2rem;
}
.Usps.Overview .usp-title {
  background: linear-gradient(90deg, var(--themecolor4), var(--themecolor4));
  border-radius: 1rem;
  padding: 2rem 5rem;
  transition: all 0.3s ease-in-out;
}
.Usps.Overview .usp-title:hover, .Usps.Overview .usp-title.active {
  cursor: pointer;
  background: linear-gradient(90deg, var(--themecolor), var(--themecolor2));
  transform: rotate(-3deg);
}
.Usps.Overview .usp-content a {
  color: var(--themecolor3);
  text-decoration: underline;
}
.Usps.Overview .usp-content a:hover {
  text-decoration: none;
}
.Usps.Overview .usp-content > h3 {
  margin-bottom: 1rem;
}

/*# sourceMappingURL=usps.css.map*/