<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">ul.wp-block-list li {
    margin-left: 15px;
}

h2.wp-block-heading {
    margin: 20px 0 10px 0;
    word-wrap: break-word;
    overflow-wrap: break-word;
    white-space: normal;
    overflow: visible;
}

.faq-left-grid {
    align-items: center;
}

.returnh2 {
    text-wrap: wrap !important;
    white-space: wrap !important;
    overflow-x: visible !important;
    overflow-y: visible !important;
    font-size: 24px !important;
}

.left-grid {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    font-size: 18px;
}

@media (max-width: 450px) {
    .returns-grid-group &gt; .wp-block-group__inner-container {
        display: flex !important;
        flex-direction: column !important;
    }
}

.returns-grid-group figure {
    text-align: center;
}

.left-grid &gt; .pay-text {
    text-align: center;
}

.wp-block-image {
    display: flex;
    align-items: center;
}

.blog-points li {
    list-style-type: none !important;
}

.col-lg-12 li {
    list-style-type: disc;
}

@media (max-width: 768px) {
    .first-grid {
        grid-template-columns: 1fr !important;
    }
}

@media (max-width: 800px) {
    .blog-grid-group {
        display: flex !important;
        flex-direction: column;
        justify-content: center;
    }
    .left-grid + figure {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}
</pre></body></html>