/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 13 2026 | 04:28:25 */
.highlight-text {
    background: #ffeedc;
    padding: 18px 0px 18px 18px;
    border-left: groove;
    font-weight: 600;
    font-size: 20px;
    border-radius: 0px 50px 50px 0px;
}
.highlight-text a {
    color: #ff8200;
}
.blog-inner-box {
    margin: 35px;
    padding: 45px;
    /* border: 1px solid #ff8200; */
    background:#ffeedc;
}
.blog-inner-box p{
    font-size: 22px;
    line-height: 30px;
    font-weight: 600;
}
.blog-inner-btn{
    text-align:center;
}