.network-page {
    color: #434343;
    font-family: "Noto Sans", sans-serif;
    font-size: 16px;
    line-height: 1.7;
}

.network-container {
    width: min(1140px, calc(100% - 40px));
    margin-inline: auto;
}

.page-hero--network h1 {
    position: relative;
    top: 10px;
    width: 656.38px;
    margin-inline: auto;
    transform: translateX(-3.8px);
}

.network-services {
    height: 669.97px;
    padding: 100px 0 96px;
}

.network-eyebrow {
    position: relative;
    display: block;
    align-items: center;
    margin-bottom: 20px;
    color: #222;
    font-family: Montserrat, sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.25;
}

.network-eyebrow__rule {
    position: absolute;
    top: 7.875px;
    left: 132.984px;
    width: 60.406px;
    height: 3px;
    background: #2cda4b;
}

.network-services h2 {
    margin: 0;
    color: #222;
    font-family: Montserrat, sans-serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.4;
    text-transform: uppercase;
}

.network-introduction {
    margin: 17px 0 38.6px;
}

.network-service-groups {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
    padding-inline: 10px;
}

.network-service-group h3 {
    margin: 0 0 20px;
    color: #fb2056;
    font-family: Montserrat, sans-serif;
    font-size: 24px;
    line-height: 1.4;
}

.network-service-group ul {
    margin: 0;
    padding-left: 40px;
}

.network-related {
    height: 722.58px;
    padding: 10px 0 70px;
}

.network-related > .network-container {
    width: min(1120px, calc(100% - 40px));
}

.network-related h3 {
    margin: 0 0 50px;
    color: #222;
    font-family: Montserrat, sans-serif;
    font-size: 24px;
    line-height: 1.4;
}

.network-related__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 84.82px;
    padding-inline: 42.405px;
}

.network-card {
    text-align: center;
}

.network-card img {
    display: block;
    width: 100%;
    aspect-ratio: 3 / 2;
    object-fit: cover;
    border-radius: 4px;
    box-shadow: 10px 10px 0 1px rgb(0 0 0 / 7%);
}

.network-card h4 {
    margin: 35px 0 8px;
    color: #222;
    font-family: Montserrat, sans-serif;
    font-size: 18px;
    line-height: 1.2;
}

.network-card p {
    min-height: 82px;
    margin: 0 0 35.61px;
}

.network-button {
    display: inline-block;
    width: 194.88px;
    min-width: 0;
    padding: 17px 0;
    border: 1px solid transparent;
    border-radius: 30px;
    background: #2cda4b;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
    text-transform: uppercase;
}

.network-button span {
    margin-left: 8px;
}

html[lang^="cs"] .network-button {
    width: 134px;
}

@media (max-width: 1024px) {
    .network-container {
        width: calc(100% - 50px);
    }

    .page-hero--network h1 {
        width: 500px;
        font-size: 64px;
        line-height: 1.2;
    }

    .network-services {
        height: 693.17px;
        padding: 50px 0 60px;
    }

    .network-eyebrow__rule {
        left: 166px;
        width: 79px;
    }

    .network-related > .network-container {
        width: calc(100% - 20px);
    }

    .network-related {
        height: 698.77px;
    }

    html[lang^="cs"] .network-services {
        height: 637.17px;
    }

    html[lang^="cs"] .network-related {
        height: 699.03px;
    }

    .network-related__grid {
        gap: 77.84px;
        padding-inline: 38.92px;
    }

    .network-card p {
        margin-bottom: 19.1px;
    }
}

@media (max-width: 767px) {
    .network-page {
        font-size: 15px;
        line-height: 1.7;
    }

    .network-container,
    .network-related > .network-container {
        width: 100%;
    }

    .page-hero--network h1 {
        width: 370px;
        font-size: 30px;
        line-height: 1.2;
    }

    .page-hero--network {
        height: 300px;
    }

    .network-services {
        height: 1056.53px;
        padding: 40px 20px 88.5px;
    }

    .network-eyebrow {
        margin-bottom: 10px;
    }

    .network-eyebrow__rule {
        left: 140px;
        width: 74px;
    }

    .network-services h2 {
        font-size: 24px;
        line-height: 1.4;
    }

    .network-introduction {
        margin: 17px 0 37px;
    }

    .network-service-groups {
        grid-template-columns: 1fr;
        gap: 40.5px;
        padding-inline: 10px;
    }

    .network-service-group h3 {
        margin-bottom: 22px;
        font-size: 20px;
    }

    .network-service-group ul {
        padding-left: 40px;
    }

    .network-related {
        height: 1146.24px;
        padding: 10px 0 55px;
    }

    html[lang^="cs"] .page-hero--network {
        height: 264px;
    }

    html[lang^="cs"] .network-services {
        height: 1082.03px;
    }

    html[lang^="cs"] .network-related {
        height: 1152.47px;
    }

    html[lang^="cs"] .network-card p {
        max-width: 300px;
        margin-inline: auto;
        margin-bottom: 26px;
    }

    .network-related h3 {
        margin: 0 10px 40px;
        font-size: 20px;
        line-height: 1.4;
    }

    .network-related__grid {
        grid-template-columns: 1fr;
        gap: 39.8px;
        padding-inline: 32.2px;
    }

    .network-card h4 {
        margin-top: 28px;
        font-size: 16px;
    }

    .network-card p {
        min-height: 0;
        margin-bottom: 26px;
    }

    html[lang^="en"] .network-card:nth-child(2) h4 {
        max-width: 280px;
        margin-inline: auto;
    }
}
