/*
* 變數
*/
:root {
  --color-primary: #B82524;
  --color-secondary: #3E94C9;
}

.footer-title {
  font-size: 1.25rem;
  font-weight: bold;
  color: var(--color-secondary);
}

#service-title h2 {
  display: block;
  font-size: 48px;
  line-height: 58px;
  font-weight: 700;
  margin-bottom: 50px;
  
}

.project-block-one > p {
  margin: 0;
  padding: 3px 0 20px 0;
}

/* Contact page: spacing around the horizontal divider line */
.info-block-one .inner-box h3 {
  margin-bottom: 41px; /* 20px above line + 1px line + 20px below line */
}

.contact-info-section .inner-container:before {
  top: 176px; /* icon(100px) + icon-margin(22px) + h3-text(34px) + 20px gap */
  margin-top: 0;
}