@media screen and (min-width:992px )and (max-width:1199px){
    .destination-single-item{
        width: 16%;
    }
    .gap{
        gap: 10px;
       }
}
@media screen and (min-width:576px )and (max-width:768px){
    .destination-single-item{
        width: 30%;
    }
}

@media screen and (min-width:1200px){
    .ptop{
        padding-top: 150px;
    }
    .gap{
        gap: 10px;
       }
}
@media screen and (max-width:575px){
    .img-six{
        display: none;
    }
    .destination-single-item{
        width: 100%;
    }
    .te-center{
        text-align: center;
    }
}
