/******************Service******************/

#service {
  padding-bottom: 50px;
}

#service h1 {
  font-weight: 900;
  font-size: 34px;
  padding-bottom: 5px;
}

#service .title {
  text-align: center;
  padding: 25px 0px;
}

#service .title p {
  font-size: 15px;
}

#service .card-body {
  box-shadow: 0 0 20px 7px rgba(0, 0, 0, 0.1);
  height: 100%;
}

#service .card-body .card {
  margin: 20px 10px;
}

#service .card-body a {
  color: #063970;
  text-decoration: none;
  font-size: 15px;
  margin-top: auto;
  font-weight: 600;
}

#service .card-body a:hover {
  color: #1e81b0;
  text-decoration: none;
}
