/*!***************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/blocks/card/style.scss ***!
  \***************************************************************************************************************************************************************************************************************************************************/
/*$h5-font-size:                $font-size-base * 1.25;*/
/*
@mixin project-title-bg-sm() {
    background-image: repeating-linear-gradient(60deg, transparent, transparent 4px, #ccc 5px, #ccc 5px);
    color: $primary;
    padding-left: $spacer * 1.25;
    padding-right: $spacer * 1.25;
    line-height: $line-height-sm;
}



@mixin project-title-bg-lg() {
    background-image: repeating-linear-gradient(60deg, transparent, transparent 8px, #ccc 10px, #ccc 10px);
    color: $primary;
}
*/
:root {
  --bs-container-half: 100%;
}
@media (min-width: 992px) {
  :root {
    --bs-container-half: calc(960px * 0.5);
  }
}
@media (min-width: 1200px) {
  :root {
    --bs-container-half: calc(1140px * 0.5);
  }
}
@media (min-width: 1600px) {
  :root {
    --bs-container-half: calc(1520px * 0.5);
  }
}

.sec-card > .col {
  position: relative;
}
@media (min-width: 992px) {
  .sec-card > .col:nth-child(odd) .card-product {
    border-right: 0.25rem solid #fff;
  }
  .sec-card > .col:nth-child(even) .card-product {
    border-left: 0.25rem solid #fff;
  }
}
.sec-card[data-padding=true] > .col {
  padding-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .sec-card[data-padding=true] > .col {
    padding-bottom: 3rem;
  }
}
.sec-card[data-offset=true] {
  padding-bottom: calc(1.725rem + 5.7vw);
  padding-top: calc(1.725rem + 5.7vw);
}
@media (min-width: 1200px) {
  .sec-card[data-offset=true] {
    padding-bottom: 6rem;
  }
}
@media (min-width: 1200px) {
  .sec-card[data-offset=true] {
    padding-top: 6rem;
  }
}
.sec-card.gx-0 {
  --bs-gutter-x: 0;
}
.sec-card .item-category {
  font-size: calc(1.2625rem + 0.15vw);
  color: #1e1e1e;
  font-style: normal;
  font-weight: 400;
  letter-spacing: -0.04em;
  line-height: 1.2;
  margin-bottom: 0.625rem;
  position: relative;
}
@media (min-width: 1200px) {
  .sec-card .item-category {
    font-size: 1.375rem;
  }
}
.sec-card .item-category + * {
  margin-top: 1.25rem;
}
.sec-card .card-title + *,
.sec-card .item-title + * {
  margin-top: 2rem;
}
.sec-card .card-item .card-title {
  font-weight: bold;
  margin-bottom: 0;
}
.sec-card .card-item .card-title + * {
  margin-top: 2rem;
}
.sec-card .card-item .card-body {
  display: flex;
  flex-direction: column;
}
.sec-card .card-item .card-body p:last-of-type:not(:last-child) {
  margin-bottom: 2.5rem;
}
.sec-card .card-item .card-body .btn {
  margin-top: auto;
  margin-bottom: 0;
}
.sec-card .card-item .card-body .list-unstyled .badge {
  font-size: 1rem;
  font-weight: normal;
  margin-bottom: 0.25rem;
}
.sec-card .card-item .card-body ul:last-child {
  margin-bottom: 0;
}

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