.cms-page-view .page-main {
    margin: 0;
    padding: 40px 0 !important;
}

.cms-page-view .page-main .page-title-wrapper,
.cms-page-view .page-main .columns {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 16px;
}

.cms-page-view .page-main .page-title-wrapper h1 {
    font-size: 40px;
    line-height: 40px;
    display: block;
    color: #242424;
    text-transform: none;
    font-weight: 500;
    margin: 0 0 30px 0;
    padding: 0;
}

.cms-page-view .cms-cnt h2 {
    font-size: 32px;
    line-height: 34px;
    display: block;
    color: #242424;
    text-transform: none;
    font-weight: 500;
    margin: 35px 0 25px 0;
    padding: 0;
}

.cms-cnt p strong {
    font-weight: 500;
}

.cms-cnt p a {
    color: #4fb2af !important;
}

.cms-cnt p a:hover {
    color: #b39ddb !important;
}

.cms-page-view .page-main .columns p {
    font-size: 17px;
    font-family: "Poppins", sans-serif !important;
    font-weight: 400;
    line-height: 28px;
    color: #242424;
    margin: 0 0 20px 0;
}

.cms-page-view .page-main .columns p:last-child {
    margin: 0;
    padding: 0;
}

.about-ul {
    background: #f0f0f0;
    background: linear-gradient(135deg, #fef9f5, #e8f9ff);
    margin: 0;
    border-radius: 8px;
    padding: 34px;
    box-sizing: border-box;
}

.about-ul li {
    list-style: none;
    margin: 0 0 28px 0;
    padding: 0;
}

.about-ul li:last-child {
    margin: 0;
}

.about-ul li h3 {
    font-weight: 500;
    font-size: 22px;
    line-height: 24px;
    color: #000;
    margin: 0 0 12px 0;
    padding: 0 0 0 36px;
    background: url(../alphabet/checkmark.png) 0 0 no-repeat;
}

.about-ul li p {
    font-weight: 400;
    font-size: 17px !important;
    line-height: 24px !important;
    color: #000 !important;
    margin: 0;
    padding: 0;
}

.grey-bg {
    background: #f0f0f0;
    background: linear-gradient(135deg, #fef9f5, #e8f9ff);
    margin: 0 0 24px 0;
    border-radius: 4px;
    padding: 25px 20px 25px 45px;
    box-sizing: border-box;
}

.grey-bg li {
    font-weight: 400;
    font-size: 16px !important;
    line-height: 24px !important;
    font-family: "Poppins", sans-serif !important;
    color: #242424 !important;
    margin: 0 0 10px 0 !important;
    padding: 0 !important;
}

.grey-bg li strong {
    font-weight: 600;
}

.grey-bg li:last-child {
    margin: 0 !important;
}

.table-part {
    border-radius: 8px;
    border: 1px solid #e5e5e5;
    overflow: hidden;
}

.cms-cnt table tr th {
    padding: 15px 20px;
    box-sizing: border-box;
    font-weight: 500;
    font-family: "Fredoka", sans-serif !important;
    font-size: 19px;
    color: #fff;
    background: #242424;
}

.cms-cnt table tr:nth-child(odd) {
    background: #f0f0f0;
}

.cms-cnt table tr:nth-child(even) {
    background: #fff;
}

.cms-cnt table tr td:first-child {
    font-weight: 600;
}

.cms-cnt table tr td {
    padding: 12px 20px;
    box-sizing: border-box;
    font-weight: 400;
    font-family: "Poppins", sans-serif !important;
    font-size: 14px;
    color: #242424;
}

.grey-bg.dot-remove {
    padding: 30px;
}

.grey-bg.dot-remove li {
    list-style: none;
    margin: 0 0 12px 0 !important;
}

.grey-bg.dot-remove li:last-child {
    margin: 0 !important;
}

.grey-bg.dot-remove li a {
    font-weight: 600;
    color: #242424;
}

.grey-bg.dot-remove li a:hover {
    color: #4fb2af;
}

.cms-current-discount-codes .page-title-wrapper .page-title {
    margin: 0;
    padding: 0;
}

.cms-current-discount-codes .page-title-wrapper .page-title span {
    margin: 0;
    padding: 0;
}

.cms-current-discount-codes .page-title-wrapper .page-title {
    text-align: center;
    margin: 0 0 70px 0 !important;
    position: relative;
    color: #242424;
    font-weight: 500;
    font-size: 40px;
    line-height: 40px;
}

.cms-current-discount-codes .page-title-wrapper .page-title:before {
    width: 60px;
    height: 2px;
    position: absolute;
    bottom: -26px;
    left: 50%;
    margin-left: -30px;
    background-color: #f4d26e;
    content: "";
}



@media only screen and (max-width: 768px) {
    .cms-page-view .page-main .page-title-wrapper h1 {
        font-size: 30px;
        line-height: 32px;
    }

    .cms-page-view .page-main .columns p,
    .grey-bg li {
        font-size: 15px !important;
        line-height: 22px !important;
        margin: 0 0 10px 0;
    }

    .cms-page-view .cms-cnt h2 {
        line-height: 30px;
        font-size: 28px;
    }
}

@media only screen and (max-width: 767px) {


    .cms-page-view .page-main .page-title-wrapper h1 {
        font-size: 28px;
        line-height: 32px;
    }

    .cms-page-view .page-main .columns p,
    .grey-bg li {
        font-size: 16px !important;
        line-height: 20px !important;
        margin: 0 0 10px 0;
    }

    .cms-page-view .cms-cnt h2 {
        line-height: 28px;
        font-size: 26px;
        margin: 20px 0 15px 0;
    }

    .grey-bg {
        background: #f0f0f0;
        background: linear-gradient(135deg, #fef9f5, #e8f9ff);
        margin: 0 0 24px 0;
        border-radius: 4px;
        padding: 20px 20px 20px 35px;
        box-sizing: border-box;
    }

    .cms-cnt table {
        table-layout: fixed;
    }

    .cms-cnt table tr td {
        padding: 12px;
        font-size: 12px;
        width: 50%;
        word-break: break-all;
    }
}



.cms-cnt h3,
.cms-cnt ul,
.cms-cnt ol {
    color: #242424;
}

.cms-cnt ul,
.cms-cnt ol {
    font-size: 17px;
}