#pagination-container {
  text-align: center;
  margin-top: 30px;
}

#pagination-container button {
  background-color: #a1a1a1;
  border: 1px solid #ccc;
  padding: 8px 12px;
  margin: 0 4px;
  cursor: pointer !important;
  border-radius: 4px;
}

#pagination-container button.active {
  background-color: #0073e6;
  color: white;
  border-color: #0073e6;
}

#pagination-container button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.hs-pagination {
    margin: 0 0 50px 0;
}
.tagItems li.tagItems__item a{
transition: transform 0.3s;
}
.tagItems li.tagItems__item a:hover{
transform: translateY(-5px);
    background: #a4e9cf;
}
.upper-blog-content h2 { font-size: 32px;}
.blogItems__itemInner .blogItems__itemImg {
    
    align-items: flex-end;
    background-position: 50% no-repeat;
    background-size: cover;
    border-radius: 24px 24px 0 0;
    display: flex;
    flex-direction: row;
    height: 180px;
    margin-bottom: 20px;
    padding: 20px 20px 40px;
}
.blogItems__itemInner a:hover{
text-decoration: none;
}
.alt-desc {
      color: #ffffff;
    font-size: 22px;
    font-weight: 600;
}
.blogItems__itemInfo{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px 24px 24px;
  height: 100%;
}
.blog-wrapper-list .tagList{
  max-width: 30%;
}
.blog-wrapper-list .blogItems{
  width: 82%;
}
.blog-wrapper-list .blogItems__itemInner{
  height: 100%;
  display: flex;
  flex-direction: column;
}

.tagList .tagItems{
  list-style: none;
  padding: 0;
}
.tagList .tagItems li{
  margin-bottom: 3px;
  display: inline;
}
.tagList .tagItems li,
.tagList .tagItems li a{
      background: #d0f8e9;
    border-radius: 30px;
    color: #10885c;
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 6px;
  text-decoration: none;
}
.tagList .tagItems li a{
  display: table;
    padding: 12px 20px;
}
.tagList .tagItems li a:hover,
.tagList .tagItems li a.active{

  
}


.blog-wrapper-list {
  display: flex;
  gap: 30px;
}

.blog-wrapper-list {
  display: flex;
  flex-wrap: wrap;
/*   justify-content: center; */
  }

.blog-wrapper-list .blog-wrapper-col  {
  display: flex;
  justify-content: flex-start;
  flex-grow:1;
  flex-basis:300px;
  flex-direction: column;
/*   align-items: center; */
}





.blog-wrapper-list .blogItems__list{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
}
.blog-wrapper-list  .blogItems__listItem{
  background: #F9FAFF;
  border-radius: 24px;
  transition: transform 0.3s;

}
.blog-wrapper-list  .blogItems__listItem:hover{
  box-shadow: -4px 17px 27px -17px rgba(0,0,0,0.75);
-webkit-box-shadow: -4px 17px 27px -17px rgba(0,0,0,0.75);
-moz-box-shadow: -4px 17px 27px -17px rgba(0,0,0,0.75);
  transform: translateY(-10px);
}
.blog-wrapper-list .blogItems__itemInfo h3,
.blog-wrapper-list .blogItems__itemInfo h3 a{
  font-size: 22px;
  font-weight: 600;
  line-height: 28px;
  color:#0F1949;
  text-decoration: none;
}
.blog-wrapper-list .blogItems__itemInfo h3{
  margin-bottom: 10px;
}
.blog-wrapper-list .blogItems__itemInfo p{
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color:#7B8095;
}
.blogPosts__topic a {
    background: #d0f8e9;
    border-radius: 20px;
    color: #10885c;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
    margin-bottom: 5px;
    margin-right: 1px;
    padding: 8px 20px;
    text-decoration: none;
}
.blogPosts__topic .marketing-automation {
    background-color: #f0f2ff;
    color: #001df4;
}

@media screen and (max-width: 1250px) {
  .blog-wrapper-list {
 width: auto;
}
  @media screen and (max-width: 850px) {
    .blog-wrapper-list .blogItems__list{
      grid-template-columns: 1fr 1fr;
    }
    .blog-wrapper-list .tagList{
  max-width: 100%;
}
}
@media screen and (max-width: 600px) {
  .blog-wrapper-list .blogItems{
    width: 100%;
  }
  .blog-wrapper-list .tagList{
  max-width: 100%;
}
  .blog-wrapper-list .blog-wrapper-col{
    
  }
  
  .blog-wrapper-list .blogItems__list{
  grid-template-columns: 1fr;
}
  .blogItems__itemInfo{
    height: auto;
  }
  .blog-wrapper-list{
    padding: 20px 10px;
  }
}

