.blog-item .post-link-on-image img {
  display: block;
  height: 271px;
  width: 100%;
  object-fit: cover;
}
.single .blog-item .post-link-on-image img {
  height: auto;
}
.blog-item-first a img {
  display: block;
  height: auto;
  width: 100%;
  object-fit: contain;
}
.blog-item {
  padding-bottom: 15px;
  margin-top: 15px;
  border-radius: 20px;
  border: 1px solid rgba(0,0,0, .2);
  overflow: hidden;
  height: calc( 100% - 50px );
  margin-bottom: 30px;
}
.single .blog-item {
  padding-bottom: 15px;
  margin-top: 15px;
  border-radius: 20px;
  border: 1px solid rgba(0,0,0, .2);
  overflow: hidden;
  height: auto;
  margin-bottom: 30px;
}
.blog-item h3 {
  margin-top:15px;
  margin-bottom: 10px;
  color: #2E7350;
  height: auto;
  font-size: 24px;
  letter-spacing: .3px;
  color: #222;
}
.txt.txt-blog {
  color: #333;
  line-height: 1.2;
  padding: 30px;

}
.single-post .col-sm-4 .blog-item h3 {
  color: #1F2E26;
  height: auto !important;
  font-weight: 600;
  margin-bottom: 15px;
  font-size: 20px;
  font-family: "Instrument Sans", sans-serif;
}
.blog-item-first {
  border-bottom: none;
  margin-top: 0px;
}
.blog-item a {

}
.blog-item a:hover {
  opacity: 0.8;
  text-decoration: none;
  color: #2E7350;
}
.blog-item-first img {
  width: 100%;
  object-fit: cover;
}
.blog-item-first h1 {
  color: #2E7350;
  font-size: 34px;
  font-weight: 500;
  margin-top:5px;
  margin-bottom: 5px;
}
.blog-item-first a {
  font-weight: 600;
  color: #2E7350;
}
img.page-featured-image {
  display: block;
  object-fit: cover;
  width: 100%;
}
.single-content .post-category {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 15px;
}
.single-blog h1 {
    border-bottom: none;
    padding-bottom: 0;
}
.single-content h1 {
    margin-top: 5px;
    font-size: 36px;
    font-weight: 400;
    color: #404040;
    padding-bottom: 20px;
    line-height: 48px;
    font-family: "Instrument Sans", sans-serif;
}
.fb-like-button-wrap, .social-share {
    margin-top: 40px;
}
.fb-like-button-wrap {
    padding-top: 5px;
}
.fb-like-button-wrap, .social-share {
    margin-top: 40px;
}
.social-share a {
    display: inline-block;
}
.social-share a img {
    width: 30px;
    height: 30px;
}
.page-content {

    min-height: 600px;
    padding: 50px 0;
}
.single-content {
    padding: 40px 0 60px;
}
.blog-item-first a {
  display: inline-block;
  margin-top: 30px;
    font-weight: 600;
    color: #2E7350;
}
span.p-date {
  display: block;
  font-size: 14px;
  color: #2E7350;
  margin-bottom: 10px;
}
.text-button-p {
  margin-top: 20px;

}
.post-date span {
  color: #404040;
  font-size: 16px;
  line-height: 20px;
}