section.product_bg {
    padding-bottom: 0;
    position: relative;
    padding-top: 20px;
}

section.product_bg:after {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    height: 100%;
    width: 100%;
    content: "";
    background: white;
}

.color_heading {
    color: #00C8DC;
    font-family: "raleway", sans-serif !important;
}

.product_heading {
    line-height: 1em;
}

.product_heading h2 {
    border-bottom: 1px solid #00C8DC !important;
    font-size: 60px;
    text-transform: none;
}

.product_heading h2:after {
    color: #00C8DC !important;
}

.product_heading h3 {
    border-bottom: 4px solid #00C8DC !important;
    display: inline-block;
    font-weight: 300;
    line-height: 55px;
    margin-top: 0;
    position: relative;
    text-transform: uppercase;
    font-size: 56px;
    padding: 0 6px 6px;
}

.color_heading h2 {
    color: #00C8DC;
    font-family: "raleway", sans-serif !important;
}

.color_heading h3 {
    color: #00C8DC;
    font-family: "raleway", sans-serif !important;
}

.color_heading p {
    font-size: 28px;
    color: #00C8DC;
    font-family: "raleway", sans-serif !important;
    font-weight: 100;
    line-height: 2;
    text-align: left;
    margin-left: 76px;
}

p.font_8 {
    font-style: normal;
    font-variant-ligatures: normal;
    font-variant-caps: normal;
    font-variant-numeric: normal;
    font-variant-east-asian: normal;
    font-weight: normal;
    font-stretch: normal;
    font-size: 14px;
    line-height: 1.5em;
    font-family: sans-serif;
    color: #00c8dc9e;
    text-align: left;
    margin-left: 76px;
}

p.font_8 em {
    font-size: 12px;
    color: #00C8DC;
}

.demo-button {
    color: #00C8DC;
    border: solid rgba(0, 200, 220, 1) 4px;
    cursor: pointer !important;
    justify-content: center;
    padding: 10px;
    font-weight: 500;
}

.pull-middle {
    text-align: center;
    margin-bottom: 30px;
}