.FSTermsContainer{
  width: 100%;
}
.FSTerms{
  width: 100%;
}
.FSTermsHeader{
  line-height: 130%;
  color: #FFFFFF;
  text-align: center;
}
.FSTermsDescription{
  text-align: center;
  font-weight: 700;
  font-size: calc(var(--font-size-xl) - 4px);
  line-height: 149%;
  color: #FF289C;
}
@media (max-width: 1200px) {
  .FSTermsDescription{
    font-size: var(--font-size-lg);
  }
}