@media (max-width: 1199px) and (min-width: 700px)  {
    .banner .slogan {
        margin-top: 70px;
        font-size: 40px;
        line-height: 70px;
    }

    .banner .navbar .logo {
        left: 16px;
    }

    .banner .navbar .nav-items {
        padding: 8px 8px;
        right: 16px;
    }

    .banner .navbar .nav-items .nav-item {
        width: 40px;
        font-size: 14px;
    }

    .feature.services {
        padding: 0 5%;
    }

    .tab-link {
        font-size: 16px;
        padding: 10px 12px;
        margin: 0 4px -1px 4px;
    }

    .footer {
        padding-top: 88px;
    }

    .footer .content {
        width: 85%;
        padding: 32px;
    }

    .footer .content .link-items {
        position: relative;
        margin-top: 16px;
    }

    .footer .content .link-items .link-item {
        width: 50px;
        font-size: 14px;
    }

    .tab-content .content-wrapper {
        flex-direction: column;
    }

    .tab-content .text-content {
        padding-top: 0;
        width: 100%;
        min-width: 100%;
    }

    .tab-content .code-content {
        width: 100%;
    }

    .feature.highlights {
        margin-top: 80px;
    }

    .feature.highlights > .title {
        font-size: 32px;
        margin-bottom: 56px;
    }

    .feature.highlights .items {
        width: 90%;
    }

    .feature.highlights .items .item {
        gap: 40px;
        align-items: center;
    }

    .feature.highlights .item-image-placeholder {
        flex-basis: 250px;
        height: 250px;
    }

    .feature.highlights .item-content h4 {
        font-size: 28px;
        margin-bottom: 1.5rem;
    }

    .feature.highlights .item-content li {
        font-size: 16px;
    }

    .feature.use-cases {
        margin-top: 80px;
    }

    .feature.use-cases > .title {
        font-size: 32px;
        margin-bottom: 56px;
    }

    .feature.use-cases .items {
        width: 90%;
        gap: 16px;
    }

    .feature.use-cases .items .item {
        padding: 24px 32px;
    }

    .feature.use-cases .items .item h4 {
        font-size: 20px;
        margin-bottom: 24px;
    }

    .feature.use-cases .items .item ul {
        font-size: 15px;
    }
}

@media (min-width: 1200px) and (max-width: 1399px)  {
    .banner .slogan {
        margin-top: 100px;
        font-size: 56px;
        line-height: 80px;
    }

    .footer {
        padding-top: 88px;
    }

    .footer .content {
        width: 85%;
        padding: 32px;
    }

    .footer .content .link-items {
        position: relative;
        margin-top: 16px;
    }

    .footer .content .link-items .link-item {
        width: 50px;
        font-size: 14px;
    }

    .feature.services {
        padding: 0 5%;
    }

    .tab-content {
        padding: 30px;
    }

    .tab-content .content-wrapper {
        gap: 20px;
    }

    .tab-content h3 {
        font-size: 22px;
        margin-bottom: 25px;
    }

    .tab-content h4 {
        font-size: 18px;
    }

    pre {
        padding: 20px;
        font-size: 13px;
    }

    .feature.highlights {
        margin-top: 100px;
    }

    .feature.highlights > .title {
        font-size: 36px;
        margin-bottom: 60px;
    }

    .feature.highlights .items {
        width: 85%;
    }

    .feature.highlights .items .item {
        align-items: center;
    }

    .feature.highlights .item-content h4 {
        font-size: 30px;
    }

    .feature.use-cases .items {
        width: 85%;
    }
}

@media (min-width: 1400px) and (max-width: 1599px) {
    .banner .slogan {
        font-size: 76px;
        line-height: 100px;
    }

    .footer {
        padding-top: 88px;
    }

    .footer .content {
        width: 85%;
        padding: 32px;
    }

    .footer .content .link-items {
        position: relative;
        margin-top: 16px;
    }

    .footer .content .link-items .link-item {
        width: 50px;
        font-size: 14px;
    }

    .feature.highlights .items {
        width: 85%;
    }

    .feature.highlights .items .item {
        align-items: center;
    }

    .feature.use-cases .items {
        width: 85%;
    }
}

@media screen and (max-width: 768px) {
    .banner .navbar .nav-items {
        padding: 8px 8px;
        right: 16px;
    }

    .banner .navbar .nav-items .nav-item {
        width: 40px;
        font-size: 14px;
    }

    .tab-content .content-wrapper {
        flex-direction: column;
    }

    .tab-content .text-content {
        padding-top: 0;
        width: 100%;
        min-width: 100%;
    }

    .tab-content .code-content {
        width: 100%;
    }

    pre {
        padding: 15px;
        font-size: 13px;
    }

    .feature.services {
        padding: 0 5%;
    }

    .tab-link {
        padding: 10px 8px;
        margin: 0;
        font-size: 15px;
    }

    .feature.highlights {
        margin-top: 64px;
    }

    .feature.highlights > .title {
        font-size: 30px;
        margin-bottom: 48px;
    }

    .feature.highlights .items {
        width: 90%;
        gap: 56px;
    }

    .feature.highlights .items .item {
        flex-direction: column;
        align-items: center;
        gap: 24px;
    }

    .feature.highlights .item-image-placeholder {
        order: -1;
        width: 100%;
        height: 300px;
        max-width: 300px;
    }

    .feature.highlights .item:nth-child(2) .item-image-placeholder {
        order: -1;
    }

    .feature.highlights .item-content {
        text-align: center;
    }

    .feature.highlights .item:nth-child(2) .item-content {
        text-align: center;
    }

    .feature.highlights .item-content h4 {
        font-size: 28px;
        margin-bottom: 1.5rem;
    }

    .feature.highlights .item-content li {
        font-size: 16px;
    }

    .feature.use-cases {
        margin-top: 64px;
    }

    .feature.use-cases > .title {
        font-size: 30px;
        margin-bottom: 48px;
    }

    .feature.use-cases .items {
        width: 90%;
        grid-template-columns: 1fr;
    }

    .feature.use-cases .items .item {
        padding: 24px;
    }

    .feature.use-cases .items .item h4 {
        font-size: 22px;
        margin-bottom: 24px;
    }

    .feature.use-cases .items .item ul {
        font-size: 16px;
    }
}
