@media (max-width: 1366px){
	.attractions .image-box img{
    height: 350px;
}
.attractions .lower-box{
    left: 20px;
    right: 20px;
}
}
@media (max-width: 1024px){
	     .attractions .image-box img {
        height: 300px;
    }
}
@media (max-width: 980px){
	.attractions .image-box img {
        height: 280px;
    }
}
@media (max-width: 540px){
	.heading-sec {
        margin-bottom: var(--m25);
    }
     .attractions .lower-content {
            width: 100%;
        }
      
        .attractions .lower-content h4 {
            font-size: var(--f20);
            height: auto;
        }
        .attractions .image-box img {
        height: 350px;
    }
    .attractions .col-4{
        padding: 0;
    }
     .attractions .row.aos-init{
        gap: 50px 0;
    }
}