.desktop {
  background-color: #003cd4;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  display: flex;
  position: relative;
}

.desktop .frame {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  gap: 2rem;
  width: 100%;
  display: flex;
  position: relative;
}

.desktop .div-wrapper {
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.desktop h1 {
  color: #fff;
  letter-spacing: 0;
  text-align: center;
  align-self: stretch;
  font-size: 6rem;
  font-weight: 700;
  line-height: normal;
  position: relative;
  font-family: Bebas Neue, Helvetica !important;
}

.desktop .text-wrapper {
  color: #fff;
  letter-spacing: 0;
  font-size: 4.5rem;
  font-weight: 700;
  font-family: Bebas Neue, Helvetica !important;
}

.desktop .span {
  font-size: 9rem;
}

@media only screen and (width <= 600px) {
  .desktop .text-wrapper {
    font-size: 3.5rem;
  }

  .desktop h1 {
    font-size: 5rem;
  }
}

.desktop .strategic-marketing {
  color: #fff;
  letter-spacing: 0;
  text-align: center;
  align-self: stretch;
  font-family: Circular Std-Book, Helvetica;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: normal;
  display: inline-block;
  position: relative;
}

.desktop .div {
  background-color: #fff;
  border-radius: .4rem;
  flex: none;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  padding: 1rem 1.5rem 1rem 1.2rem;
  display: inline-flex;
  position: relative;
}

.desktop .calendar-lines {
  width: 1.2rem;
  position: relative;
}

.desktop .book-a-consult {
  color: #000;
  letter-spacing: 0;
  text-align: center;
  width: fit-content;
  font-family: Circular Std-Bold, Helvetica;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: normal;
  position: relative;
}

.desktop .frame-2 {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 1rem;
  width: 100%;
  padding: 0 3rem 2rem;
  display: inline-flex;
}

.desktop .text-wrapper-2 {
  color: #fff;
  letter-spacing: 0;
  white-space: nowrap;
  width: fit-content;
  font-family: Circular Std-Medium, Helvetica;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 2rem;
  position: relative;
}

.desktop .frame-3 {
  flex: none;
  align-self: stretch;
  align-items: center;
  gap: 1.5rem;
  width: 100%;
  display: flex;
  position: relative;
}

.desktop .text-wrapper-3 {
  color: #fff;
  letter-spacing: 0;
  text-align: right;
  width: fit-content;
  font-family: Circular Std-Medium, Helvetica;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: normal;
  position: relative;
}
/*# sourceMappingURL=index.c41b5a0e.css.map */
