.single-service-style1 {
  min-height: 50px;
  padding: 20px;
}

.single-service-style1 .text-holder h3 {
  font-weight: 700;
}

.pro-img-area {
  position: relative;
  padding-top: 90px;
  padding-bottom: 90px;
}

.pro-img-bottom {
  position: relative;
  /* padding-top: 90px; */
  padding-bottom: 90px;
}

.pro-img-area .sec-title p {
  margin: 22px 0 0;
}

.pro-cap-bg {
  background: url('../images/pro_cap_bg.jpg')no-repeat;
  height: 400px;
}

/* About: 設備清單css */
.Button-style {
  display: inline-block;
  padding: 0.6em 0.88em;
  background: linear-gradient(to right, #083061 50%, #fff 50%);
  background-size: 200% 100.5%;
  background-position: right bottom;
  font-family: 'Montserrat', sans-serif;
  font-size: 1.25em;
  color: #020202;
  border: none;
  border-left: 0.20em solid #4394d0;
  box-shadow: 3px 3px 2px rgba(0, 0, 0, 0.08);
  transition: all 0.5s ease-out;
  margin: 20px 20px 20px 20px;
}

.Button-style:hover {
  background-position: left bottom;
  color: white;
}