.blog-bg {
    width: 100%;
    height: 425px;
    background-image: url(../images/blog-detail/banr-bg.png);
    background-size: cover;
    color: white;
    background-position: 100% 0%;
}

.banner-cont {
    position: relative;
    padding: 70px 30px 0;
}

.raj-text {
    color: #ffffff;
    font-family: Windhavi;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.lgg-img {
    img {
        width: 100%;
        margin-top: -120px;
    }
}

.blogdetail-cont {
    p {
        color: #505050;
        font-size: 16px;
        font-weight: 400;
    }

    h3 {
        color: #002374;
        font-size: 22px;
        font-weight: 600;
    }
}

.trv-comments {
    h5 {
        color: #323232;
        font-family: Montserrat;
        font-size: 16px;
        font-weight: 600;
    }

    .cmmnt {
        border-radius: 8px;
        background: #FFF;
        padding: 8px 15px;

        span {
            color: #FFF;
            font-size: 16px;
            font-weight: 500;
            background-color: #F41A50;
            border-radius: 50%;
            width: 33px;
            height: 33px;
            display: flex;
            justify-content: center;
            align-items: center;
            text-transform: uppercase;
        }

        h6 {
            color: #626262;
            font-size: 16px;
            font-weight: 500;
            margin-left: 10px;
        }

        p {
            color: #505050;
            font-size: 14px;
            font-weight: 400;
        }
    }
}

.article-sectin {
    border-radius: 8px;
    border: 1px solid #E9E9E9;
    background: #FBF6EF;
    padding: 12px;

    h4 {
        color: #323232;
        font-family: Montserrat;
        font-size: 22px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        text-transform: capitalize;
        margin-bottom: 20px;
    }

    .article-icon {
        span {
            color: #323232;
            font-family: Montserrat;
            font-size: 16px;
            font-weight: 600;
            margin-left: 15px;
        }
    }
}

@media (max-width: 576px) {
    .blogdetail-cont {
        p {
            font-size: 12px;
        }

        h3 {
            font-size: 18px;
            font-weight: 500;
        }
    }

    .banner-cont h2 {
        font-size: 17px;
        margin-bottom: 5px;

        span {
            font-size: 20px;
        }
    }

    .banner-cont p {
        font-size: 13px;
        margin-bottom: 0;
    }

    .blog-bg {
        width: 100%;
        height: 100%;
        background-image: linear-gradient(45deg, rgb(0 0 0 / 57%), rgba(0, 0, 0, 0.133)), url(../images/blog-detail/banr-bg.png);
    }

    .banner-cont {
        position: relative;
        padding: 30px 0px;
    }

    .lgg-img {
        img {
            width: 100%;
            margin-top: 0px;
        }
    }
}