.service .row{
  background: #f7f7f7;
  padding: 40px;
  position:relative;
  margin-bottom:40px;
}

.service .content-fluid{
  width:100%;
  max-width:800px;
  margin-left:auto;
  margin-right:auto;
  border-radius:10px;
}

.service .item{
  padding:20px;
}

.num{
  font-size: 40px;
    line-height: 1.5em;
    font-weight: 700;
    color: #6f6f6f;
}

.local-ttl{
  margin-bottom:20px;

}
.nav{
  display:flex;
  justify-content:space-between;
}
.nav .link{
  width:49%;
  margin-bottom:60px;

}
.nav .link a{
  background-color: #fff6d0;
padding: 60px 20px;
display: block;
font-size: 30px;
text-align: center;
font-weight: bold;
}
