/* ----------------------MOBILE START--------------------- */



/* rich-text start */


.rich-text__content h3 {
    text-align: center;
    font-size: 36px;
    font-weight: 500;
    line-height: 110%;
    text-transform: capitalize;
    margin-bottom: 22px;
}

.rich-text__content p {
    text-align: center;
    font-size: 18px;
    line-height: 130%;
}

.rich-text__inner {
    padding: 65px 0 65px;
    background-color: #F7F5F2;
}






/* rich-text end */






/* read-more start */



.read-more__inner {
    background-color: #F0EEE9;
    padding: 45px 0 93px;
}

.read-more__img {
    border-radius: 30px;
    overflow: hidden;
    margin-bottom: 24px;
}

.read-more__img img{
    object-fit: cover;
    aspect-ratio: 10 / 7;
}

.read-more__content h6 {
    font-size: 13px;
    font-weight: 400;
    line-height: 130%;
    margin-bottom: 18px;
}

.read-more__content h3 {
    font-size: 28px;
    font-weight: 500;
    line-height: 130%;
    margin-bottom: 10px;
}

.read-more__content p {
    font-size: 16px;
    line-height: 140%;
}

.read-more-btn-read-more {
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    line-height: 130%;
    letter-spacing: 1.12px;
    width: 100%;
}

.read-more__btn {
    margin-top: 25px;
}

.read-more__item {
    margin-bottom: 80px;
}

.read-more__item:last-child {
    margin-bottom: 0;
}

.read-more__pre a,
.read-more__next a, .next.page-numbers, .prev.page-numbers {
    text-align: center;
    font-size: 16px;
    line-height: 140%;
    padding: 3.5px 9px;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid var(--primary-color);
    display: inline-block;
    cursor: pointer;
    color: var(--primary-color);
}

.pagination-inner{display: flex; flex-flow: row wrap; gap: 8px;}
.prev.page-numbers{margin-right: 10px;}
.next.page-numbers{margin-left: 10px;}

.read-more__pre {
    line-height: 0;
}

.read-more__next {
    line-height: 0;
}

.read-more__number a, .page-numbers {
    text-align: center;
    font-size: 16px;
    line-height: 140%;
    padding: 10px 10px;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid var(--primary-color);
    display: inline-block;
    min-width: 30px;
    height: 31px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: var(--primary-color);
}

.read-more__number-wrap {
    display: flex;
    align-items: center;
    gap: 0 5px;
}

.read-more__bot-wrap {
    display: flex;
    align-items: center;
    gap: 5px;
    justify-content: center;
    margin-top: 85px;
    flex-flow: row wrap;
}




.page-numbers.current{background-color:var(--secondry-color);border-color: var(--secondry-color);}


/* read-more end */







/* ----------------------MOBILE END--------------------- */












/* ----------------------DESKTOP START--------------------- */



@media (min-width: 1024px) {




    /* rich-text start */


    .rich-text__content h3 {
        font-size: 60px;
        font-weight: 400;
        margin-bottom: 18px;
    }

    .rich-text__content p {
        font-size: 20px;
    }

    .rich-text__content {
        max-width: 504px;
        margin: 0 auto;
    }

    .rich-text__inner {
        padding: 160px 0 57px;
    }






    /* rich-text end */



    /* read-more start */


    .read-more__content h6 {
        margin-bottom: 30px;
    }

    .read-more__btn {
        margin-top: 35px;
    }

    .read-more__img {
        border-radius: 24px;
        margin-bottom: 0;
        width: 47.4668%;
    }

    .read-more__item {
        margin-bottom: 79px;
        display: flex;
        align-items: center;
        gap: 0 80px;
    }

    .read-more__content {
        width: 39.984%;
    }

    .read-more__content p {
        font-size: 20px;
        line-height: 130%;
    }

    .read-more-btn-read-more {
        width: auto;
    }

    .read-more__inner {
        padding: 58px 0 82px;
    }

    .read-more__bot-wrap {
        margin-top: 89px;
    }







    /* read-more end */



}







/* ----------------------DESKTOP END--------------------- */