.card-body:where(.astro-WDME4FWP) h5:where(.astro-WDME4FWP) {
    font-size: 22px;
    font-weight: 600;
    line-height: 30px
}

.card-body:where(.astro-WDME4FWP) h6:where(.astro-WDME4FWP) {
    font-size: 18px;
    font-weight: 400;
    line-height: 30px
}

.card:where(.astro-WDME4FWP) {
    background-color: #fff;
    width: 14.2rem;
    height: 28.4rem;
    border: none
}

.hover-info:where(.astro-WDME4FWP) {
    width: 100%;
    height: 100%;
    background-color: #854546ba;
    border-radius: var(--bs-card-border-radius);
    display: none
}

.hover-info:where(.astro-WDME4FWP) h5:where(.astro-WDME4FWP) {
    font-size: 20px;
    font-weight: 500;
    /*white-space: nowrap*/
}

.hover-info:where(.astro-WDME4FWP) h6:where(.astro-WDME4FWP) {
    font-size: 16px;
    font-weight: 400;
    /*white-space: nowrap*/
}

.hover-info:where(.astro-WDME4FWP) p:where(.astro-WDME4FWP) {
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    margin: 0;
    margin-top: 1.75rem
}

.card:where(.astro-WDME4FWP):hover .card-body:where(.astro-WDME4FWP) {
    display: none
}

.card:where(.astro-WDME4FWP):hover .card-img-top:where(.astro-WDME4FWP) {
    height: 100%;
    object-fit: cover;
    border-radius: var(--bs-card-border-radius)
}

.card:where(.astro-WDME4FWP):hover .hover-info:where(.astro-WDME4FWP) {
    display: flex;
    flex-direction: column;
    color: #f8fbfd;
    text-align: left;
    padding: 4.4rem 2rem 4rem 2.4rem
}
