
/* blog page style */

.blog-section {
    margin-top: 80px;    
    padding-top: 20px;

}

.bg-img-1 {
    margin-bottom: 60px;
}

.blog-box {
    background: #fff;
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    height: 100%;
    display: flex;
    flex-direction: column;
}

.blog-box p {
    flex-grow: 1;
}

.blog-box img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    border-radius: 8px;
    transition: 0.3s;
}

.blog-box:hover img {
    transform: scale(1.05);
}

.blog-box h4 {
    margin-top: 10px;
    font-size: 18px;
}

.blog-box h4 a {
    text-decoration: none;
    color: #000;
}

.blog-box h4 a:hover {
    color: red;
}

.blog-btn {
    display: inline-block;
    padding: 8px 12px;
    background: red;
    color: #fff;
    text-decoration: none;
    margin-top: 10px;
}

/* blog page style  end here*/

.s-txt2{

 margin-top: 25px;
  margin-bottom: 25px;

} 



