@charset "UTF-8";

/* tmp css to incroporate  */

.post__subtitle {
    font-size: 24px;
}

.post>p {
    font-size: 1.8rem;
}

.post>ol li, .post>ul li {
    font-weight: 400;
    font-size: 1.8rem;
    line-height: 20px;
}

.post>ol, .post>ul {
    margin-top: 0;
}

 .post>ul li {
    list-style-type: none;
}

.lightview {
    margin-bottom: 40px;
}

.post .btn {
    line-height: 2rem;
    text-transform: uppercase;
    max-width: 50rem;
    display: block;
    margin: 0 auto;
    padding-top: 0.9rem;
    padding-bottom: 0.9rem;
    font-size: 18px;
}

.post .button {
    margin-bottom: 3rem;

}

.post h4 {
  font-size: 20px;
}

