.o-musps__content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.o-musps__title {
  font-family: var(--ff-secondary);
  text-align: center;
  font-weight: 400;
  max-width: 65%;
  letter-spacing: 0.01em;
  margin-bottom: 4rem;
  font-size: 1.8rem;
}
.o-musps__usp-text {
  font-family: var(--ff-primary);
  text-decoration: none;
  font-size: 1.1rem;
}
.o-musps__usps-container {
  text-align: center;
  margin-bottom: 4rem;
  max-width: 95%;
}
.o-musps__usp-block {
  padding: 1.5rem 2rem;
  border: 1.7px solid var(--color-primary);
  margin-top: -1px;
  margin-bottom: -1px;
  overflow-wrap: break-word;
}
@media screen and (min-width: 768px) {
  .o-musps__usp-block {
    border: 2px solid var(--color-primary);
  }
}
@media screen and (min-width: 768px) {
  .o-musps__usps-container {
    display: flex;
    flex-wrap: wrap;
    min-width: 80%;
  }
  .o-musps__usp-block {
    margin-bottom: 0;
    margin-right: -1.7px;
    flex-basis: 33.4%;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .o-musps__usp-block {
    margin-right: -2px;
  }
}
