.home-type2 .card {
  margin-bottom: 15px;
}

.home-type2 .sub-section-title {
  font-size: 15pt;
  font-weight: bold;
  text-align: center;
  display: block;
  padding: 0px 0px 15px 0px;
  text-transform: uppercase;
}

.home-type2 .tab-content-list-container {
  overflow: hidden;
}

.home-type2 .card {
  margin-bottom: 15px;
}

.home-type2 .card-block {
  padding: 15px;
}

.home-type2 .card-title {
  display: -webkit-box !important;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 14pt;
  line-height: initial;
}

.home-type2 .card-text {
  display: -webkit-box !important;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 13pt;
  line-height: initial;
}

@media (min-width: 1024px) {
  .home-type2 .card-title {
    min-height: 70px;
  }
}

@media (min-width: 1024px) {
  .home-type2 .card-text {
    /*min-height: 70px;*/
    max-height: 105px;
    overflow: hidden;
    min-height: 105px;
  }
}

.home-type2 .post-img {
  width: 100%;
  padding-bottom: 65%;
  overflow: hidden;
	position: relative;
}

.home-type2 .post-img img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.home-type2 .post-img img:hover {
  animation: pulse 1s;
}

.home-type2 .see-more-link {
  background-color: #558e37;
  color: #fff;
}

.home-type2 .tab-content-list-container .detail {
  padding: 15px;
  width: 100%;
}

.brush-text-container, .brush-text-container:before, .brush-text-container:after{
	position: relative;
}

