.bg-lightred {
  background-color: #f7f7f7;
}

.bg-red {
  background: #ff4550;
}

.bg-lightred {
  background: #f7f7f7;
}

.bg-mango {
  background: #fdc06f;
}

.bg-skyblue {
  background: #1cc4f3;
}

.bg-green {
  background: #89c541;
}

.bg-green-2 {
  background: #4cbc9a;
}

.bg-orange {
  background: #f26929;
}

.bg-magnolia {
  background: #f3f4fe;
}

.bg-lightpurple {
  background: #a098ae;
}

.bg-purple {
  background: #9f2c93;
}

.bg-rhino {
  background: #303972;
}

.text-red {
  color: #ff4550;
}

.text-lightred {
  color: #f7f7f7;
}

.text-mango {
  color: #fdc06f;
}

.text-skyblue {
  color: #1cc4f3;
}

.text-green {
  color: #89c541;
}

.text-green-2 {
  color: #4cbc9a;
}

.text-orange {
  color: #f26929;
}

.text-magnolia {
  color: #f3f4fe;
}

.text-lightpurple {
  color: #a098ae;
}

.text-purple {
  color: #9f2c93;
}

.text-rhino {
  color: #303972;
}

body {
  padding: 20px;
}

main {
  width: 1535px;
  max-width: 100%;
  margin: 42px auto;
}

@media screen and (min-width: 1450px) {
  .calendar-event-list {
    grid-gap: 70px;
  }
}

.calendly-inline-widget {
  width: 100%;
  height: 700px;
}
/*# sourceMappingURL=appointment-01.css.map */