@media(max-width: 991.98px){
    main {
        margin-top: 88px;
    }

    .h-logo img{
        height: 50px;
    }

    .site-header .navbar-expand-lg .navbar-nav .nav-link {
        padding: 3px 7px;
        font-size: 10px;
        line-height: 16px;
    }
    .f-26 {
        font-size: 18px;
    }

    .site-footer {
        background-image: none !important;
    }

    .f-form{
        background: url(../images/footer-img.png);
        background-position: right top;
        background-size: cover;
        background-repeat: no-repeat;
    }
    .discovery-block img {
        height: 170px;
        margin: auto;
    }

    .f-30 {
        font-size: 24px;
    }

    .social-links img {
        height: 30px;
    }
    .f-logo img{
        height: 80px;
    }
}

@media(max-width: 767.98px){
    body{
        font-size: 14px;
        line-height: normal;
    }
    .f-36 {
        font-size: 24px;
    }
    .f-20 {
        line-height: 24px;
        font-size: 16px;
    }
    .f-28 {
        line-height: 28px;
        font-size: 22px;
    }
    .heading {
        line-height: 34px;
        font-size: 28px;
    }
    .f-46 {
        line-height: 42px;
        font-size: 32px;
    }
    .card h5 {
        font-size: 18px;
    }
    .item-inner img {
        height: 250px;
        margin: auto;
    }
    .f-30 {
        font-size: 20px;
        line-height: 26px;
    }
}

@media(max-width: 576.98px){
    .f-48 {
        font-size: 24px;
    }
}