@media only screen and (max-width: 600px) {
    header .header-bottom {
        text-align: center;
    }

    header .header-bottom .logo img {
        max-width: 60%;
    }

    .content {
        padding: 30px 20px;
    }

    .typo-lite h2 {
        font-size: 34px;
        line-height: 45px;
        margin-bottom: 20px;
    }

    .typo-lite .menu-box h3 {
        font-size: 12px;
        line-height: 17px;
        margin-bottom: 0px;
    }

    .typo-lite .menu-box img {
        max-width: 60%;
    }

    .typo-lite .menu-box {
        padding: 20px;
        margin-bottom: 20px;
    }

    header .header-top {
        padding: 10px;
    }

    header .header-top .btn-2 {
        font-size: 14px;
    }

    footer p {
        font-size: 14px;
        margin-bottom: 15px;
    }

    footer .footer-link ul {
        margin-top: 15px;
    }

    footer .footer-link ul li a {
        font-size: 14px;
        text-decoration: none;
    }

    button.navbar-toggler {
        border: none;
        margin: 10px auto;
    }

    .dt-align {
        margin-left: 0%;
    }

    .header-nav li {
        display: block;
    }

    .price-box {
        margin-top: 20px;
    }

    .table-box .table-head {
        padding: 20px 20px;
    }

    .home .content.content-lite .typo-lite h2 {
        font-size: 36px;
    }

    .table-box .table-head h3 {
        font-size: 20px;
        line-height: 25px;
    }

    .table-box .table-body {
        padding: 20px 20px;
    }

    .table-box .table-body .table-row p {
        font-size: 16px;
        line-height: 25px;
    }

    .table-box .table-body .table-row p.left {
        width: 65%;
    }

    .table-box .table-body .table-row p.right {
        width: 35%;
    }

    .table-box .table-body .table-row p strong {
        font-size: 16px;
        line-height: 25px;
    }

    .btn-mortage,
    .btn-exit {
        width: 100%;
        margin-bottom: 10px;
    }

    .table-box .table-body h4 {
        font-size: 18px;
        line-height: 25px;
    }

    a.btn.btn-new {
        width: 100%;
        margin-bottom: 10px;
    }

    .hide-mobile {
        display: none;
    }
}