.latest-mod{ 
  overflow:hidden;
}

@media (min-width: 1536px) {
  .latest-mod .container{
    max-width:1482px;
  }
}

.latest-mod .section-title{
  margin-bottom:40px;
}

.latest-block{
  max-width:444px;
}
.latest-block .item-img{
  display:inline-block;
  width:100%;
  height:250px;
  position:relative;
  border-radius:10px;
  overflow:hidden;
  box-shadow:0px 0px 30px rgba(59, 96, 228, 0.2);
}
.latest-block .item-img img{
  display:block;
  min-width:100%;
  min-height:100%;
  object-fit:cover;
  position:absolute;
  left:50%;
  top:50%;
  transform:translate(-50%, -50%);
}

.latest-block .itme-text{
  padding-top:32px;
}

.latest-block .item-title{
  margin-bottom:10px;
}

.latest-block .item-date{
  display:block;
  font-size:16px;
  font-weight:700;
  line-height:1.75;
  letter-spacing;0.1em;
  text-transform:uppercase;
  margin-bottom:27px;
}

@media only screen and (min-width:992px){

  .latest-items{
    display:flex;
    margin:0 -20px;
  }
  .latest-items .col-item{
    width:calc(100% / 3);
    padding:0 20px; 
  }
  .latest-block .item-img-wrap{
    display:inline-block;
    width:100%;
    position:relative;
  }
  .latest-block .item-img-wrap:before{
    content:"";
    display:inline-block;
    width:100%;
    height:100%;
    border:1px solid #7765E3;
    border-radius:10px;
    position:absolute;
    left:20px;
    top:15px;
  }
  .latest-block .item-img{
    height:300px;
  }
  
  .latest-block .item-title{
    margin-bottom:0px;
  }
  
}

@media only screen and (max-width:991px){
  #latest-items{
    max-width:444px;
    margin:0 auto;
    padding-bottom:50px;
  }
  
  #latest-items .slick-list{
    margin:0 -30px;
  }
   #latest-items .slick-slide{
     margin:30px 30px 0;
  }

  #latest-items .slick-dots{
    width:100%;
    position:absolute;
    bottom:0; 
    left:0;
  }
  #latest-items .slick-arrow.slick-prev{
    left:15%;
  }
   #latest-items .slick-arrow.slick-next{
     right:15%;
  }

}










