.custom-recent-post {
  padding-bottom: 80px;
}

.custom-recent-post .container {
  border-top: 2px solid #efefef;
  padding-top: 50px;
}

.custom-recent-heading h3 {
  font-weight: 600;
}

.custom-recent-heading {
  margin-bottom: 40px;
}

.custom-recent-image {
    border-radius: 20px;
    margin-bottom: 30px;
    overflow: hidden;
}


.custom-recent-image img {
    transition: all .5s ease-in-out;
}

.custom-recent-image a:hover img {
    transform: scale(1.3);
}

.custom-recent-title h5 {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 0;
}

.custom-recent-date {
  color: #8E8E8E;
  line-height: 3;
  font-size;16px: l;
}