@media screen and (min-width: 480px){
.heaHead{
height:230px;
background:url("../img/health/hea_pic1.jpg") no-repeat 0 0;
overflow: hidden;
text-indent: 100%;
white-space: nowrap;
padding-left:10px;
margin:0 0 20px 0;
}

.casBox1{
line-height:170%;
border-bottom:1px dotted #418401;
padding-bottom:10px;
margin-bottom:15px;
margin-left:20px;
font-size:15px;
}

.textGreen{
color:#418401;
font-weight:bolder;
}

.casBox1:last-child{
margin-bottom:150px;
}
}
@media screen and (max-width: 479px){
.heaHead{
height: 130px;
    background: url(../img/health/hea_pic1.jpg) no-repeat 0 0;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    /* padding-left: 10px; */
    /* margin: 0 0 20px 0; */
    background-size: contain;
}

.casBox1{
line-height:170%;
border-bottom:1px dotted #418401;
padding-bottom:10px;
margin-bottom:15px;
margin-left:5px;
font-size:15px;
}

.textGreen{
color:#418401;
font-weight:bolder;
}

.casBox1:last-child{
margin-bottom:150px;
}
}