<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.padding-btm-15px {
    padding-bottom: 15px;
}

.heading {
    color: #000000 !important;
}

.wd-style {
    color: #2075bc !important;
}

.feature-item:hover .text h2 span {
    background-image: -webkit-gradient(linear, left top, right top, from(#000000), color-stop(51%, #000000), to(#000000));
    background-clip: border-box;
    background-size: 200%, 100%;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@colorPrimary', endColorstr='@colorSecondary', GradientType=1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

p&gt;b {
    color: black;
}

@media (max-width: 767.99px) {
    .why-icon-style {
        width: 100px !important;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .why-icon-style {
        width: 100px !important;
    }

    .auto-left {
      text-align: left !important;
    }
}

@media (min-width: 992px) {
    .why-icon-style {
        width: 100px !important;
    }
}
</pre></body></html>