/* gove-councils-hero css */
.gove-councils-hero .hero-single-content-wrap {
    --claims-width: 38.8rem;
}
.gove-councils-hero .hero-single-content {
    width: calc(calc(77% - (var(--claims-width))) / 1);
}
.gove-councils-btn-group {
    margin-top: 4.6rem;
}
.gove-councils-claims {
    width: var(--claims-width);
    background: rgba(26, 26, 26, 0.76);
    box-shadow: 0 45.798px 91.597px -21.983px rgba(0, 0, 0, 0.25);
    border: 0.1rem solid rgba(var(--light-rgb), 0.1);
    border-radius: 1.5rem;
    padding: 1.8rem 3.5rem;
}
.gove-councils-claims-number {
    color: var(--primary-color);
    font-size: 2.4rem;
    font-weight: 700;
    margin-bottom: 0.72rem;
    display: inline-flex;
    align-items: center;
    gap: 1.6rem;
}
.gove-councils-icon {
    color: var(--primary-color);
}
.gove-councils-claims-text {
    font-size: 1.6rem;
    font-weight: 400;
    color: rgba(var(--light-rgb), 0.5);
}
@media (max-width: 1050px) {
    .gove-councils-hero {
        padding-top: 13rem;
        padding-bottom: 8rem;
    }
    .gove-councils-hero .hero-single-content-wrap {
        --claims-width: 34.8rem;
    }
    .gove-councils-hero .hero-single-content {
        width: calc(calc(93% - (var(--claims-width))) / 1);
    }
}
@media (max-width: 991px) {
    .gove-councils-hero .hero-single-content-wrap {
        gap: 2.6rem;
    }
    .gove-councils-hero .hero-single-content {
        width: 100%;
    }
    .gove-councils-btn-group {
        margin-top: 3rem;
    }
}