.cms, .cms p {
    font-size: 18px;
    font-family: "Gotham A", "Gotham B";
    font-style: normal;
    font-weight: 400;
    color: #2f2942;
}
.cms h1, .cms h2, .cms h3,  .cms h4, .cms h5, .cms h6 {
    margin-top: 35px;
    font-family: "Gotham A", "Gotham B";
    font-style: normal;
    font-weight: 700;
}
.cms img {
    max-width: 100%;
    margin: 20px 0;
}

.cms h1 {
    font-size: 40px;
    color: #2A1052;
    margin-bottom: 15px;
}
.cms h2 {
    font-size: 26px;
    margin-bottom: 15px;
}

.cms h3, .cms h4, .cms h5, .cms h6 {
    font-size: 18px;
    margin-top: 25px;
    margin-bottom: 5px;
}

.cms a {
    color: #f28d43;
    text-decoration: underline;
}

.cms ul, .cms ol {
    margin-top: 10px;
}

.cms ol {
    list-style-type: decimal;
    padding-left: 18px;
    margin-bottom: 50px;
}
.cms ol li {
    list-style: decimal;
    padding-left: 2px;
    line-height: 31px;
    margin-bottom: 15px;
}
.cms ul {
    list-style: none;
    margin-bottom: 35px;
}
.cms ul > li::before {
    content: "•";
    color: #f28d43;
    display: inline-block;
    margin-left: -22px;
    padding-right: 11px;
}
.cms ul > li {
    padding-left: 23px;
    line-height: 31px;
    margin-bottom: 20px;
}
.cms hr {
    color: #46336a;
    margin: 0px;
}
.cms blockquote, .cms blockquote p{
    font-family: "Gotham A", "Gotham B";
    font-weight: 400;
    font-size: 24px;
    font-style: italic;
    margin-bottom: 50px;
    margin-top: 50px;
}

.cms p {
    margin-top: 0px;
    margin-bottom: 15px;
    line-height: 31px;
}

@media (max-width: 550px) {
    .cms p, .cms ol, .cms ul {
        font-size: 16px;
        line-height: 28px;
    }
    .cms h1 {
        font-size: 28px;
    }
    .cms h2 {
        font-size: 24px;
    }
    .cms h3, .cms h4, .cms h5, .cms h6 {
        font-size: 16px;
    }
    .cms blockquote, .cms blockquote p {
        font-family: "Gotham A", "Gotham B";
        font-style: normal;
        font-weight: 400;
        font-size: 21px;
    }
    .cms ol li {
        padding-left: 10px;
    }
}