#about {
  width: calc(100dvw - 8px);
  height: auto;
  border: solid 4px black;
  margin: 0;
  background-color: #A6FFF2;
  display: flex;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#about .center {
  margin: 63px 0px;
  width: 50%;
}
#about .text {
  margin-top: 1.2em;
}
#about .cta_btn {
  margin-top: 23px;
}
@media screen and (min-width: 1023px) {
  #about {
    width: calc(100% - 8px);
  }
  #about .center {
    margin: 126px 0px;
  }
}/*# sourceMappingURL=about.css.map */