.from-posts .from-posts-inner {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  column-gap: 20px;
}

@media (min-width: 769px){
  .from-posts .from-posts-inner {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 926px){
  .from-posts .from-posts-inner {
    grid-template-columns: repeat(3, 1fr);
  }
}

.from-posts .from-posts--item {
  margin-bottom: 3rem;
}

.from-posts .from-posts--item {
  margin-bottom: 3rem;
}

@media (max-width: 768px){
  .from-posts .from-posts--item {
    margin-bottom: 2rem;
  }
}

.from-posts .from-posts--image a {
  background-size: cover;
  background-position: center;
}

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

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

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

.from-posts .from-posts--title a,
.from-posts .from-posts--title a:active,
.from-posts .from-posts--title a:link,
.from-posts .from-posts--title a:hover,
.from-posts .from-posts--title a:visited {
  color: #000;
}
.from-posts .from-posts--title a {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  width: 100%;
}
.from-posts--description {
  font-size: 18px;
  line-height: 28px;
  color: #000;   
  margin-bottom: 1.2rem;
  padding-right: 3rem;
}

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

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

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

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

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

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

}

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

/* Load more */
.from-posts .from-posts-load-more {
  width: 100%;
  text-align: center;
  padding: 1rem;
}

.from-posts .from-posts-load-more .btn-load-more {
  text-transform: uppercase;
}


@media (max-width: 480px){

  .from-posts .from-posts-load-more {
    padding: 0;
  }

  .from-posts .from-posts-load-more .btn-load-more {
    width: 100%;
  }

}
