.brand-logo img {
    width: 85px;
    height: 85px;
    object-fit: contain;
}

.about_image{
    width: 100%;
}
.content h4{
    font-size: 18px;
    line-height: 26px;
}
.section-title h2{
    font-size: 41px;
    line-height: 55px;

}

/* Focus Area Image Fix */
.agricko-service-item .thumbnail {
    height: 280px;              /* তুমি চাইলে 260 / 300 করতে পারো */
    overflow: hidden;
}

.agricko-service-item .thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;          /* MOST IMPORTANT */
    display: block;
}

/* Gallery Image Same Height Fix */
.agricko-post-item .post-thumbnail {
    height: 280px;          /* চাইলে 260 / 300 করতে পারো */
    overflow: hidden;
}

.agricko-post-item .post-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;      /* MOST IMPORTANT */
    display: block;
}

/* Project Section Image Same Height Fix */
.agricko-project-item .thumbnail {
    height: 300px;          /* চাইলে 280 / 320 করতে পারো */
    overflow: hidden;
}

.agricko-project-item .thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;      /* MOST IMPORTANT */
    display: block;
}
.footer-recent-post-widget .recent-post-item {
    display: flex;
    align-items: center;
}

.footer-recent-post-widget .recent-post-item .thumbnail {
    width: 80px;
    height: 70px;
    flex: 0 0 80px;
    overflow: hidden;
    border-radius: 4px;
}

.footer-recent-post-widget .recent-post-item .thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

