.blog-img {
    width: 100%;
   /* max-width: 300px;*/
    height: auto;
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}
.blog-content p {
    line-height: 1.8;
    margin-bottom: 1.5rem;
}
.read-more {
    color: #0d6efd;
    font-weight: 500;
    text-decoration: none;
}
.read-more:hover {
    text-decoration: underline;
}
.quote-box {
    background-color: #49beed;
    border-left: 4px solid #91b5eb;
    padding: 20px;
    margin: 30px 0;
    border-radius: 8px;
    font-style: italic;
}
.faq-section h6 {
    font-weight: 600;
}
@media (max-width: 767px) {
    .blog-item {
        flex-direction: column !important;
        align-items: flex-start !important;
    }
}


