@charset "utf-8";
/*------    : services sheet style  :-------*/

/* -- services and products detailing_stpl  start--*/



.servpro_stpl {
   clear:both;
   width:90%;
   min-width:1200px;
   display:flex;
   margin:1em auto;
   flex-direction:row;  
   flex-wrap:wrap;
   justify-content:space-around; 
   align-items:baseline;
   color:#000;
   text-align:center;
   box-shadow:10px 10px #69a;
 /*  background-color:#125786;*/

}


.servpro_stpl_div {
   width:280px;
   height:auto;
   min-width:80px;
   display:inline-block;
   margin:10px 10px;
   text-align:center;
   padding-bottom: 20px;

} 



.servpro_stpl_DZME_div {
   width:480px;
   height:auto;
   min-width:80px;
   display:inline-block;
   margin:10px 10px;
   text-align:center;
   padding-bottom: 20px;
   vertial-align: bottom;
} 




* -- services and products detailing_stpl end --*/
