    body {
        color: #4A3C31;
        background: #fff;
        font-family: 'Poppins', sans-serif;
    }

    .blog-date {
        font-size: 16px;
        color: gray !important;
        font-weight: 700;
    }

    .mys-main-sec {
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        padding: 120px 20px;
        text-align: center;
        color: #fff;
        position: relative;
    }

    b {
        color: gray !important;
        text-decoration: underline;
    }

    h1 {
        font-weight: 700;
        color: #2b6437;
    }

    .mys-main-sec::before {
        content: "";
        position: absolute;
        inset: 0;
        background: rgba(0, 0, 0, 0.45);
    }

    .mys-main-sec h1,
    .mys-main-sec p {
        position: relative;
        z-index: 2;
    }

    section {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .blgh3 {
        color: #2b6437;
        font-weight: 600;
    }

    .blog-single p {
        font-size: 1.02rem;
        line-height: 1.8;
        color: #333;
        margin-bottom: 1.2rem;
    }

    .blog-meta {
        font-size: .9rem;
        color: #888;
    }

    ul {
        margin-top: 15px;
        margin-left: 20px;
    }

    ul li {
        margin-bottom: 10px;
        line-height: 1.6;
    }

    .btn {
        background-color: #2b6437;
        color: #fff;
        border: none;
        border-radius: 50px;
        padding: 10px 30px;
        font-size: 1rem;
        transition: .3s;
    }

    .btn:hover {
        background-color: #4A3C31;
        color: #fff;
    }