@media screen and (max-width: 1399.9px) {
    .main-inner {
        width: 100%;
    }

    .main-inner .main-title {
        font-size: 34px;
        line-height: 38px;
        margin-bottom: 5px;
    }

    .main-inner .main-desc {
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 10px;
    }

    .docs-wrapper .docs-text {
        font-size: 14px;
        line-height: 20px;
    }

    .docs-wrapper label {
        font-size: 19px;
    }

    .docs-wrapper input {
        font-size: 19px;
        line-height: 31px;
    }

    .docs-wrapper .submitbtn {
        font-size: 19px;
        line-height: 23px;
    }

    .docs-wrapper .docs-desc {
        font-size: 13px;
        line-height: 19px;
    }

    footer p {
        font-size: 18px;
        line-height: 30px;
    }

    .void .main-inner .main-title {
        font-size: 30px;
        line-height: 34px;
        margin-bottom: 5px;
    }

    .void .main-inner .main-desc {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 10px;
    }

    .void .docs-wrapper .docs-text {
        font-size: 13px;
        line-height: 19px;
    }

    .void .main-left {
        padding: 10px 25px;
    }

    .void .main-right .box {
        padding: 10px 25px;
    }
}

@media screen and (max-width: 1199.9px) {
    main {
        padding: 20px 0 30px;
    }

    .main-inner .main-title {
        font-size: 32px;
        line-height: 36px;
        margin-bottom: 8px;
    }

    .main-inner .main-desc {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 18px;
    }

    .main-left {
        padding: 12px 20px;
    }

    .main-right .box {
        padding: 12px 20px;
    }

    .docs-wrapper .docs-text {
        font-size: 13px;
        line-height: 19px;
        margin-bottom: 8px;
    }

    .docs-wrapper label {
        font-size: 16px;
    }

    .docs-wrapper input {
        font-size: 14px;
        line-height: 26px;
    }

    .docs-wrapper .submitbtn {
        font-size: 16px;
        line-height: 20px;
        margin-top: 22px;
    }

    .docs-wrapper .docs-desc {
        font-size: 11px;
        line-height: 17px;
        margin-bottom: 8px;
    }

    .icon-wrapper img {
        width: 63px;
        height: 63px;
    }

    footer p {
        font-size: 16px;
        line-height: 28px;
    }

    .void .main-inner .main-title {
        font-size: 26px;
        line-height: 30px;
    }

    .void .main-inner .main-desc {
        font-size: 14px;
        line-height: 22px;
    }

    .void .docs-wrapper .docs-text {
        font-size: 12px;
        line-height: 18px;
    }
}

@media (min-width: 992px) and (max-width: 1060.9px) {
    .logo-wrapper img {
        width: 210px;
    }

    footer p {
        font-size: 13px;
        line-height: 25px;
    }

    main {
        height: calc(100vh - 96px);
    }

    .main-inner .main-title {
        font-size: 26px;
        line-height: 30px;
        margin-bottom: 5px;
    }

    .main-inner .main-desc {
        font-size: 13px;
        line-height: 21px;
        margin-bottom: 10px;
    }

    .docs-wrapper .docs-desc {
        font-size: 10px;
        line-height: 16px;
        margin-bottom: 5px;
    }

    .docs-wrapper .docs-text {
        font-size: 12px;
        line-height: 18px;
        margin-bottom: 5px;
    }

    .docs-wrapper label {
        font-size: 14px;
    }

    .void .main-inner .main-title {
        font-size: 24px;
        line-height: 28px;
    }

    .void .main-inner .main-desc {
        font-size: 12px;
        line-height: 20px;
        margin-bottom: 5px;
    }

    .void .docs-wrapper .docs-text {
        font-size: 11px;
        line-height: 17px;
    }

    .void .docs-wrapper .docs-desc {
        font-size: 9px;
        line-height: 15px;
    }

    .void .main-left {
        padding: 10px 25px;
    }

    .void .main-right .box {
        padding: 10px 25px;
    }
}

@media screen and (max-width: 991.9px) {
    main {
        background: #f8fff4;
        height: auto;
    }

    .main-inner .main-title {
        font-size: 30px;
        line-height: 34px;
    }

    .docs-wrapper .docs-desc {
        font-size: 14px;
        line-height: 20px;
    }

    .main-left {
        padding: 45px 25px;
        height: auto;
        margin-bottom: 25px;
    }

    .main-right {
        height: auto;
    }

    .main-right .box {
        padding: 30px 25px;
    }

    footer p {
        font-size: 14px;
        line-height: 26px;
    }
}

@media screen and (max-width: 767.9px) {
    .main-inner .main-title {
        font-size: 28px;
        line-height: 32px;
    }

    .main-inner .main-desc {
        font-size: 15px;
        line-height: 23px;
    }

    .docs-wrapper .docs-desc {
        font-size: 12px;
        line-height: 18px;
    }

    .docs-wrapper .docs-text {
        font-size: 12px;
        line-height: 18px;
    }

    .docs-wrapper label {
        font-size: 17px;
    }

    .docs-wrapper input {
        font-size: 17px;
        line-height: 29px;
    }

    .docs-wrapper .submitbtn {
        font-size: 17px;
        line-height: 21px;
    }
}

@media screen and (max-width: 575.9px) {
    main {
        padding: 35px 0 45px;
    }

    .main-inner .main-title {
        font-size: 26px;
        line-height: 30px;
        margin-bottom: 20px;
    }

    .main-inner .main-desc {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 35px;
    }

    .main-inner .main-desc br {
        display: none;
    }

    .docs-wrapper {
        padding-top: 25px;
    }

    .docs-wrapper .docs-text {
        text-align: center;
    }

    .docs-wrapper label {
        font-size: 16px;
    }

    .docs-wrapper input {
        font-size: 16px;
        line-height: 28px;
    }

    .docs-wrapper .submitbtn {
        font-size: 16px;
        line-height: 20px;
    }

    .docs-wrapper .docs-desc {
        text-align: center;
    }

    .main-left {
        padding: 35px 15px;
    }

    .main-right .box {
        padding: 30px 15px;
    }

    footer p {
        font-size: 11.5px;
        line-height: 23.5px;
    }
}

    