.img-fluid {
    border-radius: 50px;
    object-fit: cover;
    width: 100%;
    max-width: 50%;
    height: auto;
}

.blog6{
    border-radius: 50px !important;
    object-fit: cover !important;
    width: 100% !important;
    max-width: 30% !important;
    height: auto !important;
    -webkit-border-radius: 50px !important;
    -moz-border-radius: 50px !important;
    -ms-border-radius: 50px !important;
    -o-border-radius: 50px !important;
}
.blog-title {
    margin-top: 20px;
}
.blog-content {
    margin: 20px auto;
    background-color: #f8f9fa;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.blog-content h3, .blog-content ul, .blog-content li {
    text-align: left;
}
.blog-content ul {
    list-style-type: none;
    padding-left: 0;
}
.blog-content li {
    margin: 10px 0;
}

h4,h1{
    color: #0f9d58;
}

.contact-link {
    color: #0f9d58;
    text-decoration: none;
    font-weight: bold;
}

.contact-text{
    font-size: 1.4rem;
}

.contact-link:hover {
    text-decoration: underline;
    color: #0f9d58;
}


@media(max-width: 768px) {
    .blog-title {
        font-size: 30px;
    }

    h4{
        font-size: 20px;
    }

    .img-fluid {
        max-width: 100% !important;
    }
}