body.page-template-service .breadcrumb-trail.breadcrumbs,
body.tax-aree_tecniche .breadcrumb-trail.breadcrumbs {
  padding: 100px 0;
}

body.page-template-service .breadcrumb-trail.breadcrumbs:before,
body.tax-aree_tecniche .breadcrumb-trail.breadcrumbs:before {
  display: none;
}

body.page-template-service .breadcrumb-trail.breadcrumbs .trail-title,
body.tax-aree_tecniche .breadcrumb-trail.breadcrumbs .trail-title {
  color: #FFFFFF;
  text-align: center !important;
  text-transform: uppercase;
  letter-spacing: -1px;
  margin: 0;
  line-height: 1.25em;
  font-weight: 700;
}

body.page-template-service #yoast-breadcrumbs,
body.tax-aree_tecniche #yoast-breadcrumbs {
  margin: 0;
  position: absolute;
  left: 1rem;
  top: 1rem;
}

body.page-template-service #yoast-breadcrumbs span,
body.tax-aree_tecniche #yoast-breadcrumbs span {
  color: #CCCCCC;
  text-shadow: 0px 0px 1px #000000;
}

body.page-template-service #yoast-breadcrumbs span a,
body.tax-aree_tecniche #yoast-breadcrumbs span a {
  color: #FFFFFF;
  text-decoration: underline;
}

body.page-template-service #yoast-breadcrumbs span a:hover,
body.tax-aree_tecniche #yoast-breadcrumbs span a:hover {
  color: rgb(255 255 255 / 50%);
  text-decoration: none;
}

h2 {
  font-weight: 800;
  letter-spacing: -1px;
  font-size: 1.75em;
}

h3 {
  font-weight: 800;
  letter-spacing: -.5px;
  font-size: 1em !important;
  text-transform: uppercase !important;
  color: #00357d !important;
}

.service__buttons {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  text-align: center;
  width: fit-content;
  margin: 0 auto;
}

body.tax-aree_tecniche .service__buttons {
    margin-top: 2em;
    margin-bottom: 2em;
}

.service__button {
  font-size: 1em;
  font-weight: 700;
  color: #00357d;
  text-shadow: none;
  letter-spacing: -.75px;
  text-transform: uppercase;
  border: 2px solid;
  border-radius: 0;
  padding: 0.5em 2em;
  display: inline-block;
  margin-bottom: 2em;
  text-decoration: none;
}

.service__button:hover {
  color: #FFFFFF;
  background-color: #00357d;
  border: 2px solid #00357d;
}

.service__button:last-of-type {
  margin: 0;
}