.fd-featured-content-section {
  position: relative;
  width: 100%; 
}

.fd-featured-content-section .fd-featured-content-wrapper{
  position: relative;
  width: 100%; 
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  z-index: 5;
}

.fd-featured-content-single {
  display: flex;
  flex-direction: column;
  width: 33.33333%;
/*   max-width: 345px; */
}

.fd-featured-content-image {
  overflow: hidden;
}

.fd-featured-content-image img {
  width: 100%;
  object-fit: cover;
  object-position: top;
}

.fd-featured-content-text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
/*   height: 56%; */
}

.fd-featured-content-heading, 
.fd-featured-content-tag {
  margin-bottom: 5px;
}

.fd-featured-content-tag {
  font-size: 14px;
  font-weight: bold;
}

.fd-featured-content-more-btn {
  margin-top: 30px;
  text-align: center;
}

.fd-featured-content-more-btn {
  display: flex;
  margin-top: 30px;
  justify-content: center;
}

.fd-featured-content-button {
  display: flex;
  margin-top: 5px;
}

{#@media screen and (max-width: 991px) {
  .fd-featured-content-single {
/*     max-width: 345px; */
    width: auto;
  }
}#}

@media screen and (max-width: 991px) {
  .fd-featured-content-section .fd-featured-content-wrapper {
    flex-direction: column;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
  }
}