
.flat-blog-grid .flat-blog {
  padding: 40px 0;
  border-bottom: 1px solid #EDEDED;
}
.flat-blog-grid .box {
  margin-bottom: 31.5px;
}
.flat-blog-grid .box .date {
  position: absolute;
  top: 10px;
  left: 10px;
  color: #FFFFFF;
  background-color: #FF7101;
  padding: 6px 12px;
  border-radius: 99px;
  font-family: "Inter", sans-serif;
}
.flat-blog-grid .box .content {
  padding-top: 26px;
}
.flat-blog-grid .box .content .sub-box {
  margin-bottom: 9px;
}
.flat-blog-grid .box .content .sub-box a {
  font-family: "Inter", sans-serif;
}
.flat-blog-grid .box .content .sub-box .category {
  position: relative;
  margin-left: 11px;
  padding-left: 8px;
}
.flat-blog-grid .box .content .sub-box .category:not(:first-child)::before {
  position: absolute;
  content: "";
  width: 1px;
  background-color: #E4E4E4;
  left: 0;
  top: 5px;
  bottom: 5px;
}
.flat-blog-grid .box .content h3 {
  margin-bottom: 11px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.flat-blog-grid .box .content > p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.flat-blog-grid .themesflat-pagination {
  margin-top: 27px;
}