.terms_page_title {
    color: #80b413;
    font-weight: 600;
    margin-bottom: 10px;
}

.terms_page {
    font-size: 16px;
    font-family: var(--font_catamaran);
}

.terms_page p {
    color: #000;
    line-height: 22px;
    font-weight: 400;
    margin-bottom: 15px;
    font-size: 18px;
}

.terms_page h3 {
    margin-bottom: 0;
    color: #80b413;
}

.terms_page ol li {
    list-style: decimal;
    margin-left: 28px;
    text-align: left;
    font-size: 18px;
}

.terms_page ol li::marker {
    color: #80b413;
    font-size: 26px;
    font-weight: 600;
}

.terms_page h4 {
    color: #80b413;
    margin-top: 26px;
    margin-bottom: 10px;
    font-size: 22px;
    font-weight: 600;
}

.terms_page ul {
    margin-bottom: 20px;
    color: #000;
    font-size: 18px;
}

.terms_page ul li {
    list-style: disc;
    margin-left: 30px;
    color: #000;
    font-size: 18px;
}

.terms_page ul li::marker {
    font-size: 16px;
}

.terms_page p a {
    color: #80b413;
}

.terms_page p a:hover,
.terms_page p a:focus {
    color: #7aa324;
}

.yellow_bg.custom_bottom_padding {
    padding-bottom: 50px !important;
}

.custom_bottom_padding .banner_title {
    font-size: 43px;
}