#service{
  margin : 0px 200px 0px auto;
  padding : 80px 10px;
  color : white;
  background-image : url(../img/chalkboard-green-pattern-01.jpg);
  background-repeat : repeat;
}
#service div{
  max-width:700px;
}
#service div.box{
  padding : 25px 5px 5px;
  width:33.333%;
  text-align : center;
  float : left;
}
#service div.img{
  border-radius : 50%;
  width : 100px;
  height : 100px;
  background-color : #d9d9d9;
  background-repeat : no-repeat;
  background-position : center center;
  background-size : 60px auto;
}
#service h6{
  font-size : 1.4rem;
  font-weight : bolder;
  padding-top : 5px;
}
#service div.s01{
  background-image : url(../img/ico_ser_01.svg);
}
#service div.s02{
  background-image : url(../img/ico_ser_02.svg);
}
#service div.s03{
  background-image : url(../img/ico_ser_03.svg);
}
#service div.s04{
  background-image : url(../img/ico_ser_04.svg);
}
#service div.s05{
  background-image : url(../img/ico_ser_05.svg);
}
#service div.s06{
  background-image : url(../img/ico_ser_06.svg);
}
#service div.cont{
  padding : 10px;
  background-color : rgba(0, 0, 0, 0.3);
  margin : 10px auto;
  border-radius : 10px;
}
#service div.cont p.title{
  padding : 5px;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : white;
  font-size : 1.8rem;
  font-weight : bolder;
}
#service div.cont p.txt{
  padding : 5px;
  font-size : 1.5rem;
}
@media screen and (max-width: 600px){
  #service{
  margin : 0px auto;
  padding : 40px 10px;
}
}