.view-service-section .view-content {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em;
  justify-content: center;
  padding: 1.25rem;
}
@media (min-width: 576px) {
  .view-service-section .view-content {
    grid-gap: 0.625em;
  }
}
@media (min-width: 768px) {
  .view-service-section .view-content {
    grid-gap: 0.75em;
  }
}
@media (min-width: 992px) {
  .view-service-section .view-content {
    grid-gap: 1em;
  }
}
.view-service-section .views-row {
  background: #fff;
  border-radius: 25px;
  box-shadow: 0 7px 10px rgba(0, 0, 0, 0.0509803922);
  box-sizing: border-box;
  hyphens: auto;
  max-width: 100%;
  overflow-wrap: break-word;
  padding: 1em;
  word-wrap: break-word;
  flex: 0 0 100%;
  width: 100%;
}
@media (min-width: 576px) {
  .view-service-section .views-row {
    flex: 0 0 calc(50% - 0.5em);
    width: calc(50% - 0.5em);
  }
}
@media (min-width: 768px) {
  .view-service-section .views-row {
    flex: 0 0 calc(33% - 0.5em);
    width: calc(33% - 0.5em);
  }
}
@media (min-width: 992px) {
  .view-service-section .views-row {
    flex: 0 0 calc(25% - 0.75em);
    width: calc(25% - 0.75em);
  }
}
.view-service-section .views-row .views-field-fieldset {
  display: flex;
  flex-grow: 1;
}
.view-service-section .views-row .views-field-fieldset .field-content {
  display: flex;
  flex-grow: 1;
}
.view-service-section .views-row .paragraph--view-mode--default,
.view-service-section .views-row .node--view-mode-teaser {
  display: flex;
  flex-flow: column nowrap;
  flex-grow: 1;
  justify-content: space-between;
}
.view-service-section .views-row img {
  border-radius: 15px;
  margin-bottom: 0.313em;
}
.view-service-section .views-row .text-wrapper {
  display: flex;
  flex-flow: column nowrap;
  flex-grow: 1;
  justify-content: flex-start;
  margin: 0.313em 0 0.625em;
}
.view-service-section .views-row .text-wrapper h3 {
  color: #54565c;
  hyphens: auto;
  margin-bottom: 0.313em;
  overflow-wrap: break-word;
  white-space: normal;
  word-wrap: break-word;
  line-height: 1.1;
}
.view-service-section .views-row .text-wrapper .field--name-field-body,
.view-service-section .views-row .text-wrapper .field--name-field-teaser-text {
  align-self: stretch;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  height: 100%;
  hyphens: auto;
  -webkit-line-clamp: 6;
  line-height: 1.1em;
  margin-bottom: 0.313em;
  overflow: hidden;
  overflow-wrap: break-word;
  white-space: normal;
  word-wrap: break-word;
}
@media (min-width: 576px) {
  .view-service-section .views-row {
    padding: 0.625em;
  }
  .view-service-section .views-row h3 {
    font-size: 1.5em;
  }
}
@media (min-width: 768px) {
  .view-service-section .views-row {
    padding: 0.75em;
  }
}
@media (min-width: 992px) {
  .view-service-section .views-row {
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-between;
    padding: 1em;
  }
  .view-service-section .views-row h3 {
    font-size: 1.75em;
  }
  .view-service-section .views-row .field-content p,
  .view-service-section .views-row .field--name-field-body,
  .view-service-section .views-row .field--name-field-teaser-text {
    font-size: 1.125em;
    line-height: 1.25em;
  }
}

.paragraph--type--services .paragraph-wrapper {
  margin: 0 auto;
  max-width: 1400px;
  padding: 2rem 1.25rem;
}
.paragraph--type--services .paragraph-wrapper h2 {
  text-align: center;
}
.paragraph--type--services .paragraph-wrapper h2,
.paragraph--type--services .paragraph-wrapper .field--name-field-body,
.paragraph--type--services .paragraph-wrapper .view-filters {
  margin: 0 auto;
  max-width: 992px;
  padding: 2rem 1.25rem;
}
.paragraph--type--services .paragraph-wrapper .view-filters {
  display: none;
}
.paragraph--type--services .paragraph-wrapper .field--name-field-teaser-icon,
.paragraph--type--services .paragraph-wrapper .image-style-teaser-icon {
  display: none;
}
.paragraph--type--services .view-services .view-content {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em;
  justify-content: center;
}
@media (min-width: 576px) {
  .paragraph--type--services .view-services .view-content {
    grid-gap: 0.625em;
  }
}
@media (min-width: 768px) {
  .paragraph--type--services .view-services .view-content {
    grid-gap: 0.75em;
  }
}
@media (min-width: 992px) {
  .paragraph--type--services .view-services .view-content {
    grid-gap: 1em;
  }
}
.paragraph--type--services .view-services .views-row {
  background: #fff;
  border-radius: 25px;
  box-shadow: 0 7px 10px rgba(0, 0, 0, 0.0509803922);
  box-sizing: border-box;
  hyphens: auto;
  max-width: 100%;
  overflow-wrap: break-word;
  padding: 1em;
  word-wrap: break-word;
  flex: 0 0 100%;
  width: 100%;
}
@media (min-width: 576px) {
  .paragraph--type--services .view-services .views-row {
    flex: 0 0 calc(50% - 0.5em);
    width: calc(50% - 0.5em);
  }
}
@media (min-width: 768px) {
  .paragraph--type--services .view-services .views-row {
    flex: 0 0 calc(33% - 0.5em);
    width: calc(33% - 0.5em);
  }
}
@media (min-width: 992px) {
  .paragraph--type--services .view-services .views-row {
    flex: 0 0 calc(25% - 0.75em);
    width: calc(25% - 0.75em);
  }
}
.paragraph--type--services .view-services .views-row .views-field-fieldset {
  display: flex;
  flex-grow: 1;
}
.paragraph--type--services .view-services .views-row .views-field-fieldset .field-content {
  display: flex;
  flex-grow: 1;
}
.paragraph--type--services .view-services .views-row .paragraph--view-mode--default,
.paragraph--type--services .view-services .views-row .node--view-mode-teaser {
  display: flex;
  flex-flow: column nowrap;
  flex-grow: 1;
  justify-content: space-between;
}
.paragraph--type--services .view-services .views-row img {
  border-radius: 15px;
  margin-bottom: 0.313em;
}
.paragraph--type--services .view-services .views-row .text-wrapper {
  display: flex;
  flex-flow: column nowrap;
  flex-grow: 1;
  justify-content: flex-start;
  margin: 0.313em 0 0.625em;
}
.paragraph--type--services .view-services .views-row .text-wrapper h3 {
  color: #54565c;
  hyphens: auto;
  margin-bottom: 0.313em;
  overflow-wrap: break-word;
  white-space: normal;
  word-wrap: break-word;
  line-height: 1.1;
}
.paragraph--type--services .view-services .views-row .text-wrapper .field--name-field-body,
.paragraph--type--services .view-services .views-row .text-wrapper .field--name-field-teaser-text {
  align-self: stretch;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  height: 100%;
  hyphens: auto;
  -webkit-line-clamp: 6;
  line-height: 1.1em;
  margin-bottom: 0.313em;
  overflow: hidden;
  overflow-wrap: break-word;
  white-space: normal;
  word-wrap: break-word;
}
@media (min-width: 576px) {
  .paragraph--type--services .view-services .views-row {
    padding: 0.625em;
  }
  .paragraph--type--services .view-services .views-row h3 {
    font-size: 1.5em;
  }
}
@media (min-width: 768px) {
  .paragraph--type--services .view-services .views-row {
    padding: 0.75em;
  }
}
@media (min-width: 992px) {
  .paragraph--type--services .view-services .views-row {
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-between;
    padding: 1em;
  }
  .paragraph--type--services .view-services .views-row h3 {
    font-size: 1.75em;
  }
  .paragraph--type--services .view-services .views-row .field-content p,
  .paragraph--type--services .view-services .views-row .field--name-field-body,
  .paragraph--type--services .view-services .views-row .field--name-field-teaser-text {
    font-size: 1.125em;
    line-height: 1.25em;
  }
}

/*# sourceMappingURL=services.css.map */
