.resources-display {
    border: 0!important;
}
.resources-display .ui-tabs-nav {
    background: none;
    border: 0!important;
}
.resources-display .ui-tabs-nav a {
    background: #7AC8F2!important;
    font-family: "Open Sans", Helvetica,Arial,sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #fff!important;
}
.resources-display .ui-tabs-panel {
    padding: 1em 0!important;
}
.resources-display .topic a {
    padding: 10px;
}
.resources-display .topic a img {
  border: 1px solid rgba(0,0,0,.125);
}
.resources-display .ui-state-active {
    border: none!important;
}
.resources-display .ui-state-active a {
    background: #167fa6!important;

}

.resources-display img {
    object-fit: cover;
    width: 100%;
    height: 200px!important;
}
.eael-tm-image img {
  object-fit: cover;
}
.swiper-wrapper img {
width: 100%!important;
height: auto!important;
}
.eael-tm-description {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

@media screen and (min-width: 787px) {
  .swiper-wrapper img {
  object-fit: cover;
  width: 100%!important;
  height: 200px!important;
}
  .elementor-page-32 .swiper-pagination {
    display: none;
  }
    .resources-display .topic {
        display: grid;
        grid-gap: 10px;
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}
