/* Spacing */
/* Grid settings */
/* Row inner box */
/* Breakpoint options */
/* Calculated variables - do not edit unless you are a space cowboy */
/* Split colours - set colours when using .row.split */
/* Overlays - for modals, cookie popups */
/* Type */
/* Quotes */
/* Icons - see font-awesome.scss for more info */
/* Buttons */ /* Woocommerce */ /* Notifications */ /* Pagination */ /* Logo */ /* Header */
/* Header navigation */
/* Footer */
/* Mobile menu */ /* Cookie bar */ /* Social links */ /* Transitions */ /* Loader */ /* Modals */ /* Dots */
/* Tables */
.row-type-services .row-inner {
  row-gap: 50px;
}
.row-type-services .service {
  border-top: 1px solid var(--white);
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 1025px) {
  .row-type-services .service {
    flex-direction: column;
  }
}
.row-type-services .service:after {
  content: none;
}
.row-type-services .service h2 {
  font-size: 120px;
  line-height: 0.85em;
  padding: 0;
  text-transform: uppercase;
}
@media (max-width: 1025px) {
  .row-type-services .service h2 {
    font-size: 48px;
  }
}
.row-type-services .service .col-3 {
  padding-top: var(--space-xs);
}
.row-type-services .service .col-9 {
  display: flex;
}
@media (max-width: 1025px) {
  .row-type-services .service .col-9 {
    flex-direction: column;
  }
}
.row-type-services .service .col-9 p.number {
  padding: 0;
  padding-top: var(--space-xs);
  padding-right: var(--space-xs);
  color: var(--acid-yellow);
}
