.layout-large_card_floating_image .card-wrapper {
    background : var(--color-light-blue);
    padding: 20px 20px 50px;
}
.layout-large_card_floating_image .list-items .item {
    display: flex;
    border-top: 1px solid rgba(0, 0, 0, 0.15);
}
.layout-large_card_floating_image .list-items .item::before {
    content: '';
    display: inline-block;
    width: 30px;
    height: 30px;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    background: var(--color-white) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12.35 8.86'%3E%3Cpath d='m4.55,8.86L.22,4.52c-.29-.29-.29-.77,0-1.06s.77-.29,1.06,0l3.27,3.27L11.07.22c.29-.29.77-.29,1.06,0s.29.77,0,1.06l-7.58,7.58h0Z' style='fill:%23010101;'/%3E%3C/svg%3E") no-repeat center / 10px;
}
.layout-large_card_floating_image .img-container.teeth {
    opacity: 0.9;
}
@media(min-width: 744px) {
    .layout-large_card_floating_image .card-wrapper {
        padding: 30px 30px 70px 30px;
    }
    .layout-large_card_floating_image .list-items .item::before {
        width: 50px;
        height: 50px;
        background-size: 14px;
    }
}
@media(min-width: 1200px) {
    .layout-large_card_floating_image .card-wrapper {
        padding: 30px 40px 40px 40px;
    }
    .layout-large_card_floating_image .list-items .item::before {
        width: 70px;
        height: 70px;
        background-size: 17px;
    }
}
/* theContent */
.layout-large_card_floating_image .theContent span[style*="text-decoration: underline"] {
    text-decoration-color: var(--color-blue) !important;
    text-decoration-thickness: 4px !important;
    text-underline-offset: 4px;
}
.layout-large_card_floating_image .theContent h1,
.layout-large_card_floating_image .theContent h2,
.layout-large_card_floating_image .theContent h3,
.layout-large_card_floating_image .theContent h4,
.layout-large_card_floating_image .theContent h5,
.layout-large_card_floating_image .theContent h6,
.layout-large_card_floating_image .theContent p {
    font-size: calc(0.875rem + ((1vw - 0.2rem) * 0.4464)); /* 14 - 16 */
    line-height: 157%;
}

@media(min-width: 768px) {
    .layout-large_card_floating_image .theContent h1,
    .layout-large_card_floating_image .theContent h2,
    .layout-large_card_floating_image .theContent h3,
    .layout-large_card_floating_image .theContent h4,
    .layout-large_card_floating_image .theContent h5,
    .layout-large_card_floating_image .theContent h6,
    .layout-large_card_floating_image .theContent p {
        font-size: calc(1rem + ((1vw - 0.48rem) * 0.2193)); /* 16 - 18 */
        line-height: 137%;
    }
}
@media(min-width: 992px) {
    .layout-large_card_floating_image .theContent h1,
    .layout-large_card_floating_image .theContent h2,
    .layout-large_card_floating_image .theContent h3,
    .layout-large_card_floating_image .theContent h4,
    .layout-large_card_floating_image .theContent h5,
    .layout-large_card_floating_image .theContent h6,
    .layout-large_card_floating_image .theContent p {
        font-size: 1.125rem; /* 18 */
        line-height: 138.89%;
    }
}