@media (max-width:767px) {
    .container {
        max-width: 100%;
    }
    html {
        font-size: 0.75rem;
    }
    .navbar-expand-md .navbar-nav .nav-link {
        display: flex;
        align-items: center;
    }
    .row {
        margin-left: 0;
        margin-right: 0;
    }
    .tour-package {
        padding-left: 0;
        padding-right: 0;
    }
    .nav-item {
        margin-bottom: 0.625rem;
        margin-top: 0.625rem;
    }
    .track-content h1::after,
    .track-content h1::before {
        width: 10%;
    }
    .tab-title::after,
    .tab-title::before {
        width: 20%;
        bottom: 1.563rem;
    }
    .class1-2 {
        padding-bottom: 2rem;
    }
    .discount-tag::before {
        right: 0;
    }
    .w28h27 {
        width: 1.75rem;
        height: 1.6875rem;
    }
    .biletes_right {
        padding: 0.625rem !important;
        font-size: 12px;
    }
    .max-1030-right {
        margin-left: 3%;
    }
    .mx-auto-m {
        margin-right: auto;
        margin-left: auto;
    }
    .w-m-100 {
        width: 100%;
    }
}

@media (max-width: 510px) {
    .justify-content-510-center {
        justify-content: center !important;
    }
}