.sidebar-firstcare {
    background: #ef4136;
    color: #fff;
    margin: 2rem 0;
    padding: 1.5625em;
}

.sidebar-firstcare h1,
.sidebar-firstcare h2,
.sidebar-firstcare h3 {
    color: #fff;
    margin: 0;
}

.sidebar-firstcare h2 { font-size: 2.5em; font-weight: 700; }

.sidebar-firstcare h3 { font-size: 1.75em; margin-top: -.25em; }

.sidebar-firstcare h1 { color: #fff; font-weight: 600; font-size: 5em; margin-top: -.25em; }

.page_heading .sidebar-firstcare h1 {
    color: #fff;
}

.sidebar-firstcare h1 span { font-size: 1.75rem; font-weight: 500; }

.sidebar-firstcare p { margin: -1em 0 0; }

.sidebar-firstcare h6.heading {
    position: relative;
    font-size: 1em;
    font-weight: 700;
    color: #fff;
    padding-right: 2em;
}

.sidebar-firstcare h6 img {
    position: absolute;
    top: 50%;
    right: -.75em;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: .7;
}
