@media screen and (max-width: 1240px) {
    .body-pricing {
        flex-direction: column;
    }

    .image-item-price {
        display: none;
    }

    .body-item-price {
        max-width: 100%;
    }

    .item-price {
        min-height: -webkit-fit-content;
        min-height: -moz-fit-content;
        min-height: fit-content;
    }

    .info-pricing {
        margin-top: 60px;
    }

    .responsive-main-content {
        /* padding-bottom: 60px; */
        margin-bottom: 0px;
    }

    .responsive-servers::before,
    .responsive-servers::after,
    .responsive-os::before,
    .responsive-os::after {
        content: none;
    }

    .servers {
        max-width: 100%;
    }

    .responsive-servers {
        padding: 60px 0;
    }

    .os {
        max-width: 100%;
    }

    .os::before {
        content: none;
    }

    .responsive-os {
        padding: 60px 0;
        margin-top: 0;
    }

    .responsive-datacenter {
        margin-top: 0;
    }

    .perform {
        flex-direction: column;
    }

    .perform-info {
        max-width: 100%;
    }

    .perform-content {
        width: 100%;
    }

    .footer-info-navigate {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .footer-navigate {
        flex-direction: column;
        align-items: center;
    }

    .bottom-head-content {
        flex-direction: column;
        align-items: center;
    }

    .navigation {
        flex-wrap: wrap;
        justify-content: center;
        gap: 20px;
    }

    .top-head-cotnent>p {
        display: none;
    }

    .image-os {
        width: 40px;
        height: 40px;
    }

    .os-items {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    }

    .item-cent-info {
        flex-direction: column;
    }

    .item-cent-info:last-child {
        gap: 60px;
        padding: 60px 0;
        flex-direction: column-reverse;
    }

    .data-table {
        overflow-x: auto;
    }

    .review>h1 {
        font-size: 44px;
    }

    .top-footer-content {
        margin-bottom: 40px;
    }

    .top-footer-content>.info-tx>h1 {
        font-size: 44px;
    }

    .top-footer-content>.info-tx>p {
        font-size: 16px;
    }

    .top-footer {
        padding: 0;
        padding-top: 40px;
        padding-bottom: 100px;
    }

    .nav-footer-items {
        gap: 10px;
    }

    .nav-footer-items>.item>p {
        font-size: 14px;
    }

    .button-a>p {
        font-size: 14px;
    }

    .responsive-datacenter {
        padding: 40px 0;
        border-radius: 20px;
    }

    .perform {
        margin: 60px 0;
    }

    .info-tx>h1 {
        font-size: 32px;
    }

    .body-item-price>.item>p {
        font-size: 14px;
    }

    .head-item-info>h3 {
        font-size: 24px;
    }

    .head-item-price {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .head-pricing>h1 {
        font-size: 32px;
    }

    .head-pricing>p {
        font-size: 14px;
    }

    .button-a {
        padding: 16px 20px;
    }

    .button-c {
        padding: 16px 20px;
    }

    .button-c>p {
        font-size: 14px;
    }

    .info-main-head>h1 {
        font-size: 60px;
    }

    .info-main-head>p {
        font-size: 14px;
    }

    .lnr-tex>p {
        font-size: 14px;
    }

    .responsive-main-content {
        padding-top: 0;
    }

    .navigation {
        gap: 10px;
    }

    .navigation>.item>p {
        font-size: 14px;
    }

    .info-main-bottom {
        margin-top: 40px;
    }

    .item-cent-info>.item>img {
        height: 200px;
    }

    .cent-info {
        max-width: 100%;
    }

    .emb-info {
        padding: 14px;
        align-items: center;
    }

    .emb-info>p {
        font-size: 14px;
    }

    .emb-action>* {
        flex: 1 1 220px;
    }

    .button-d>p,
    .button-e>p {
        font-size: 14px;
    }

    .iframe-content {
        padding: 14px;
        padding-bottom: 0;
    }

    .info-main-head>h4 {
        font-size: 32px;
    }

    .footer-lt>p {
        font-size: 14px;
    }

    .info-sv>h1 {
        font-size: 44px;
        line-height: 100%;
    }

    .os-bottom-info>h3 {
        line-height: 140%;
    }

    .os-bottom-info>h3 {
        display: block;
    }

    .os-bottom-info>h3::before,
    .os-bottom-info>h3::after {
        content: none;
    }
}

@media screen and (max-width: 624px) {
    .emb-info {
        display: grid;
        justify-content: normal;
        gap: 18px;
    }

    .emb-action {
        display: grid;
        width: 100%;
    }

    .button-e>p {
        white-space: wrap;
    }

    .iframe-content {
        /*padding: 0px;*/
    }
}