.c-casepost__link {
    color: currentColor;
    display: block;
    text-decoration: none;
    transition: color .2s
}

.c-casepost__link:hover {
    color: #a0be3e
}

.c-casepost__link:hover .c-casepost__button {
    background-color: #a0be3e;
    border-color: #a0be3e;
    color: #fff
}

.c-casepost__link:hover .c-casepost__heading {
    background-color: rgba(160, 190, 62, .9);
    color: #fff
}

.c-casepost__header {
    position: relative
}

.c-casepost__image {
    aspect-ratio: 1.5/1;
    display: block;
    font-family: "object-fit:cover";
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.c-casepost__heading {
    background-color: rgba(0, 0, 0, .75);
    bottom: 0;
    color: #fff;
    left: 0;
    padding: .5rem 1rem;
    position: absolute;
    transition-duration: .2s;
    transition-property: background-color, color;
    width: 100%
}

.c-casepost__bullet {
    border-bottom: 1px dashed #ddd;
    display: flex;
    gap: .75rem;
    padding-bottom: .75rem;
    padding-top: .75rem;
    text-align: justify
}

.c-casepost__icon {
    color: #a0be3e;
    flex-shrink: 0;
    height: 1.25rem;
    margin-top: .1rem;
    width: 1.25rem
}

.c-casepost__footer {
    display: flex;
    justify-content: center;
    margin-top: 1rem
}

.c-casepost__button {
    border: 1px solid;
    border-radius: 99em;
    display: block;
    font-size: .875rem;
    padding: .5rem 2rem;
    transition-duration: .2s;
    transition-property: border-color, background-color, color
}

.c-heading {
    text-align: center
}

.c-heading__body {
    background-color: rgba(175, 208, 52, .1);
    padding: 5rem 5vw
}

.c-heading__title {
    font-size: 1.75rem;
    margin-bottom: 2rem
}

.c-heading__caption {
    font-size: 1.125rem
}

.p-caselist {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2.5rem
}

.mx-auto {
    margin-left: auto;
    margin-right: auto
}

.mt-fit {
    margin-top: -2em
}

.m-start {
    margin-left: calc(-50vw - -50%);
    width: 100vw
}

.mb-12 {
    margin-bottom: 3rem
}

.-mb-8 {
    margin-bottom: -2rem
}

.w-\[200px\] {
    width: 200px
}

.w-\[195px\] {
    width: 195px
}

@media (min-width: 520px) {
    .c-heading__title {
        font-size: 2.25rem
    }

    .c-heading__caption {
        font-size: 1.25rem
    }

    .p-caselist {
        gap: 3rem
    }
}

@media (min-width: 600px) {
    .p-caselist {
        grid-template-columns: 1fr 1fr;
    }
    .mt-fit {
        margin-top: -4em
    }
}
