/**  HOUM CARE **/
.houm-care {
    background-color: #efefef;
}

.houm-care-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
}


@media (min-width: 992px) {
    .houm-care-grid {
        grid-template-columns: 1fr 1fr 2fr;
    }
}

.houm-care-item {
    max-width: 100%;
}

.houm-care-item img {
    width: 100%;
    height: 350px;
    object-fit: cover;
}

.houm-care-text {
    padding: 1rem 1.5rem;
    background-color: white;
    height: fit-content;
}

.card-text.large-screen {
    font-size: 1.8rem;
}

.houm-care-text h3 {
    font-size: 2.3rem !important;
    font-weight: 500
}

.houm-care-text p {
    margin-bottom: 0.5rem;
}

.houm-care-date {
    margin: 0;
    color: gray;
    font-size: 1.8rem;
}

.houm-care-text a {
    text-decoration: none;
    color: black;

}

.houm-care-text h3 {
    font-size: 2.3rem;
    font-weight: 500;
}

.houm-care-text a:has(h3):hover {
    text-decoration: underline;

}

.houm-care-item .carousel-inner,
.houm-care-item .carousel-item,
.houm-care-item .carousel {
    /*height: 100% !important;*/
}

.card-text {
    margin-bottom: 0.5rem;
    display: block;
    word-wrap: break-word;
    word-break: break-word;
}


.houm-care-text p[data-block-key] a[href] {
    margin-bottom: 0.5rem;
    display: block;
    word-wrap: break-word;
    word-break: break-word;
}


.houm-care .carousel-item {
    height: auto;
    min-height: unset;
    max-width: 100%;
    width: 100% !important;
}

.card-text.large-screen {
    display: none;
}

@media (min-width: 1024px) {
    .card-text.small-screen {
        display: none;
    }

    .card-text.large-screen {
        display: block;
    }
}