.text-center .text-left.tagline-wrap {
  justify-content: flex-start;
}
.tagline-wrap .tagline{
font-family: Forza;
font-size: 14px;
  color: #24303C;
font-style: normal;
font-weight: 350;
line-height: normal;
text-transform: uppercase;
}
.th-blog-listings-2 .heading-flex {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  align-items: center;
  margin-right: -12px;
  margin-left: -12px;
}
.cont-under-heading{
color:  #24303C;
font-family: Forza;
font-size: 28px;
font-style: normal;
font-weight: 325;
line-height: normal;
}
.heading-text .heading-type{
color: #81B13E;
font-family: Forza;
font-size: 35px;
font-style: normal;
font-weight: 400;
line-height: normal;
}
.th-blog-listings-2 .heading-flex .heading-col {
  flex: 1;
  padding: 0 12px;
}

.th-blog-listings-2 .heading-flex .heading-col.content-wrap {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.th-blog-listings-2 .filter-list .list-inline-item:not(:last-child) {
  margin-right: 5px;
  margin-bottom: 5px;
}
.filter-list .list-inline-item a.button{
  border:1px solid #81B13E;
  border-radius:0px;
  background-color:transparent;
  color:#81B13E;
  font-family: Forza;
font-size: 14px;
font-style: normal;
font-weight: 350;
line-height: normal;
letter-spacing: -0.14px;
  padding: 15px;
}
.blog-card{
position:relative;
  height:500px;
}
.th-blog-listings-2 .blog-card-featured-image .featured-image {
    height: 100%;
    object-fit: cover;
    width: 100%;
}
.blog-card .blog-card-featured-image{
position:relative;
width:100%;
  height:100%;
  object-fit:cover;
}
.blog-card  .blog-card-body{
position:absolute;
  bottom:0px;
  width:100%;
  text-align:left;
    background:#24303ce8;

  padding:20px 40px;
}

.filter-list .list-inline-item a.button.active{
   border:1px solid #81B13E;
  border-radius:0px;
   background-color:#81B13E;
  color:#fff;
}
.th-blog-listings-2 .flex {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  align-items: center;
  margin-right: -20px;
  margin-left: -20px;
}
.blog-post-name a {
color: #FFF;

font-family: Forza;
font-size: 25px;
font-style: normal;
font-weight: 350;
line-height: normal;
}
.blog-card-topic a{
color: #81B13E;
/* titoletto */
font-family: Forza;
font-size: 14px;
font-style: normal;
font-weight: 350;
line-height: normal;
text-transform: uppercase;

}
.th-blog-listings-2 .flex .col {
  flex: 0 0 25%;
  max-width: 25%;
  padding: 20px 20px;
}


.th-blog-listings-2 .blog-card {
  overflow: hidden;
}



.th-blog-listings-2 .author-date .list-inline-item:not(:last-child) {
  border-right: 1px solid #2d334a;
  padding-right: 10px;
  line-height: 1.2;
}
.filters-container{
padding: 40px;
background-color: #2D3C4B;
  margin-bottom:30px;
}
#loadMoreBtn span{
 font-family: Forza;
font-size: 14px;
  font-weight:200;
}
#loadMoreBtn{
 display:flex !important;
  
 
 justify-content:center;
 align-items:center;
  gap:5px;
  color:#81B13E;
border: 2px solid  #81B13E;
background: #FFF;
}
.cont-load-more{
width:100%;
 justify-content: center;
    display: flex;
}
.greenbtnsearch{
background-color:#81B13E;
  padding: 10px 60px;
  color:#fff;
  width=20%;
  text-decoration:unset;
  font-family:Forza;
}
#search-form{
display:flex;
  padding:20px 0px 30px 0px;
}
#input-search{
width:80%;
}
.search-info{
color:#fff;
}
.whitetext,
#greenbtnsearch:hover{
color:#fff;
}
@media (max-width: 767px) {
  
  .th-blog-listings-2 .heading-flex .heading-col {
    flex: 0 0 100%;
  }
  #search-form{
  display:block;
  }
  #input-search{
width:100%;
    margin-bottom:10px;
}
  #loadMoreBtn{
  margin-top:20px;
  }
  .greenbtnsearch{
  width:100%;
    display:flex;
    justify-content:center;
  }
  .th-blog-listings-2 .heading-flex .heading-col.content-wrap {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .th-blog-listings-2 .flex .col {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .th-blog-listings-2 .flex .col:not(:last-child) {
    padding-top: 20px;
    padding-bottom: 0px;
  }
  
}