.phones-wrap {
  display: flex;
  flex-wrap: nowrap;
  font-size: 18px;
}
.phones-wrap .phone-community {
  width: 250px;
}
.phones-wrap p:not(:last-of-type) {
  margin-bottom: 0;
}

.schedule-apptmt-wrap iframe {
  height: 42rem;
}
.schedule-apptmt-wrap #text {
  display: none;
}
// Rich text field with only Bold, Link, and Image available in the Toolbar
{
  "name": "description",
  "label": "Description",
  "required": false,
  "locked": false,
  "type": "richtext",
  "default": null,
  "enabled_features": ["bold", "link", "image"]
}