.from-posts-carousel .from-posts-carousel--image img {
  width: 100% !important;
  height: 15rem;
}

.from-posts-carousel--title {
  font-size: 24px;
  line-height: 26px;
  font-weight: bold;
  margin-bottom: 0.5rem;
  margin-top: 18rem;

}

.from-posts-carousel--title a {
  color: #000;
  border-bottom: 0;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
}

@media (max-width: 480px){
  .from-posts-carousel--title {
    font-size: 1.1875rem;
    line-height: 1.4rem;
  }
}

.from-posts-carousel--date {
  font-size: 18px;
  margin-bottom: 0.7rem;
}

@media (max-width: 480px){
  .from-posts-carousel--date {
    font-size: 16px;
  }
}

.from-posts-carousel--description {
  font-size: 18px;
  line-height: 28px;
  color: #000;   
  margin-bottom: 1.2rem;
  padding-right: 3rem;
}

@media (max-width: 480px){
  .from-posts-carousel--description {
    font-size: 16px;
    line-height: 22px;
    padding: 0;
  }
}

.from-posts-carousel--link {
  font-size: 1.125rem;
  line-height: 1.5rem;
  font-weight: bold;
  border: none;
  background: none;
}

@media (max-width: 480px){
  .from-posts-carousel--link {
    font-size: 16px;
    line-height: 22px;
  }
}

.from-posts-carousel--link .line {
  background-color: #20438C;
}

.from-posts-carousel--link,
.from-posts-carousel--link:hover,
.from-posts-carousel--link:active,
.from-posts-carousel--link:visited,
.from-posts-carousel--link:link {
  color: #20438C;
  background-color:  transparent;
}

.from-posts-carousel .slick-slide {
  margin: 0 10px;
}

.from-posts-carousel .slick-list {
  margin: 0 -10px;
}


.from-posts-carousel .from-posts-carousel--image {
  float: left;
  margin-bottom: 1.6rem;
  background-size: cover;
  min-height: 255px;
  width: 100%;
  background-repeat: no-repeat;
  border: none;
  background-position: center;
}
@media (max-width: 480px){
  .from-posts-carousel .from-posts-carousel--image {
    background-size: contain;
  }

}


.from-posts-carousel .from-posts-carousel--image:link,
.from-posts-carousel .from-posts-carousel--image:active,
.from-posts-carousel .from-posts-carousel--image:hover,
.from-posts-carousel .from-posts-carousel--image:visited {
  text-decoration: none;
  border: none;
}

@media (max-width: 480px){

  .from-posts-carousel .slick-list {
    padding:0 10% 0 0 !important;
  }

}

.from-posts-carousel--no-results {
  text-align: center;
}