.webhosting-content {
    padding: 92px 0 80px;
}

.webhosting-content > .container {
    max-width: 1140px;
}

.webhosting-content__eyebrow {
    display: flex;
    align-items: center;
    gap: 63px;
    margin-bottom: 24px;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.5;
}

.webhosting-content__divider {
    width: 60px;
    border-top: 3px solid #2cda4b;
}

.webhosting-content__heading {
    margin: 0;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.4;
    text-transform: uppercase;
}

.webhosting-content__introduction {
    margin: 12px 0 0;
}

.webhosting-groups {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
    margin-top: 44px;
    padding: 0 10px;
}

.webhosting-group h3 {
    margin: 0 0 20px;
    color: #fb2056;
    font-size: 24px;
    line-height: 1.4;
}

.webhosting-group ul {
    margin: 0 0 24px 48px;
    padding: 0;
}

.webhosting-group li {
    line-height: 1.7;
}

.webhosting-related {
    margin-top: 80px;
}

.webhosting-related > h2 {
    width: calc(100% - 20px);
    margin: 0 0 30px 10px;
    font-size: 24px;
    line-height: 1.4;
}

.webhosting-related__grid {
    display: grid;
    grid-template-columns: repeat(2, 475.1875px);
    justify-content: center;
    gap: 84.8125px;
    padding: 0;
}

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

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

.webhosting-card h3 {
    width: 460px;
    margin: 47px auto 12px;
    font-size: 18px;
    line-height: 1.2;
}

.webhosting-card p {
    width: 460px;
    margin: 0 auto 20px;
    line-height: 1.7;
}

.webhosting-card .button {
    min-width: 0;
    border: 1px solid transparent;
}

.webhosting-card .button span {
    margin-left: 4.375px;
}

@media (max-width: 1024px) {
    .webhosting-content {
        padding: 49px 15px 80px;
    }

    .webhosting-content__eyebrow {
        margin-bottom: 17.25px;
    }

    .webhosting-groups {
        gap: 20px;
        padding: 0 10px;
    }

    .webhosting-related {
        margin-top: 70px;
    }

    .webhosting-related > h2 {
        margin-left: -15px;
        width: calc(100% + 30px);
    }

    .webhosting-related__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 78px;
        padding: 0 24px;
    }

    .webhosting-card h3 {
        width: calc(100% - 12px);
        margin-top: 30px;
    }

    .webhosting-card p {
        width: calc(100% - 12px);
    }
}

@media (max-width: 767px) {
    .webhosting-content {
        padding: 30px 10px 55px;
    }

    .webhosting-content__eyebrow {
        gap: 56px;
        margin-bottom: 19.25px;
        font-size: 13px;
    }

    .webhosting-content__divider {
        width: 56px;
    }

    .webhosting-content__heading {
        font-size: 24px;
        line-height: 1.4;
    }

    .webhosting-content__introduction {
        margin-top: 11px;
        font-size: 14px;
        line-height: 1.55;
    }

    .webhosting-groups {
        grid-template-columns: 1fr;
        gap: 20px;
        margin-top: 50.5px;
        padding: 0 10px;
    }

    .webhosting-group h3 {
        margin-bottom: 20px;
        font-size: 20px;
        line-height: 1.4;
    }

    .webhosting-group ul {
        margin: 0 0 22.5px 45px;
        padding: 0;
        font-size: 15px;
    }

    .webhosting-group li {
        line-height: 1.7;
    }

    .webhosting-related {
        margin-top: 70px;
    }

    .webhosting-related > h2 {
        width: calc(100% + 20px);
        margin: 0 0 60px -10px;
        font-size: 20px;
        line-height: 1.4;
    }

    .webhosting-related__grid {
        grid-template-columns: 1fr;
        gap: 85px;
        padding: 0 12.203125px;
    }

    .webhosting-card h3 {
        width: 300px;
        margin: 30px auto 12px;
        font-size: 16px;
        line-height: 1.2;
    }

    .webhosting-card p {
        width: 300px;
        margin: 0 auto 20px;
        font-size: 15px;
        line-height: 1.7;
    }

    .webhosting-card .button {
        min-width: 0;
    }
}
