.wp-block-group .is-layout-grid {
    width: 100%;
}
.is-style-os-group-content-container {
    width: 100%;
}
/*
.is-style-os-group-section {
    padding: 0 var(--os-section-gutter);
    display: flex;
    flex-direction: column;
}
*/
.is-style-os-group-section-wide {
    padding-top: var(--wp--preset--spacing--section-gap);
    padding-bottom: var(--wp--preset--spacing--section-gap);
}

.is-style-os-group-section-hero,
.is-style-os-group-section-hero-case-study
 {
    border-radius: var(--os-space-xxl) 0 var(--os-space-xxl) 0;
    overflow: hidden;
}
.is-style-os-group-section-hero .wp-block-cover,
.is-style-os-group-section-hero-case-study .wp-block-cover
 {
    padding-top: var(--os-space-xxl);
    padding-bottom: var(--wp--preset--spacing--large);
    padding-left: var(--os-section-gutter);
    padding-right: var(--os-section-gutter);
    height: auto;
    min-height: 45vh;
}
.is-style-os-group-section-hero .wp-block-cover .wp-block-cover-image,
.is-style-os-group-section-hero-case-study .wp-block-cover .wp-block-cover-image {
    min-height: 50vh;
}
.is-style-os-group-section-hero .wp-block-cover__inner-container,
.is-style-os-group-section-hero-case-study .wp-block-cover__inner-container {
    margin-top: auto;
}
.is-style-os-group-section-hero .is-style-os-group-content-container h1,
.is-style-os-group-section-hero-case-study .is-style-os-group-content-container h1,
.is-style-os-group-section-hero .is-style-os-group-content-container h2,
.is-style-os-group-section-hero-case-study .is-style-os-group-content-container h2,
.is-style-os-group-section-hero .is-style-os-group-content-container p,
.is-style-os-group-section-hero-case-study .is-style-os-group-content-container p
 {
    max-width: 65ch;
}
.is-style-os-group-section-hero h1.wp-block-heading,
.is-style-os-group-section-hero-case-study h1.wp-block-heading
{
    margin-top: 0;
    margin-bottom: 0;
    max-width: 30ch;
}

.is-style-os-group-section-feature-dark {
    gap: var(--os-space-m);
    padding: var(--wp--preset--spacing--section-gap) var(--os-section-gutter);
    border-radius: var(--os-space-xxl) 0 var(--os-space-xxl) 0;
}

/* 
CARDS
*/
.is-style-os-group-cards-container {
    gap: 5.4rem;
    width: 100%;
}
.is-style-os-group-cards-container.is-layout-flex {
    align-items: stretch;
}
/* ALL CARDS */
.is-style-os-group-card,
.is-style-os-group-card-alt {
    margin: 0;
    width: calc(33.3% - 3.6rem);
}
.is-style-os-group-card .wp-block-image,
.is-style-os-group-card-alt .wp-block-image {
    margin: 0;
}
@media screen and (max-width: 992px) {
    .is-style-os-group-cards-container {
        gap: 2.4rem;
    }
    .is-style-os-group-card,
    .is-style-os-group-card-alt 
    {
        width: calc(50% - 1.2rem);
    }
}
@media screen and (max-width: 768px) {
    .is-style-os-group-card,
    .is-style-os-group-card-alt
    {
        width: 100%;
    }
}

/* STANDARD CARDS */
.is-style-os-group-card {
    position: relative;
    overflow: hidden;
    background-color: white;
    padding: var(--wp--preset--spacing--medium);
    padding-bottom: 60px;
    border-radius: var(--os-space-m) 0 var(--os-space-m) 0;
    box-shadow: var(--os-box-shadow-l);
    background-image: url("https://hshe.co.uk/wp-content/uploads/2024/11/card-corner-2.svg");
    background-repeat: no-repeat;
    background-position: 100% 100%;
    background-size: 60px 60px;
    transition: 0.6s;
}
.is-style-os-group-card:hover {
    transform: translate(0, -6px);
    background-image: url("https://hshe.co.uk/wp-content/uploads/2024/11/card-corner-2-hover.svg");
}
.is-style-os-group-card:hover .os-card-corner-arrow {
    background-color: var(--wp--preset--color--brand-red);
}
.is-style-os-group-card .wp-block-image img {
    width: 4.2rem;
}
.is-style-os-group-card .wp-block-heading {
    font-weight: 700;
    font-size: var(--wp--preset--font-size--medium-large);
    margin-top: var(--os-space-m);
    color: var(--wp--preset--color--brand-blue);
}
.is-style-os-group-card .wp-block-heading a {
    text-decoration: none;
    color: var(--wp--preset--color--brand-blue);
}
/* CARDS - ALT */
.is-style-os-group-card-alt {
    color: white;
}
.is-style-os-group-card-alt .wp-block-image img {
    height: 5.6rem;
    width: auto;

}
.is-style-os-group-card-alt .wp-block-heading {
    font-weight: 700;
    font-size: 2.2rem;
    margin-top: var(--os-space-m);
    color: white;
}
.is-style-os-group-card-alt .wp-block-list li::before {
    color: white;
}

/* BLOCK SIDEBAR */
.is-style-os-group-block-sidebar {
    border-radius: var(--os-space-l) 0 var(--os-space-l) 0;
    padding: var(--os-space-l) !important;
    color: white;
}
.is-style-os-group-block-sidebar .os-form {
    color: black;
}