.service-block {
	width: 970px; 
	margin: 0 auto;
	font-family: "Raleway",Helvetica,Arial;
	color: #333;
/* 	background: rgba(254, 254, 254, 0.98); */
}

hr {
  	color: rgba(63, 63, 62, 0.4);
  	height: 1px;
	background-color: rgba(63, 63, 62, 0.4);
	border: none;
	margin-top:20px;
	margin-bottom:20px;
}

.service-name{
	font-size: 20px;
    line-height: 26px;
    color: #4d4d4d;
    margin: 0 0 10px 0;
    font-weight: 700;
    font-family: "PT Serif",Serif,Georgia,Arial;
}

.service-time{
	font-size: 17px;
    line-height: 26px;
    color: #65777a;
    margin: 0 0 10px 0;
    font-weight: 700;
    font-family: "PT Serif",Serif,Georgia,Arial;
}

.service-desc{
	line-height: 24px;
}



.service-price{
	font-size: 15px;
    font-family: Arial;
    line-height: 24px;
    text-transform: capitalize;
}

@media (max-width:1020px){
	
.service-block{
	width:550px;
}	

.service-block img {
    width: 100%;
}
	
}

@media (max-width:550px){
	
.service-block{
	width:100%;
}

.service-block img {
    width: 100%;
}

.pricing-block{
	width:100%;
}

.pricing-block img {
    width: 100%;
}
}