<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.price-range-holder {
    position: relative;
    width: 92%;
}

.price-range {
    text-align: center;
    position: absolute;
    right: 0;
    width: 37%;
    padding: 10px 0 0 0;
    z-index: 99;
}

.category-how-it-work {
    background-color: var(--grey-2);
    font-size: 16px;
    padding: 10px 0 20px;
}
    .category-how-it-work img {
        height: 70px;
        margin: 0 0 20px 0;
    }
.category-how-it-work-title {
    font-weight: bold;
    margin: 0 0 15px 0;
}

.category-how-it-work-content.category-container {
    margin-top: 15px;
}

    .category-how-it-work-content .row {
    margin-right: 0;
    margin-left: 0;
}


@media screen and (max-width: 768px) {
    .category-how-it-work-title {
         margin: 0 0 0 0;
    }
    .category-how-it-work-item {
        margin: 30px 0 15px 0;
    }
}
@media screen and (max-width: 576px) {
    .price-range-holder {
        width: 100%;
    }
}</pre></body></html>