<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* { box-sizing:border-box;margin:0;padding:0; }

.contentMainWrapper {
    background:linear-gradient(90deg, rgba(255,255,255,0.75) 27%, rgba(255,255,255,0.75) 47%) , url(https://harristhrives.dnndev.hctx.net/Portals/30/Images/hero2.jpg);
    background-size:cover;
    background-repeat:no-repeat;
    background-attachment:fixed;
}

.row {
    display:flex;
    align-items:center;
    width:100%;
    align-self:center;
    justify-content:center;
}

.one-fourth {
    flex:0 0 25%;
    align-self:center;
}

.proc_left_icon { padding:25px;margin:10px; }

.proc_right_text { padding:25px;margin:10px; }

.three-fourths {
    flex: 0 0 75%;
    align-self:center;
}

.whole-width {
    flex: 0 0 100%;
}

.proc_right_text * {
    font-size:30px !important;
    color: rgb(0, 48, 91) !important;
    line-height:normal !important;
}

.proc_right_text h5 { font-weight:normal !important; }
</pre></body></html>