.rich-text {
    word-break: break-all;
}

.rich-text h1 {
    font-family: 'Inter', sans-serif;
    color: var(--headings-copy-400);
    margin-bottom: 2%;
    margin-top: 2%;
    word-break: break-word;
}

.rich-text h2 {
    font-family: 'Inter', sans-serif;
    color: var(--headings-copy-400);
    margin-bottom: 2%;
    margin-top: 2%;
    word-break: break-word;
    
}

.rich-text h3 {
    color: var(--headings-copy-400);
    font-family: 'Inter', sans-serif;
    margin-bottom: 2%;
    margin-bottom: 2%;
    margin-top: 8%;
    word-break: break-word;
}

.rich-text h3:first-child {
    margin-top: 0;
}

.rich-text h4 {
    color: var(--headings-copy-400);
    font-family: 'Inter', sans-serif;
    margin-bottom: 2%;
    margin-top: 2%;
    word-break: break-word;
    font-size: 1.7rem;
    line-height: 2.5rem;
   
}
.rich-text h5 {
    color: var(--headings-copy-400);
    font-family: 'Inter', sans-serif;
    margin-bottom: 2%;
    margin-top: 2%;
    word-break: break-word;
   
}
.rich-text h6 {
    color: var(--headings-copy-400);
     font-family: 'Inter', sans-serif;
    margin-bottom: 2%;
    margin-top: 2%;
    word-break: break-word;
}

.rich-text p {
    font-family: 'Inter', sans-serif;
    font-weight: 300;
    font-style: normal;
    color: #2e5140;
    margin-bottom: 3%;
    margin-top: 0%;
    word-break: break-word;
    font-size: 1.1rem;
    line-height: 1.96rem;
}

.rich-text ul {
    font-family: 'Inter', sans-serif;
    font-weight: 300;
    font-style: normal;
    color: var( --primary-green-500);
    margin-bottom: 4%;
    word-break: break-word;
}

.rich-text ul li {
    font-family: 'Inter', sans-serif;
    font-size: 1.5rem;
    line-height: 2.36rem;
    font-weight: 300;
    font-style: normal;
    color: var( --primary-green-500);
    word-break: break-word;
}

.rich-text ol {
    font-family: 'Inter', sans-serif;
    font-weight: 300;
    font-style: normal;
    color: var( --primary-green-500);
    margin-bottom: 4%;
    word-break: break-word;
}

.rich-text ol li {
    font-family: 'Inter', sans-serif;
    font-size: 1.5rem;
    line-height: 2.36rem;
    font-weight: 300;
    font-style: normal;
    color: var( --primary-green-500);
    word-break: break-word;
}

.rich-text a {
    color: #0071B1;
}

.rich-text-header-icon {
    width: 20%;
    margin-top: 6%;
    margin-bottom: 6%;
    padding-top: 7%;
}

.rich-text-header-icon img {
    width: 100%;
    height: auto;
}

.rich-text-title {
    color: var(--headings-copy-400);
    margin-bottom: 4.5% !important;
    font-weight: 500 !important;
    font-size: 3.1rem;
    line-height: 4rem;
}

.mobile-center {
    text-align: center;
}

.richtext-copy-heading {
    font-size: 2.5rem;
    line-height: 2.86rem;
    color: var(--headings-copy-400);
    margin-bottom: 7%;
}

.page_intro {
    padding-bottom: 3%;
}

.page_intro p {
    color: #000000;
    margin-top: 8%;
}

/* Media Queries */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) /* TABLET */
{
    .rich-text p {

        font-size: 1.5rem;
    line-height: 2.56rem;
    }
    .desktop-braker {
        width: 90%;
    }
}
@media only screen and (min-width:1024px) 
{
    .rich-text p {
        font-size: 1.5rem;
        line-height: 2.36rem;
    }
    
}
@media only screen and (min-device-width:720px) {
    .rich-text {
        padding: none;
    }

    .rich-text p {
        margin-bottom: 3%;
    }

    .rich-text-title {
        margin-bottom: 3% !important;
    }

    .rich-text-header-icon {
        width: 11%;
        margin-bottom: 4.5%;
    }
    .desktop-braker {
        width: 80%;
    }
    
    .rich-text h3 {
        font-size: 2.25rem;
        line-height: 3.25rem;
        font-family: 'Inter', sans-serif;
        font-weight: 500;
        font-style: normal;
        margin-top: 8%;
    }
    .richtext-copy-heading {
        font-size: 3rem;
        line-height: 3.25rem;
        color: var(--headings-copy-400);
     }

     .mobile-center {
        text-align: left;
    }
    .mobile_only {
        display: none;
    }
}


@media screen and (min-device-width: 1024px) {
    /* .rich-text {
        padding: none;
    }

    .rich-text p {
        font-size: 1.75rem;
        line-height: 2.25rem;
    }

    .rich-text-title {
        margin-bottom: 3% !important;
    }

    .rich-text-header-icon {
        width: 11%;
        margin-bottom: 4.5%;
    }
    .desktop-braker {
        width: 80%;
    }
    .rich-text h3 {
        font-size: 2.25rem;
        line-height: 3.25rem;
        font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-style: normal;
    margin-top: 6%;
    }
    .richtext-copy-heading {
        font-size: 2.9rem;
        line-height: 3.68rem;
        color: var(--headings-copy-400);
     } */
}