.berkshire-swash-regular {
  font-family: "Berkshire Swash", serif;
  font-weight: 400;
  font-style: normal;
}
.hero h1, .hero_about h1 {
  font-family: "Berkshire Swash", serif;
  font-weight: 400;
  font-style: normal;
  color:#000000;
  font-size: 54px;
}
.hero h1 span, .hero_about h1 span {
  color:#ff7a7b;
}
.hero p, .hero_about p {
  font-size: 16px;
  color:#000000;
}

.hero .btn-get-started, .hero_about .btn-get-started {
  font-size: 12px;
}
.hero.section{
  background: rgb(239,215,239);
background: linear-gradient(90deg, rgba(239,215,239,0.65) 0%, rgba(245,249,252,0.65) 33%, rgba(248,234,225,0.65) 67%, rgba(234,248,249,0.65) 100%);
}
section#about{
  background-color: #FFFFFF;
}