
#z-section .z-body-content{
  background: rgb(41,119,155);
  padding: 50px 0;
}
#z-section .z-body-content h3{
font-size: 28px;
 color: rgba(255,255,255,0.8);
height: 50px;
line-height: 48px;
border-bottom: 1px solid rgba(255,255,255,0.2);
position: relative;
}
#z-section .z-body-content h3:after{
position: absolute;
content: '';
width: 120px;
height: 5px;
border-radius: 3px;
background: rgba(255,255,255,0.2);
left:0;
bottom: -2.5px;
}
#z-section .z-body-content p {
color: rgba(255,255,255,0.8);
font-family: 'Noto Sans';
font-size: 15px;
text-align: justify;
}
#z-section .z-body-content .col-md-3 {
text-align: center;
position: relative;
padding: 70px;
box-sizing: border-box;
}
#z-section .z-body-content .col-md-3  a {
display: inline-block;
padding: 12px 24px;
box-sizing: border-box;
position: absolute;

}
.z-service-content {
width: 100%;
padding: 30px 0;
box-sizing: border-box;
}
.z-service-content .z-service-cap {
  width: 100%;
  height: 40px;
  line-height: 38px;
  position: relative;
  text-align: center;
  font-weight: bold;
  font-family: 'Noto Sans';
  color: rgb(41,119,155)
}
.z-service-content .col-md-4 {
height: 350px;
padding:5px;
  box-sizing: border-box;
}
.z-service-content .col-md-4 .z-card {
  width: 100%;
  height: 100%;
  background: aliceblue;
  border: 1px solid rgba(41,119,115,0.1);
  padding: 10px;
  box-sizing: border-box;
  border-radius: 8px;
}
.z-service-content .col-md-4 .z-card .z-icon {
  display: inline-block;
  height: 100px;
  width: 100px;
  border-radius: 50%;
  border: 2px solid rgb(41,119,155);
  text-align: center;
  position: relative;
  left: calc(50% - 50px);
  background: #fff;
}
.z-service-content .col-md-4 .z-card .z-icon:hover{
   background: rgb(41,119,155);
}
.z-service-content .col-md-4 .z-card .z-icon font {
   display: inline-block;
   height: 90%;
  width: 100%;
  border-radius: 50%;
  background: rgb(41,119,155);
  padding-top: 10px
}
.z-service-content .col-md-4 .z-card .z-icon font:hover{
  background: #fff;
}
.z-service-content .col-md-4 .z-card .z-icon font:hover .wbc-icon{
  color: rgb(41,119,155);
}
.z-service-content .col-md-4 .z-card .z-icon .wbc-icon {
  font-size: 40px;
  color:#fff;
}
.z-service-content .col-md-4 .z-card .z-title-block {
  display: block;
  width: 100%M;
}
.z-service-content .col-md-4 .z-card .z-title-block  h3 {
  height: 35px;
  font-size: 18px;
  text-align: center;
  font-family: 'Noto Sans';
}
.z-service-content .col-md-4 .z-card .z-txt-content {
  text-align: justify;
  display: block;
  font-size: 13px;
  font-family: 'Noto Sans';
}




