@media screen and (min-width: 941px){
.h4_p {
    margin: 0px 10px 10px 50px !important;
}
img[src $="img/bg_p_visit1.gif"]{
    width:230px;
}
img[src $="img/flow_visit_s.jpg"]{
    width:461px;
    margin: 2em auto 1em 2em;
}
}

@media screen and (min-width: 551px) and (max-width: 940px){
.h4_p {
    margin: 0px 10px 10px 10px !important;
}
img[src $="img/bg_p_visit1.gif"]{
    width:180px;
}
}

@media screen and (max-width: 550px){
.h4_p {
    margin: 0px 10px 10px 10px !important;
}
img[src $="img/bg_p_visit1.gif"]{
    width:100px;
}
}



