.resources-featured {
  background-color: #e6eff9;
  padding: 70px 0 80px;
}

.resources-featured__title {
  color: #333;
  margin-bottom: 58px;
  text-align: center;
}

.resources-featured__items__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-left: -30px;
  margin-top: -30px;
}

.resources-featured__item-wrap {
  padding-left: 30px;
  padding-top: 30px;
  width: 100%;
}

@media (min-width: 768px) {
  .resources-featured__item-wrap {
    width: 50%;
  }
}

@media (min-width: 991px) {
  .resources-featured__item-wrap {
    max-width: 312px;
    width: 25%;
  }
}

.resources-featured__item {
  background-color: #fff !important;
  border-radius: 16px;
  color: #333;
  display: flex;
  flex-direction: column;
  filter: drop-shadow(0px 2px 6px rgba(0, 0, 0, 0.15));
  height: 100%;
  padding: 0;
  width: 100%;
}

.resources-featured__item:hover {
  color: #333;
  text-decoration: none;
}

.resources-featured__item__image {
  background-color: #e6eff9;
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
  height: 250px;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.resources-featured__item__image img {
  display: block;
  height: 100%;
  object-fit: cover;
  position: absolute;
  width: 100%;
}

.resources-featured__item__image__play {
  background-color: #8bb8e8;
  border-radius: 50%;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  height: 78px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 78px;
}

.resources-featured__item__image__play svg {
  color: #fff;
  height: auto;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-40%, -50%);
  width: 20px;
}

.resources-featured__item__content {
  display: flex;
  flex: 1 0 auto;
  flex-direction: column;
  min-height: 200px;
  padding: 24px;
  width: 100%;
}

.resources-featured__item__content__description {
  flex: 1 0 auto;
  margin-top: 16px;
}

.resources-featured__item__content__footer {
  align-items: flex-end;
  display: flex;
  justify-content: space-between;
  margin-top: 16px;
}

.resources-featured__item__content__cta {
  color: #2774ae;
  margin-bottom: 12px;
}

.resources-featured__item__content__cta__arrow {
  position: relative;
  top: 2px;
}

.resources-featured__item__content__icon {
  align-items: center;
  background-color: #2774ae;
  border-radius: 50%;
  color: #fff;
  display: flex;
  flex-shrink: 0;
  height: 46px;
  justify-content: center;
  margin-left: 5px;
  width: 46px;
}

.resources-featured__item__content__icon svg {
  display: block;
  height: 14px;
  object-fit: contain;
  width: 18px;
}

.resources-featured__modal {
  align-items: center;
  background-color: rgba(0, 0, 0, 0.82);
  display: flex;
  height: 100%;
  justify-content: center;
  left: 0;
  padding: 20px;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 10;
}

.resources-featured__modal:not(.modal-open) {
  display: none;
}

.resources-featured__modal__close {
  align-items: center;
  display: flex;
  height: 30px;
  justify-content: center;
  position: absolute;
  right: 35px;
  top: 40px;
  width: 30px;
}

.resources-featured__modal__close svg {
  height: auto;
  width: 24px;
}
