.featured-card {
    border: 6px solid #e6e7e8;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    overflow: hidden;
    transition: .4s ease;
    display: flex;
    align-items: center;
    margin-bottom: 35px;0
    transition: .4s ease;
}
.featured-card:hover {
    box-shadow: 0 20px 40px -10px rgba(0, 0, 0, .3);
    transition: .4s ease;
}
.featured-card:hover .f-image {
  transform: scale(1.1, 1.1);
  transition: .4s ease;
}
.featured-card .left-area {
    max-width: 531px;
    width: 100%;
    overflow: hidden;00
    transition: .4s ease;
}
.featured-card .f-tag {
    background: #00B1CD;
    max-width: 127px;
    text-align: center;
    color: #fff;
    padding: 5px 5px;
    border-radius: 10px;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 40px;
    display: block !important;
}
.featured-card .right-area {
    padding-left: 35px;
    max-width: 560px;
    width: 100%;
}
.featured-card .right-area h3 {
    max-width: 350px;
    margin-bottom: 16px;
    font-weight: 400;
}
.featured-card .right-area p {
    max-width: 350px;
    font-size: 22px;
    line-height: 32px;
}
.featured-card .right-area h3 a {
    font-size: 32px !important;
    line-height: 34px !important;
    margin-bottom: 16px !important;
    font-family: 'ProximaNova-Black';
    color: #000;
}
.featured-card .right-area h3 a:hover{
  color: #00b0cc;
}
.featured-card .right-area a.read-more-link {
    font-family: ProximaNova-Regular !important;
    font-size: 22px;
    line-height: 20px;
    margin-bottom: 10px;
}
.search-icon {
    margin: 0 auto 45px !important;
}
.case-studies-desc p {
    max-width: 965px;
    text-align: center;
    margin: 0 auto 65px;
}
.post-item .post-body h3, .post-item .post-body h3 a {
    margin-bottom: 16px !important;
    max-width: 350px;
    font-weight: 400;
}
.case-studies-desc p a {
    font-weight: 400;
}
.post-listing.row-fluid {
    display: flex;
    flex-wrap: wrap;
    /* gap: 28px; */
/*     margin: 0 -14px !important; */
    justify-content: space-between;
}
.post-listing.row-fluid .span4 {
    margin-bottom: 28px !important;
}
.case-studies .solutions-blog .post-body {
    padding: 6px 30px 23px !important;
    min-height: 335px;
    display: flex;
    flex-direction: column;
}
img.hs-featured-image {
    height: 240px;
    object-fit: cover;
}

.solutions-blog .post-item{
    margin-bottom: 0px !important;
}
.search-icon i.fa.fa-search {
    font-size: 20px;
}
.search-icon #search {
    width: 68.4%;
}
.search-icon #wrap .primary {
    width: 9.6% !important;
}
.search-icon form {
    display: flex;
    justify-content: center;
}
/* .post-listing .span4:first-child img.hs-featured-image {
    height: auto;
}
.post-listing .span4:first-child .post-body {
    min-height: auto;
}
.post-listing .span4:first-child {
    width: 100%;
    margin: 0 0 28px !important;
} */
.solutions-blog .post-listing .span4:nth-child(3n+1) {
    margin-left: 0px;
    clear: inline-end !important;
}

/* .post-listing .span4:first-child .post-item {
    display: flex;
    align-items: center;
}
.post-listing .span4:first-child .post-item .hs-featured-image-wrapper {
    margin: 0 0 0px 0px;
} */
.solutions-blog h3 a {
    font-size: 32px !important;
    line-height: 34px !important;
}
.solutions-blog .post-body p {
    margin-bottom: 28px;
    font-size: 22px;
    line-height: 32px !important;
    max-width: 350px;
}
.solutions-blog .read-more-link {
    font-family: 'ProximaNova-Regular' !important;
    margin-top: auto;
    font-size: 22px;
    line-height: 20px;
    margin-bottom: 10px;
}
a.page-link {
    display: inline-block;
    background: #fff;
    width: 100%;
    max-width: 73px;
    text-align: center;
    font-size: 24px;
    color: #000;
    -webkit-box-shadow: 3px 3px 5px 0px rgba(26, 32, 56, 0.31);
    -moz-box-shadow: 3px 3px 5px 0px rgba(26, 32, 56, 0.31);
    box-shadow: 3px 3px 5px 0px rgba(26, 32, 56, 0.31);
    padding: 11px 10px;
    margin: 10px 10px 0;

}

/* .post-listing .span4:first-child .f-tag {
    background: #00B1CD;
    max-width: 127px;
    text-align: center;
    color: #fff;
    padding: 5px 5px;
    border-radius: 10px;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 40px;
    display: block !important;
} */
a.page-link:hover{
  background: #000000;
    color: #fff;
}
a.page-link.active {
    background: #000;
    color: #fff;
}
div#pagination {
    text-align: center;
    margin-bottom: 70px;
}
@media(max-width:991px){
  .featured-card {
    flex-direction: column;
}
  .featured-card .left-area {
    max-width: 100%;
}
  .featured-card img.f-image {
    width: 100%;
}
  .featured-card .right-area {
    max-width: 100%;
    padding-left: 35px;
    padding-right: 35px;
    width: 100%;
    margin-top: 26px;
    margin-bottom: 28px;
}
  .search-icon #search {
    width: 80%;
}
  .search-icon #wrap .primary{
    width: 13.6%!important
  }
          .solutions-blog .post-body p {
            line-height: 32px !important;
        }
  .case-studies .solutions-blog .post-body {   
    min-height: auto;
}
/*   .post-listing .span4:first-child .post-item {
    display: block;
}
  .post-listing .span4:first-child .post-item .hs-featured-image-wrapper {
    margin: 0 0 26px;
} */
  .post-listing.row-fluid .span4 {
        width: 100%;
    }
}