.banner-section {
  height: 300px;
}
/* Blog */
.blog-section {
  padding: 50px 0 15px;
  background-color: #e6e0e0;
}

.blog-img {
  height: 330px;
  max-width: 500px;
  width: 100%;
  margin: 0 auto;
}
.blog-img img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.blog-title {
  font-size: 24px;
  color: #25801d;
  margin-block: 16px 20px;
}
.blog-para {
  font-size: 15px;
  color: #161616;
}
.blog-icon {
  height: 100px;
  width: 100px;
  border-radius: 50%;
}
.blog-icon img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.blog-cart {
  background-color: white;
  box-shadow: 0 2px 4px gray;
  padding: 10px;
  border-radius: 8px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.blog-post-head{
    font-size: 20px;
    color: orange;
}
@media screen and (max-width:576px) {
  .blog-img{
    height: 175px;
  }
  .banner-section{
    height: 100px;
  }
  
}
