<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.featured-options-block .title-wrapper {
    text-align: center;
}

.featured-options-block .image-wrapper {
    position: relative;
    text-align: center;
}

.featured-options-block .text-wrapper {
    border-left: 1px solid var(--dark);
    padding: 0.5rem 0 0 1rem;
}

.featured-options-block .path {
    border-left: 1px solid var(--dark);
    transform: rotate(67.5deg);
    width: 150px;
    height: 150px;
    position: absolute;
    bottom: -115px;
    left: 23px;
}

@media screen and (max-width:425px) {

    .featured-options-block .path {
        width: 100px;
        height: 100px;
        bottom: -76px;
        left: 15px;
    } 

}</pre></body></html>