#recent-posts-insider{
   padding: 60px 0;
}

#recent-posts-insider .inside{
  max-width: 1290px;
  margin: 0 auto;
  padding: 0 30px;
}

.section-top.has-border{
  margin: 0 0 66px;
} 

.section-top .has-icon{
  position: relative;
  padding-left: 30px;
}

.section-top .has-icon:before{
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
   height: 24px;
  width: 18px;
    background: url('https://5664760.fs1.hubspotusercontent-na1.net/hubfs/5664760/assets/Blog%20Custom/bookmarks.svg') no-repeat center;
  background-size: cover;
}

.section-top.has-border .blog-inside{
  position: relative;
} 


.section-top.has-border .blog-inside:before{
  content: "";
  position: absolute;
  left: 30px;
  top: 65px;
  width: calc(100% - 60px);
  height: 1px;
  background: #DDDDDD;
}

.section-top .inside{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.posts-flex{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 20px;
}

.posts-flex a{
  display: block;
  max-width: 330px;
  border-radius: 20px;
  text-decoration: none;
}

.posts-flex figure{
  margin: 0;
   border: 1px solid #DDDDDD;
  border-radius: 20px;
  height: 100%;
  background: #ffffff;
}

.posts-flex figcaption{
  background: #ffffff;
  border-radius: 0 0 20px 20px;
  padding: 32px 33px 33px;
  width: -webkit-fill-available;
}

.posts-flex figcaption span{
  display: block;
  margin: 0 0 12px;
  color: #23BFEE;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 17px;
}

.posts-flex figcaption h3{
  color: #1D3246;
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 29px;
  margin: 0 0 32px;
}

.posts-flex figcaption p{
   color: #1D3246;
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  letter-spacing: 0;
  line-height: 16px;
  margin: 0;
}

.posts-flex .img-box{
  width: 100%;
  height: 170px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: grey;
  border-radius: 20px 20px 0 0;
}

@media only screen and (max-width: 540px){

.section-top.has-border .blog-inside:before{
  display: none;
}
