.blog-section__img {
  margin-bottom: 30px;
}
@media (max-width: 990px) {
  .blog-section__img {
    margin-bottom: 25px;
  }
}
.blog-section__img img {
  max-width: 100%;
  height: auto;
  object-fit: cover;
  width: 100%;
  border-radius: 16px;
  box-sizing: border-box;
  display: block;
}
.blog-section .padding {
  padding: 0;
}
.blog-section .post-other__bottom {
  flex-direction: row;
}

.post-other {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 25px;
}
@media (max-width: 990px) {
  .post-other {
    grid-template-columns: 1fr;
    grid-gap: 15px;
  }
}
.post-other__item {
  background: #eef3f7 !important;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.post-other__title {
  padding: 20px 15px;
  color: #282828 !important;
  font-size: 18px;
  display: block;
  line-height: 28px;
  font-weight: 700;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 990px) {
  .post-other__title {
    padding: 15px;
  }
}
.post-other__img {
  max-width: 100%;
  box-sizing: border-box;
  width: 100%;
  object-fit: cover;
  height: auto;
}
.post-other__short {
  padding: 0 15px;
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  color: #1B1112 !important;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 990px) {
  .post-other__short {
    padding: 0 10px;
  }
}
.post-other__bottom {
  padding: 10px 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
  margin-top: auto;
}
@media (max-width: 990px) {
  .post-other__bottom {
    padding: 0 10px 10px 10px;
  }
}
.post-other__bottom p {
  font-size: 14px;
  color: #7E7E7E !important;
  font-weight: 400;
}
.post-other__bottom img {
  margin: 0 5px;
  border-radius: 50%;
  height: auto;
}
.post-other__author {
  display: flex;
  align-items: center;
}

/*# sourceMappingURL=blog.css.map */
