/* Match the quieter editorial treatment used on the Webhosting page. */
.wp-showcase {
    padding: 76px 0 !important;
    margin: 0 !important;
    background: #fff;
}

.wp-showcase-panel,
.wp-showcase-panel--manager,
.wp-showcase-panel--performance,
.wp-showcase-panel--plans {
    overflow: visible;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.wp-showcase-panel::before,
.wp-showcase-heading::before {
    display: none;
}

.wp-showcase-heading {
    display: block;
    max-width: 820px;
    margin: 0 0 42px;
    padding: 0 0 22px;
    border-bottom: 1px solid #dfe3e8;
}

.wp-showcase-heading__copy {
    max-width: 760px;
}

.wp-showcase-heading__title {
    margin: 0 0 12px;
    color: #172033;
    font-size: clamp(1.9rem, 3vw, 2.5rem);
    font-weight: 700;
    letter-spacing: -.025em;
    line-height: 1.18;
}

.wp-showcase-heading__desc {
    margin: 0;
    color: #586574;
    font-size: 1rem;
    line-height: 1.72;
}

.wp-showcase-card {
    height: 100%;
    padding: 0 28px 0 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    transition: none;
}

.wp-showcase-card:hover {
    border: 0;
    box-shadow: none;
    transform: none;
}

.wp-showcase-card__icon {
    display: block;
    width: auto;
    height: auto;
    margin: 0 0 16px;
    border-radius: 0;
    background: transparent;
    color: #131b5f;
    font-size: 1.35rem;
    line-height: 1;
}

.wp-showcase-card__title {
    margin: 0 0 10px;
    color: #172033;
    font-size: 1.16rem;
    font-weight: 700;
    letter-spacing: -.01em;
    line-height: 1.35;
}

.wp-showcase-card__desc {
    color: #5c6877;
    font-size: .98rem;
    line-height: 1.72;
}

@media (max-width: 991.98px) {
    .wp-showcase {
        padding: 58px 0 !important;
    }

    .wp-showcase-heading {
        margin-bottom: 30px;
    }
}

@media (max-width: 767.98px) {
    .wp-showcase {
        padding: 48px 0 !important;
    }

    .wp-showcase-heading {
        margin-bottom: 28px;
        padding-bottom: 18px;
    }

    .wp-showcase-card {
        padding: 0;
    }
}
