.custom-recent-post-wrapper {
  padding: 70px 0 113px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  display: flex;
  flex-wrap: wrap;
}
.custom-recent-post-wrapper .hs-rss-item .blog-post__read-more:hover {
  background: linear-gradient(rgba(255, 178, 119, 1.0) 0%, rgba(248, 135, 48, 1.0 ) 100%);
}

.custom-recent-post-wrapper .top-content h2 {
  font-weight: 700;
  padding-bottom: 25px;
  font-size: 20px;
  line-height: 24px;
  font-family: "lato",sans-serif;
  text-align: center;
  color: #6c6c6c;
}
.custom-recent-post-wrapper .top-content p {
  font-size: 14px;
  margin: 0 0 13px;
  line-height: 20px;
}
.custom-recent-post-wrapper  .bottom-content {
  flex-wrap: wrap;
  display: flex;
  margin: 0 -.6%;
}

.custom-recent-post-wrapper  .hs-rss-item {
  width: 100%;
  margin: 0 0 15px;
  background: #fff;
  box-shadow: 0 0 6px 0 rgb(0 0 0 / 16%);
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}
.custom-recent-post-wrapper  .hs-rss-item-image-wrapper img {
  width: 100%;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}
.custom-recent-post-wrapper  .tag {
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  top: -15px;
  margin-left: 17px;
}
.custom-recent-post-wrapper  .tag span {
  background: #f88730;
  padding: 2px 13px;
  display: inline-block;

}
.custom-recent-post-wrapper  .hs-rss-item a {
  text-decoration: none;
}
.custom-recent-post-wrapper  .hs-rss-item a:hover {
  color: #acb93b;
}
.custom-recent-post-wrapper .hs-rss-item p {
  color: inherit;
}
.custom-recent-post-wrapper  .hs-rss-item-text {
  padding: 0 17px 45px;
  margin-top: -5px;
  margin-bottom: 28px;
}
.custom-recent-post-wrapper .hs-rss-item-text h4 {
  color: #93cc18;
  padding-bottom: 7px;
  line-height: 24px;
  font-weight: 400;
}
.custom-recent-post-wrapper .hs-rss-item-text p {
  line-height: 20px;
  font-size: 14px;
  margin: 0 0 13px;
}
.custom-recent-post-wrapper .blog-post__read-more {
  width: 100%;
  max-width: 300px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  font-family: "lato",sans-serif;
  font-size: 14px;
  line-height: 30px;
  font-weight: 700;
  border-radius: 15px;
  background: linear-gradient(#f88730 0%,#d57429 100%);
  text-align: center;
  padding: 0 15px;
  border: 0;
  outline: 0;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
  z-index: 1;
  text-decoration: none;
  max-width: 136px;
  position: absolute;
  left: 17px;
  bottom: 17px;
  color:#fff;
  -webkit-transition: all .25s ease-in-out 0s;
  transition: all .25s ease-in-out 0s;
}
.custom-recent-post-wrapper .hs-rss-item-image-wrapper.no-image {
  height: 30px;
}
@media screen and (min-width: 1025px){
  .custom-recent-post-wrapper{
    padding: 140px 0 223px;
  }
  .custom-recent-post-wrapper .top-content h2 {
    font-size: 26px;
    line-height: 30px;
    padding-bottom: 45px;
  }
  .custom-recent-post-wrapper .top-content p {
    font-size: 15px;
    line-height: 19px;
    margin: 0 0 23px;
  }
  .custom-recent-post-wrapper .hs-rss-item{
    width: 23.8%;
    margin-left: .6%;
    margin-right: .6%;
    margin-bottom: 1.2%;
  }
  .custom-recent-post-wrapper .hs-rss-item-image-wrapper img {
    height: 193px;
    object-fit: cover;
    object-position: center top;
  }
  .custom-recent-post-wrapper .hs-rss-item-text {
    padding: 0 17px 62px;
  }
  .custom-recent-post-wrapper .hs-rss-item-text h4 {
    font-size: 20px;
  }
  .custom-recent-post-wrapper .hs-rss-item-text p {
    font-size: 15px;
    line-height: 19px;
    margin: 0 0 23px;
  }
  .custom-recent-post-wrapper  .blog-post__read-more {
    font-size: 14px;
    height: 40px;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 768px){
  .custom-recent-post-wrapper .hs-rss-item {
    width: 48.8%;
    margin-left: .6%;
    margin-right: .6%;
  }
}