.calendly-block--content {
  display: grid;
  grid-template-columns: 1fr;
  margin: auto;
  max-width: 1700px;
}
@media screen and (min-width: 1750px) {
  .calendly-block--content {
    grid-template-columns: 1000px 1fr;
    justify-items: center;
  }
}
.calendly-block--content .text-content {
  max-width: 750px;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr;
  justify-content: center;
  width: auto;
  gap: 2em 1em;
  color: #d7d4d9;
  text-align: center;
}
@media screen and (min-width: 700px) {
  .calendly-block--content .text-content {
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    justify-items: center;
    text-align: left;
  }
}
.calendly-block--content .text-content div {
  max-width: 350px;
}
.calendly-block--content .text-content p {
  font-size: 18px;
  font-size: calc(16px + 4 * (100vw - 400px) / 1700);
  font-weight: 400;
}

.embed-container {
  width: 100%;
  max-width: 1000px;
  margin: auto;
  height: 1100px;
}
@media screen and (min-width: 1032px) {
  .embed-container {
    height: 800px;
  }
}
.embed-container iframe {
  height: 1100px;
}
@media screen and (min-width: 1032px) {
  .embed-container iframe {
    height: 800px;
  }
}

/*# sourceMappingURL=calendly-block.css.map */
