.blog {
  padding: 90px 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(48, 60, 93, 0.02)), to(rgba(48, 60, 93, 0.02)));
  background-image: linear-gradient(to bottom, rgba(48, 60, 93, 0.02) 0%, rgba(48, 60, 93, 0.02) 100%);
}
.blog .info .section_head {
  margin-bottom: 35px;
}
.blog .info .text {
  font-size: 18px;
}
.blog .info a {
  font-size: 18px;
  margin-top: 45px;
  font-weight: bold;
}
.blog .info a i {
  font-size: 12px;
  position: relative;
  top: 3px;
}
.blog .blogs {
  -webkit-border-start: 1px solid #9992;
          border-inline-start: 1px solid #9992;
}
.blog .blogs .blog-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #9992;
  padding: 30px 0;
  -webkit-padding-start: 50px;
          padding-inline-start: 50px;
}
.blog .blogs .blog-card:first-of-type {
  padding-top: 0;
}
.blog .blogs .blog-card:last-of-type {
  border: 0;
  padding-bottom: 0;
}
.blog .blogs .blog-card .img-card {
  width: 70px;
  height: 70px;
  border-radius: 8px;
  overflow: hidden;
  -webkit-margin-end: 20px;
          margin-inline-end: 20px;
}
.blog .blogs .blog-card .img-card img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog .blogs .blog-card .info-card h6 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 8px;
}
.blog .blogs .blog-card .info-card .date {
  font-size: 13px;
  color: #687186;
}
.blog .blogs .blog-card .info-card .date i {
  font-size: 12px;
  color: #1d2a3b;
}