#our-blog .blog-title {
    background: url(../image/blog\ main.webp) center center/cover no-repeat;
    padding: 90px 0px;
    margin: 7rem 0rem;
}

#our-blog .blog-title h1 {
    color: white !important;
}

#our-blog .blog-boxes {
    background: #84163d;
    padding: 6rem 3rem;
    margin-bottom: 7rem;
}

#our-blog .blog-box {
    box-shadow: 0px 0px 2px 0px #878449;
    width: 94%;
}

#our-blog .blog-img-box {
    background-color: skyblue;
}

#our-blog .blog-img-box img {
    transition: all 0.4s;
    cursor: pointer;
}

#our-blog .blog-img-box img:hover {
    scale: 1.2;
}

#our-blog .blog-description-box {
    padding: 0rem 1rem;
    background-color: #fff4df;
}

#our-blog .blog-date {
    border-bottom: 1px solid black;
}

#our-blog .blogger-line {
    font-weight: 600;
}

#our-blog .blog-heading {
    font-weight: 700;
}

#our-blog .blog-para {
    text-align: justify;
    font-weight: 500;
    font-size: 0.95rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

#our-blog .blog-link {
    font-weight: 500;
}

#our-blog .blog-link:hover {
    color: #ffcf09 !important;
}

#our-blog .blog-link i {
    left: 0px;
    transition: all 0.3s;
}

#our-blog .blog-learn-btn {
    background-color: #84163d;
}