@media (max-width: 1024px) and (min-width: 981px){
    .attractions .col-4{
        width: 50%;
    }
    .attractions .image-box img{
        height: 400px;
    }   
}

@media (max-width: 980px){
  
  
  .blog-content p {
    height: 60px;
    overflow: hidden;
}
.attractions .col-4{
    width: 50%;
}
.attractions .image-box img{
    height: 400px;
}
}

@media (max-width: 540px){
  
  section.blog-detail-wrapper .col-md-12{
    padding:0;
  }
  
  section.blog-detail-wrapper.mt-5 {
    padding-top: 40px;
   
}
  section.blog-wrapper .col-12{
    padding:0;
  }
  
    .attractions .col-4{
        width: 100%;
    }
    .attractions .image-box img{
        height: 350px;
    }
    .attractions h6.blog-feat{
        flex-direction: column;
        justify-content: start;
        gap: 10px;
        align-items: flex-start;
    }
    .blog-date {
    margin-left: 0;
    }
    }