﻿.health-fitness{
    background-image: url("/assets/img/Health_ Fitness_Today.jpg");
    background-size: cover;
    background-position: 50%;
    padding:20px;
}

.health-fitness .healths {
    background-color: rgba(255,255,255,0.8);
    padding: 10px 25px;
    border-radius: 5px;
}

.overflow-hidden {
    overflow: hidden !important;
}

health-fitness h3 {
    color: #1173BC !important;
    font-weight: bold;
    margin: 0 0 25px 0 !important;
    font-size: 1.75em;
    font-family: inherit
}

.healths h3 {
    color: #1173BC!important;
    font-weight: bold;
    margin:0!important;
    font-size: 1.75em!important;
    padding: 25px 25px 0px 25px!important;
}
.healths h4 {
    margin: 0 0 25px 0 !important;
}
.healths p {
    text-align: left !important;
    font-size: 14.4px !important;
    letter-spacing: -0.5px !important;
    color: #212529!important;
    margin-top:0px!important;
}
#show_hr {
    display: none;
}

@media (max-width:500px) {
    #show_hr {
        display: block;
    }
}
