@media only screen and (min-width: 1600px) {

    .container {
        width: 1400px;
    }

    .text-h {
        font-size: 36px;
    }

    .text-p {
        margin-block: 15px;
    }

    .button {
        padding-inline: 30px;
    }

    .header .hdr-logo-img {
        height: 40px;
    }

    .header .hdr-cta {
        min-width: 360px;
    }

    .header .hdr-nav-lbl {
        padding-inline: 15px;
    }

    .header .hdr-nav-dd {
        width: 1400px;
    }

    .hero .her-con-w-bg {
        padding-inline: 80px;
    }

    .hero .her-h1 {
        font-size: 50px;
    }

    .hero .her-h2 {
        font-size: 20px;
        margin-top: 5px;
    }

    .hero .her-rate {
        font-size: 40px;
    }

    .hero .her-ggl {
        left: 80px;
    }

    .hero .her-list-itm {
        flex: 1;
    }

    .hero .her-list-h {
        font-size: 20px;
    }

    .hero .her-list-p {
        font-size: 16px;
        margin-top: 5px;
    }

    .hero-basic .her-h1 {
        width: 600px;
        font-size: 60px;
    }

    .hero-basic .her-h2 {
        font-size: 15px;
        margin-block: 30px;
    }

    .hero-basic .her-ggl {
        left: unset;
        bottom: 20px;
    }

    .options .opt-itm {
        min-height: 500px;
        max-height: 500px;
    }

    .options .opt-itm-img-con {
        height: 280px;
    }

    .options .arrow {
        width: 50px;
        height: 50px;
    }

    .options .arrow svg {
        width: 20px;
        height: 20px;
    }

    .options .arrow.prev {
        left: 20px;
    }

    .options .arrow.next {
        right: 20px;
    }

    .testimonial .tes-block {
        max-width: 1000px;
        padding: 40px;
    }

    .testimonial .tes-con {
        padding-right: 40px;
        margin-right: 40px;
    }

    .testimonial .tes-cta {
        width: 220px;
    }

    .why .why-con {
        margin-top: 40px;
    }

    .why .why-itm {
        padding: 30px;
        column-gap: 30px;
    }

    .why .why-itm-icon {
        width: 80px;
        height: 80px;
    }

    .why .why-btns {
        margin-top: 40px;
    }

    .why .why-btn {
        padding-inline: 60px;
    }

    .hardwork .container {
        column-gap: 80px;
        max-width: 1200px;
        padding-inline: 80px;
    }

    .hardwork .hdwk-tel {
        font-size: 36px;
        margin-top: 30px;
    }

    .hardwork .hdwk-btn:first-child {
        margin-bottom: 15px;
    }

    .calculator .container {
        column-gap: 120px;
    }

    .calculator .calc-quote {
        max-width: 300px;
    }

    .calculator .calc-no-con {
        max-width: 1140px;
    }

    .lenders .lend-itm {
        width: calc((100% / 8) - (210px / 8))
    }

    .news .news-con {
        width: calc(1400px + ((100vw - 1420px) / 2));
        margin-left: calc((100vw - 1420px) / 2);
    }

    .news .news-img {
        height: 280px;
    }

    .news .arrow {
        width: 50px;
        height: 50px;
    }

    .news .arrow svg {
        width: 20px;
        height: 20px;
    }

    .news .arrow.prev {
        left: -70px;
    }

    .news .arrow.next {
        right: 20px;
    }

    .faqs .faqs-con {
        max-width: 1000px;
    }

    .quick-quote .container {
        column-gap: 120px;
    }

    .quick-quote .qq-con {
        width: 400px;
    }

    .quick-quote .form-cboxes {
        display: flex;
        align-items: center;
        column-gap: 40px;
    }

    .quick-quote .form-btn {
        flex: unset;
        width: auto;
        padding-inline: 60px;
    }

    .quick-quote .form-note {
        max-width: 400px;
    }

    .footer .container {
        display: flex;
        flex-wrap: wrap;
        column-gap: 60px;
    }

    .footer .ftr-info {
        display: block;
        order: 1;
        width: 240px;
    }

    .footer .ftr-logo-img {
        width: 100%;
    }

    .footer .ftr-brch {
        width: 100%;
    }

    .footer .ftr-brch-field {
        font-size: 14px;
    }

    .footer .ftr-nav {
        order: 2;
        flex: 1;
        column-gap: 40px;
    }

    .footer .ftr-nav-list {
        flex: 1;
        width: auto;
    }

    .footer .ftr-sm {
        order: 3;
        width: 100%;
    }

    .footer-b .container {
        display: flex;
        justify-content: space-between;
    }

    .footer-b .ftr-b-info {
        max-width: 800px;
    }

    .footer-b .ftr-b-mems {
        margin-top: 0;
    }

    .footer-b .ftr-b-mems-con {
        column-gap: 15px;
    }

    .footer-b .ftr-b-mem-img {
        width: 97px;
    }
}