.hngt-wrap {
  position: relative;
}

.home .hngt-swiper .swiper-wrapper {
align-items: stretch;
}
.hngt-swiper .swiper-wrapper {
	align-items: center;
}

.hngt-swiper .swiper-slide {
  height: auto !important;
}

.hngt-card {
  display: flex;
  flex-direction: column;

	height: auto;
  background: #fff;
  border: 1px solid #eee;
}
.home .hngt-card{
  height: 100%;
	max-width: 350px;
}

.hngt-card__body {
  padding: 40px;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.hngt-card__text-wrap {
    display: flex;
    flex-direction: column;
}

.hngt-card__text {
  font-size: 22px;
  line-height: 1.6;
  flex-grow: 1;
}

.hngt-card__text p {
  margin: 0 0 1em;
}

/* .hngt-card__link {
  display: block;
  text-align: right;
  text-decoration: none;
  font-weight: 700;
  letter-spacing: .5px;
  color: #e31937;
  margin-top: auto;
  margin-bottom: 20px;
  margin-right: 10px;
} */

.hngt-card__link {
	color: #e31937;
	font-weight: 600;
	letter-spacing: 1px;
	margin-left: 4px;
	transform: translateY(1px); 
}
.hngt-card__link:hover {
  transform: translate(2px, 1px); 
}

.hngt-card__footer {
  border-top: 1px solid #eee;
  padding: 4px 16px 18px;
  margin-top: 20px
}

.hngt-card__author {
  font-weight: 500 !important;
  font-size: 24px;
  color: #e31937;
}

.hngt-card__title {
  font-size: 16px;
  color: #666;
  margin-top: 4px;
}

.hngt-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border: 0;
  background: transparent;
  padding: 0;
  cursor: pointer;
  z-index: 5;
  line-height: 0;
}

.hngt-nav--prev {
  left: -60px;
}

.hngt-nav--next {
  right: -60px;
}

.hngt-nav img,
.hngt-nav svg {
  width: 100px;
  height: 100px;
  display: block;
}
