.cms-page-view main#maincontent {
    margin-top: 100px;
    margin-bottom: 60px;
}
.cms-page-view .breadcrumbs {
    display: none;
}
body .columns .column.main h1,
body .columns .column.main h2,
body .columns .column.main h3,
body .columns .column.main h4,
body .columns .column.main h5,
body .columns .column.main h6{
    font-weight: 600;
}
body .columns .column.main ol {
    color: #3e3d46;
    font-size: 21px;
    line-height: 1.4;
    list-style: auto;
    padding-left: 35px;
    margin-bottom: 15px;
}
body .columns .column.main li {
    margin-bottom: 6px;
}
body .columns .column.main a {
    color: #5f1eb0;
    font-weight: 500;
}
body .columns .column.main ul {
    color: #3e3d46;
    font-size: 21px;
    line-height: 1.4;
    list-style: disc;
    padding-left: 35px;
    margin-bottom: 15px;
}
body .columns .column.main strong {
    font-weight: 600;
}
@media screen and (max-width: 1919px){
    body .columns .column.main ol,
    body .columns .column.main ul{
        font-size: 18px;
    }
}
@media screen and (max-width: 1199px){
    .cms-page-view main#maincontent {
        margin-top: 80px;
        margin-bottom: 30px;
    }
    body .columns .column.main ol,
    body .columns .column.main ul{
        font-size: 17px;
        margin-bottom: 12px;
    }
}
@media screen and (max-width: 991px){
    .cms-page-view main#maincontent {
        margin-top: 60px;
        margin-bottom: 30px;
    }
    body .columns .column.main ol, body .columns .column.main ul {
        font-size: 16px;
        padding-left: 25px;
    }
}
@media screen and (max-width: 575px){
    body .columns .column.main ol, body .columns .column.main ul {
        font-size: 14px;
    }
}