.recent-blogs-two .holder {
  position: relative;
    overflow: hidden;

}
@media screen and (max-width: 767px){
  .recent-blogs-two .holder .data .title a{
  font-size:20px !important;
  }
  .swiper-wrapper {
  display: flex !important;
  }
  h2.recent-blog-two-title{
  padding-bottom:0 !important;
  }
  img.blog-img-cls{
  width: 100% !important;
    margin-left: 0% !important;
  }
  .recent-blogs-two .holder .data{
  padding: 7px 25px 7px 25px !important;
  }
  .recent-blogs-two .holder .data .title{
  padding-top: 0px !important;
    height:120px !important;
  }
  div.recent-blogs-two{
  max-height:450px !important;
  }
  .recent-blogs-two .holder .data .action-button > .btn{
  font-size:18px !important;
  }
  .swiper-button-next::after, .swiper-button-prev::after{
  font-size: 25px;
  }
  .recent-blogs-two .holder .data .title a{
  font-size:26px;
  }
}
.recent-blogs-two{
    background: rgb(255,255,255);
  background: linear-gradient(180deg, rgba(255,255,255,1) 15%, rgba(244,244,244,1) 15%);
}
h2.recent-blog-two-title{
text-align:center;
  font-weight:400;
}
.pic-cls{
width:100%;
}
img.blog-img-cls{
  width: 85%;
    max-width: 572px;
    max-height: 318px;
    object-fit: cover;
    margin-left: 15%;
  box-shadow: 5px 5px 10px 0px rgb(147 142 142);
  margin-bottom: 15px;

}
a.btn.btn-link-cls{
  padding:0;
}
.recent-blogs-two .holder .pic {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: all 0.7s ease-in-out 0.0s;
    -webkit-transition: all 0.7s ease-in-out 0.0s;
  border-radius:5px;
}

.recent-blogs-two .holder .overlay {
    position: absolute;
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
    z-index: 2;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
    opacity: 0;
    visibility: hidden;
    transition: all 0.7s ease-in-out 0.0s;
    -webkit-transition: all 0.7s ease-in-out 0.0s;
}

.recent-blogs-two .holder .data {
    align-items: center;
    justify-content: center;
    padding: 7px 35px 7px 35px;
    
   
    transform: translateY(15px);
    -webkit-transform: translateY(15px);
    transition: all 0.3s ease-in-out 0.0s;
    -webkit-transition: all 0.3s ease-in-out 0.0s;
    position: relative;
    z-index: 999;
    text-align: left;
}

.recent-blogs-two .holder:hover>.overlay, .recent-blogs-two .holder:hover>.data {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    -webkit-transform: translateY(0);
}

.recent-blogs-two .holder .data .title a {
    color: #333;
    text-decoration: none;
  font-size:32px;
  line-height: 1.33;
}

.recent-blogs-two .holder .data .title {
    margin-bottom: 10px;
    color: #333;
    text-decoration: none;
    padding: 0;
  padding-top:80px;
}

.recent-blogs-two .holder .data p {
    color: #fff;
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
}

.recent-blogs-two .holder .data p strong {
  font-weight: 400;
}

.recent-blogs-two .holder .data .action-button {
   /****** position: absolute;
    bottom: 0;
    right: 35px;
    z-index: 4;
    text-align: center;
    font-size: 0;
    transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    transition: all 0.3s ease-in-out 0.2s;
    -webkit-transition: all 0.3s ease-in-out 0.2s;
    background: #17be74;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    vertical-align: middle;******/
  margin-top:20px;
}
.recent-blogs-two .holder .data .action-button>.btn:after{
content: url(https://5458374.fs1.hubspotusercontent-na1.net/hubfs/5458374/Right-arrow-red.svg);
    position: relative;
    top: 4px;
    left: 10px;
  transition-duration:0.5s;
}
.recent-blogs-two .holder .data .action-button>.btn:hover:after{
left: 20px;
}
.recent-blogs-two .holder .data .action-button>.btn {
    display: inline-block;
    vertical-align: top;
    padding: 0px;
    border: none;
    border-radius: 0;
    font-size: 22px;
    color: #333333;
    line-height: 1;
    text-decoration: none;
}

span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #17be74;
}

.recent-blog-two-desc {
    margin-top: 24px
}

@media screen and (min-width: 992px) {
  .recent-blog-two-desc {
    margin-bottom: 22px;
}
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  h2.recent-blog-two-title{
  padding-bottom: 0 !important;
    padding-top:20px !important;
  }
  
  div.recent-blogs-two{
  padding-top:20px !important;
  }
  .swiper-wrapper{
  display:flex !important;
  }
    div.recent-blogs-two {
        padding-top: 40px;
        margin: 0 15px;
        overflow: hidden;
        padding-bottom: 49px;
    }
 
}


@media screen and (min-width: 480px) and (max-width: 767px) {
    div.recent-blogs-two {
        padding-top: 40px;
        margin: 0 15px;
        overflow: hidden;
        padding-bottom: 49px;
    }
  
}

@media screen and (min-width: 321px) and (max-width: 479px) {
  div.recent-blogs-two{
  padding-top:10px !important;
  }
    div.recent-blogs-two {
        padding-top: 40px;
        margin: 0 15px;
        overflow: hidden;
        padding-bottom: 49px;
    }
  
  
}

@media screen and (max-width: 320px) {
    div.recent-blogs-two {
        padding-top: 40px;
        margin: 0 15px;
        overflow: hidden;
        padding-bottom: 49px;
    }
  
  
}
.swiper-button-lock{
display:block !important;
}
.recent-blogs-two .swiper-button-next, .recent-blogs-two .swiper-button-prev {
  top:58%;
  opacity:1;
  transition:all 0.3s ease;
  color: #17be74;
}

.recent-blogs-two:hover .swiper-button-next, .recent-blogs-two:hover .swiper-button-prev {
  top:58%;
  opacity:1;
  color: #17be74;
}