#our-fresh-thinking .card-body a {
    border: 2px solid var(--g-blue);
    color: var(--g-blue);
    margin-top: 10px;
    padding: 10px 30px;
    font-size: 16px !important;
}

section#our-fresh-thinking .card-footer {
    background: white;
    border: 0px;
}
/*
section#our-fresh-thinking .card-footer a {
    border: 2px solid var(--g-blue);
    color: var(--g-blue);
    margin-top: 10px;
    padding: 6px 20px;
    font-size: 16px !important;
    margin-bottom: 20px;
}
section#our-fresh-thinking .card-footer a:hover {
    border: 2px solid var(--g-blue);
    background-color:var(--g-blue) ;
    color: white !important;
    margin-top: 10px;
    padding: 6px 20px;
    font-size: 16px !important;
    margin-bottom: 20px;
}
    */
section#our-fresh-thinking h5{ font-weight: 500!important; font-size: 16px; line-height: 1.25;}

 
section#our-fresh-thinking .card {
    padding: 8px;
    overflow: hidden;
}
/*
section#our-fresh-thinking .card:hover {
    padding: 8px;
    overflow: hidden;
    transform: scale(1.08);
    transition: ease-out 0.2s;
    -webkit-transition: ease-out 0.2s;
    -moz-transition: ease-out 0.2s;
}

section#our-fresh-thinking .card:hover img {
    transform: scale(1.08);
    transition: ease-out 0.2s;
    -webkit-transition: ease-out 0.2s;
    -moz-transition: ease-out 0.2s;
    margin-top: -2px;
    height: 174px;
  }

section#our-fresh-thinking .card .card-body{
    height: 160px;
    padding: 20px 5px;
}
*/
  section#our-fresh-thinking .asset-featured:after{
    content: ' ';
    height: 8px;
    width: 100%;
    background: var(--gradient-primary);
    position: absolute;
    bottom: 0;
    left: 0;
}


#our-fresh-thinking .swiper-slide{
    margin-left: 0; height: 380px;
}

#our-fresh-thinking .testimonial-slider .swiper-pagination{
    top: 0;
    margin-left: 15px;
}

@media (min-width: 992px) and (max-width: 1399.98px) { 
    #our-fresh-thinking .swiper-slide{
        margin-left: 0; height: 320px;
    }
    section#our-fresh-thinking h5{ font-size: 15px;}
  }