.hubdb__card{
  transition:all .3s ease;
  box-shadow: -4px 4px 20px 0px rgba(0, 0, 0, 0.03);
  position:relative;
  border-radius: 25px;
  background: #F7F7F7;
  height: 95%;
  margin: .8rem;
}

.hubdb__card:hover{
  box-shadow: -4px 9px 25px 0px rgba(0, 0, 0, 0.10);
}
.hubdb__featured-image{
  width: 100%;
  height: 307.063px;
  border-radius: 24px 24px 0 0;
  object-fit: cover;
}

.hubdb__child-info {
  list-style: none;
  padding-left: 0;
  margin: 1rem 0 4rem 0;
}

.hubdb__child-item {
  margin-bottom: 9px;
  display: flex;
  flex-flow: row nowrap;
  gap: 1rem;
  align-items: center;
}

.hubdb__child-name {
  color: #75787B;
  font-style: italic;
}

.hubdb__name {
  font-size: 22px;
  margin: 1rem 0 0 0;
  color: #0057B8;
  font-weight: 600;
  min-height: 90px;
}

.hubdb__information{
  padding: 32px 24px;
  border-radius: 0 0 24px 24px;
}

.hubdb-cards .swiper-pagination-bullet-active {
  background: #003eac!important;
}

.hubdb-cards .swiper-pagination {
  position: relative;
  margin-top: 2rem;
}

.hubdb-cards .swiper-slide {
  height: auto;
}

.hubdb__card-button {
  color: #ffffff;
  background: #FF585D;
  padding: 10px 20px;
  border-radius: 50px;
  position: absolute;
  bottom: 20px;
  border-color: #FF585D;
