.farmi-from-the-blog-block {
  /*margin-bottom: -30px;*/
  z-index: inherit;
  /*padding-bottom: 120px;*/
  position: relative;
}
.farmi-from-the-blog-block .top-view .site-heading {
  margin-bottom: 60px;
  margin-top: -5px;
}
@media (max-width: 991px) {
  .farmi-from-the-blog-block .top-view .site-heading {
    margin-bottom: 30px;
  }
}
.farmi-from-the-blog-block .top-view .site-heading h4 {
  color: var(--color-primary);
  font-weight: 600;
  display: inline-block;
  position: relative;
  overflow: inherit;
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  .farmi-from-the-blog-block .top-view .site-heading h4 {
    font-size: 18px !important;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .farmi-from-the-blog-block .top-view .site-heading h4 {
    font-size: 18px !important;
  }
}
.farmi-from-the-blog-block .top-view .site-heading h2 {
  display: block;
  font-weight: 600;
  padding-bottom: 20px;
  margin-bottom: 0;
  position: relative;
  line-height: 1.4;
  font-size: 40px;
  color: var(--title-text-color);
}
@media (max-width: 991px) {
  .farmi-from-the-blog-block .top-view .site-heading h2 {
    font-size: 30px !important;
  }
}
@media (max-width: 767px) {
  .farmi-from-the-blog-block .top-view .site-heading h2 {
    font-size: 24px !important;
  }
}
.farmi-from-the-blog-block .top-view .site-heading h2::before {
  margin-left: -25px;
  width: 40px;
}
.farmi-from-the-blog-block .top-view .site-heading h2::after {
  margin-left: 20px;
  width: 5px;
}
.farmi-from-the-blog-block .top-view .site-heading h2::before,
.farmi-from-the-blog-block .top-view .site-heading h2::after {
  background: var(--color-primary) none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 2px;
  left: 50%;
  position: absolute;
}
.farmi-from-the-blog-block .bottom-view .single-item {
  margin-bottom: 30px;
}
.farmi-from-the-blog-block .bottom-view .single-item .thumb {
  position: relative;
}
.farmi-from-the-blog-block .bottom-view .single-item .thumb .pic {
  max-width: 450px;
  height: 300px;
}
.farmi-from-the-blog-block .bottom-view .single-item .thumb .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px 5px 0 0;
}
.farmi-from-the-blog-block .bottom-view .single-item .thumb .date {
  background: var(--color-primary);
  position: absolute;
  right: 30px;
  bottom: -25px;
  font-weight: 600;
  padding: 15px 20px;
  border-radius: 5px;
  border: 1px solid #ffffff;
  box-shadow: 0 5px 30px 0 rgba(214, 215, 216, 0.57);
  font-size: 14px;
  color: #fff;
}
.farmi-from-the-blog-block .bottom-view .single-item .info {
  padding-top: 48px;
  background: #ffffff;
  border-radius: 0 0 5px 5px;
}
@media (max-width: 767px) {
  .farmi-from-the-blog-block .bottom-view .single-item .info {
    padding-top: 38px;
  }
}
.farmi-from-the-blog-block .bottom-view .single-item .info h4 {
  font-weight: 600;
  margin-bottom: 15px;
  font-size: 20px;
}
@media (max-width: 1399px) {
  .farmi-from-the-blog-block .bottom-view .single-item .info h4 {
    width: auto;
  }
}
@media (max-width: 767px) {
  .farmi-from-the-blog-block .bottom-view .single-item .info h4 {
    font-size: 16px;
    margin-bottom: 0;
  }
}
.farmi-from-the-blog-block .bottom-view .single-item .info h4 a {
  transition: all 0.35s ease-in-out;
  text-decoration: none;
  font-weight: 600;
  color: #232323;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  color: var(--title-text-color);
}
.farmi-from-the-blog-block .bottom-view .single-item .info h4 a:hover {
  color: var(--color-primary);
}
.farmi-from-the-blog-block .bottom-view .single-item .info p {
  color: var(--text-color);
  margin: 0 0 15px;
  font-weight: 400;
  line-height: 30px;
  font-size: 18px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}
@media (max-width: 1399px) {
  .farmi-from-the-blog-block .bottom-view .single-item .info p {
    width: auto;
  }
}
@media (max-width: 767px) {
  .farmi-from-the-blog-block .bottom-view .single-item .info p {
    line-height: normal;
    margin-top: 5px;
  }
}
