<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.product_text_w_image .wrapper {
    max-width: 50rem;
    margin: 0 auto;
}

.product_text_w_image .img-wrapper {
    border-radius: 100%;
    overflow: hidden;
    aspect-ratio: 1;
    max-height: 300px;
    max-width: 300px;
}

.product_text_w_image .content-wrapper {
    padding: 30px 0 30px 30px;
}
.product_text_w_image h2 {
    margin-bottom: 20px;
    line-height: 1.2;
}
.product_text_w_image p,
.product_text_w_image li {
    font-size: 1.2rem;
    line-height: 1.3;
}
.product_text_w_image li {
    padding-left: 20px;
    position: relative;
}

.product_text_w_image li::before {
    left: 0;
    content: "âœ“";
    position: absolute;
}

@media screen and (max-width: 767px) {
    .product_text_w_image .content-wrapper {
        padding: 30px 0;
    }
    .product_text_w_image h2 {
        font-size: 18px;
    }
}
</pre></body></html>