.circo-text {
  padding: 60px 25px;
}
.circo-text .circo-text-wrapper {
  width: 100%;
  margin: 0 auto;
}
.circo-text .circo-text-wrapper p {
  text-align: center;
  margin: 35px 0;
  font-family: "Anomique";
  font-size: 24px;
  line-height: 38px;
  font-weight: 200;
}
.circo-text .circo-text-wrapper p:last-of-type {
  margin: 35px 0 0 0;
}
@media screen and (min-width: 992px) {
  .circo-text .circo-text-wrapper {
    max-width: 800px;
    width: 60vw;
    margin: 0 auto;
  }
}
.wp-admin .circo-text {
  padding: 0;
}
