﻿/* COLORS */
/* ---- PASTELS ---- */
/* ---- OTHER COLORS ---- */
.standard-text-wrapper {
  box-sizing: border-box;
  padding: 50px 0;
}
.standard-text-wrapper h4.heading {
  font-size: 42px;
  color: #663399;
  margin: 0px 0 30px 0;
}
.standard-text-wrapper p {
  font-size: 18px;
}
.standard-text-wrapper p.site-button {
  margin: 10px 0;
  background-color: #ff6699;
}

@media screen and (max-width: 768px) {
  .standard-text-wrapper {
    margin-top: 0;
    padding: 20px 0;
  }
  .standard-text-wrapper h4.heading {
    font-size: 32px;
  }
  .standard-text-wrapper p {
    font-size: 16px;
  }
}
