@media (max-width: 767px) {
.srvcprg {
width:100%;
}
}


@media (min-width: 867px) {
.srvcprg {
width:60%;
}
}