@media (max-width: 1366px){
 .attractions .lower-box{
       left: 30px;
    bottom: -50px;
    right: 18px;
  }
}
@media (max-width: 980px){
    .attractions .col-4 {
        width: 49%;
    }
  section.blog-detail-wrapper.mt-5 {
    margin-top: 0px !important;
    padding-top: 50px;
    padding-bottom: 50px;
}

}


@media (max-width: 540px) {
    .attractions .col-4 {
        width: 100%;
        padding: 0;
    }
    .col-12 {
        padding: 0;
    }

    .attractions .image-box img {
        height: 300px;

    }

    .blog-detail-image img {
        height: 300px;
    }

    section.blog-detail-wrapper.mt-5 {
        padding-top: 40px;
        padding-bottom: 0;
    }
    .blog-detail-wrapper {
        padding: 0;
    }
      .attractions .lower-box {
        left: 18px;
        right: 18px;
    }
  .attractions .lower-content h4{
   font-size:22px;
    height:auto;
  }
  h2.widget-title, h2.widgettitle, .blog-detail-title h3{
    font-size:22px;
  }
}



