/* Home and Join For Free Pages */

#wf-signup-form-home .w-button,
#wf-signup-form-join-for-free .w-button {
  white-space: normal;
  height: auto;
}

@media screen and (max-width: 479px) {
  .layout16_item-text-wrapper > .layout16_text {
    font-size: 3.25vw;
  }
}

@media screen and (min-width: 480px) and (max-width: 767px) {
  .layout16_item-text-wrapper > .layout16_text {
    font-size: 2.25vw;
  }
}

@media screen and (min-width: 767px) {
  .layout16_item-text-wrapper > .layout16_text {
    font-size: 1.25vw;
  }
}

.flex-items-center-gap-2-text-gray-600-text-sm-mb-2 * {
  font-size: 0.8rem !important;
}

.flex-items-center-gap-2-text-gray-600-text-sm-mb-2 {
  max-width: 550px !important;
}
