/*!*****************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/deprecated_CC2-524_services-card/scss/style.scss ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************/
.service-card {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  box-sizing: border-box;
  padding: 2.5rem 2.5rem 0 2.5rem;
  border-radius: 1rem;
  background-color: var(--ds-semantic-color-accent1-surface-subtlest);
}
.service-card:nth-child(4n+2), .service-card:nth-child(4n+3) {
  flex-basis: 38%;
}
.service-card:nth-child(4n+2) .card-img, .service-card:nth-child(4n+3) .card-img {
  padding: 2rem;
}
.service-card:nth-child(4n+1), .service-card:nth-child(4n+4) {
  flex-basis: 59%;
}
.service-card:nth-child(4n+1) .card-img, .service-card:nth-child(4n+4) .card-img {
  padding: 3rem;
}
.service-card:nth-child(2n+1):last-child {
  flex-basis: 100%;
}
.service-card.bot-img .card-img {
  padding-bottom: 0 !important;
}
.service-card.bot-img .card-img img {
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}
.service-card.left-img .card-img {
  padding-left: 0 !important;
}
.service-card.left-img .card-img img {
  border-bottom-right-radius: 1rem;
  border-top-right-radius: 1rem;
}
.service-card.right-img .card-img {
  padding-right: 0 !important;
}
.service-card.right-img .card-img img {
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
}
.service-card .card-img {
  width: 100%;
  box-sizing: border-box;
  margin-top: auto;
  margin-bottom: 0;
  background-color: var(--ds-semantic-color-accent1-surface-medium);
  border-top-left-radius: 1.5rem;
  border-top-right-radius: 1.5rem;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.service-card .card-img img {
  width: 100%;
}
.service-card .no-text .wp-element-button {
  width: 2.75rem;
  height: 2.75rem;
  padding: 0;
  border-radius: 50%;
  background-color: var(--Color-Text-Accent);
  pointer-events: none;
  cursor: initial;
}
.service-card .no-text .wp-element-button:after {
  width: 1.3rem;
  height: 1.3rem;
}
.service-card.highlight-card .no-text .wp-element-button {
  background-color: var(--Colors-Icon-Brand, #F66551);
}
@media screen and (max-width: 1440px) {
  .service-card {
    padding: 2.5rem 1.5rem 0;
  }
}
@media screen and (max-width: 600px) {
  .service-card {
    flex-basis: 100% !important;
  }
}

/*# sourceMappingURL=style-index.css.map*/