.post .post-data {
  display: flex;
  justify-content: space-between;
  margin-bottom: 35px;
}

.post .post-data>div {
  margin: auto 0;
}

.post {
  display: block;
  padding: 40px;
  width: 780px;
}

.post h1 {
  margin: 0 0 20px;
}

.post h2 {
  margin: 0 0 20px;
}

.post h3 {
  margin: 0 0 20px;
}

.post h4 {
  margin: 0 0 15px;
}

.post h5 {
  margin: 0 0 10px;
}

.post h6 {
  margin: 0 0 10px;
}

.post p {
  font-family: PTAstraSans-Regular;
  font-size: 22px;
  color: rgba(0, 0, 0, 0.87);
  /* line-height: 32px; */
  margin: 20px 0;
}

.post blockquote {
  background: #E3F2FD;
  padding: 40px;
  margin: 20px 0;
}

.post blockquote p {
  font-family: PTAstraSerif-Italic;
  font-size: 28px;
  color: rgba(0, 0, 0, 0.87);
  line-height: 44px;
  margin-bottom: 20px;
}

.post blockquote strong {
  font-family: PTAstraSans-Bold;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.87);
  text-transform: uppercase;
}

.post ul,
.post ol {
  padding: 0;
  margin: 10px 0 20px 0;
}

.post ol {
  counter-reset: myCounter;
}

.post ul li {
  list-style: none;
  font-family: PTAstraSans-Regular;
  font-size: 24px;
  color: rgba(0, 0, 0, 0.87);
  line-height: 32px;
  margin-bottom: 20px;
}

.post ul li:before {
  content: "—";
  margin-right: 20px;
  color: #F44336;
}

.post ol li {
  list-style: none;
  font-family: PTAstraSans-Regular;
  font-size: 24px;
  color: rgba(0, 0, 0, 0.87);
  line-height: 32px;
  margin-bottom: 20px;
}

.post ol li:before {
  counter-increment: myCounter;
  content: counter(myCounter);
  margin-right: 20px;
  color: #fff;
  text-align: center;
  display: inline-block;
  width: 36px;
  height: 36px;
  background: #F44336;
  border-radius: 20px;
}

.post hr {
  border-color: #F44336;
  margin: 20px 0;
}

.post .alignleft {
  float: left;
  margin: 10px 10px 10px 0;
}

.post .alignright {
  float: right;
  margin: 10px 0px 10px 10px;
}

.post .aligncenter {
  margin: 10px auto;
  display: block;
}

.post .size-full {
  width: 100%;
  height: auto;
  margin: 0 auto;
}

.post .wp-caption-text {
  font-family: PTAstraSans-Bold;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.38);
  margin: 5px 0 0;
}

.page-wrapper h1 {
  margin: 0 0 20px;
}

.page-wrapper h2 {
  margin: 0 0 20px;
}

.page-wrapper h3 {
  margin: 0 0 20px;
}

.page-wrapper h4 {
  margin: 0 0 15px;
}

.page-wrapper h5 {
  margin: 0 0 10px;
}

.page-wrapper h6 {
  margin: 0 0 10px;
}

.page-wrapper p {
  font-family: PTAstraSans-Regular;
  font-size: 24px;
  color: rgba(0, 0, 0, 0.87);
  line-height: 32px;
  max-width: 780px
}

.page-wrapper blockquote {
  background: #E3F2FD;
  padding: 40px;
  margin: 20px 0;
}

.page-wrapper blockquote p {
  font-family: PTAstraSerif-Italic;
  font-size: 36px;
  color: rgba(0, 0, 0, 0.87);
  line-height: 44px;
  margin-bottom: 20px;
}

.page-wrapper blockquote strong {
  font-family: PTAstraSans-Bold;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.87);
  text-transform: uppercase;
}

.page-wrapper ul,
.page-wrapper ol {
  padding: 0;
  margin: 10px 0 20px 0;
}

.page-wrapper ol {
  counter-reset: myCounter;
}

.page-wrapper ul li {
  list-style: none;
  font-family: PTAstraSans-Regular;
  font-size: 24px;
  color: rgba(0, 0, 0, 0.87);
  line-height: 32px;
  margin-bottom: 20px;
}

.page-wrapper ul li:before {
  content: "—";
  margin-right: 20px;
  color: #F44336;
}

.page-wrapper ol li {
  list-style: none;
  font-family: PTAstraSans-Regular;
  font-size: 24px;
  color: rgba(0, 0, 0, 0.87);
  line-height: 32px;
  margin-bottom: 20px;
}

.page-wrapper ol li:before {
  counter-increment: myCounter;
  content: counter(myCounter);
  margin-right: 20px;
  color: #fff;
  text-align: center;
  display: inline-block;
  width: 36px;
  height: 36px;
  background: #F44336;
  border-radius: 20px;
}

.page-wrapper hr {
  border-color: #F44336;
  margin: 20px 0;
}

.page-wrapper .alignleft {
  float: left;
  margin: 10px 10px 10px 0;
}

.page-wrapper .alignright {
  float: right;
  margin: 10px 0px 10px 10px;
}

.page-wrapper .aligncenter {
  margin: 10px auto;
  display: block;
}

.page-wrapper .size-full {
  width: 100%;
  height: auto;
  margin: 0 auto;
}

.page-wrapper .wp-caption {
  width: 100% !important;
}

.page-wrapper .wp-caption-text {
  font-family: PTAstraSans-Bold;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.38);
  margin: 5px 0 0;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .page-wrapper .size-full {
    width: 600px !important;
  }
}

@media only screen and (max-width: 768px) {
  .post blockquote p {
    line-height: 1;
  }
  p>a {
    font-size: 18px !important;
  }
}
