/**
 * Generated by SportsHealing Theme Colours.
 * Do not edit directly; update the active Theme Colours post instead.
 */
:root {
    --primary-color: #035e58;
    --white-color: #FFFFFF;
    --black-color: #000000;
    --text-color: #525252;
    --body-color: #FFFFFF;
    --footer-color: #111821;
    --border-color-one: #F3F3F3;
    --border-color-two: #D3D3D3;
    --background-one: #F9F9FF;
    --background-two: #E6F9F8;
    --extra-color: #DDF6FA;
    --extra-color-one: #FFF5F5;
    --extra-color-two: #DFFAFF;
    --extra-color-three: #FFFAEB;
    --extra-color-four: #F2F4F5;
    --extra-color-five: #0C193E;
    --extra-color-six: #0e131a;
    --primary-rgb-05: rgba(3, 94, 88, 0.10);
}

.section-title .sub-title::before {
    background-image: url("http://sportshealing.local:8080/wp-content/themes/sportshealing/assets/images/icon-sub-heading.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 24px;
    height: 24px;
}
@media (max-width: 767px) {
    .section-title .sub-title::before {
        width: 20px;
        height: 20px;
    }
}
