/* body {
  background: red !important;
} */

.blog-section{
padding:70px 20px;
background:#f8f8f8;
}

.blog-section h2{
text-align:center;
font-size:34px;
margin-bottom:10px;
}

.blog-subtitle{
text-align:center;
color:#666;
margin-bottom:40px;
}

.blog-grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(300px,1fr));
gap:25px;
}

.blog-card{
background:#fff;
border-radius:15px;
overflow:hidden;
box-shadow:0 10px 30px rgba(0,0,0,.1);
transition:.3s;
}

.blog-card:hover{
transform:translateY(-8px);
}

.blog-card img{
width:100%;
height:220px;
object-fit:cover;
}

.blog-content{
padding:20px;
}

.blog-content h3{
margin-bottom:10px;
}

.blog-content p{
color:#666;
line-height:1.7;
}

.blog-btn{
display:inline-block;
margin-top:15px;
padding:12px 25px;
background:#ff9800;
color:#fff;
text-decoration:none;
border-radius:30px;
}

.blog-btn:hover{
background:#3898e2;
}

.container{
  color: #e68900;
}