/*!****************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./components/four_cards/four_cards.scss ***!
  \****************************************************************************************************************************************************************************************/
/******************************************
Section | CTA with Image
******************************************/
/**************************************************
Stylesheet: Defaults Stylesheet
**************************************************/
/**************************************************
Stylesheet: Mixins Stylesheet
**************************************************/
/*******************
FONT MIXINS (size, color, weight, line-height)
********************/
/*********************
Column split into X columns
@include column-count(3);
*********************/
/*********************
Column split with px gap
@include column-gap(40px);
*********************/
/*********************
Column split style
@include column-rule-style(solid);
*********************/
/*********************
Column split border
@include column-rule(1px solid #ededed);
*********************/
/*********************
Background gradient 2 color
@include background-gradient($gray, #000);
*********************/
/*********************
Background gradient 3 color
@include accordion-gradient($gray, #000, #666);
*********************/
/*********************
Transform duration by X seconds
@include transition(1.5s);
*********************/
/*********************
Transform Rotate element by x degrees
@include rotate(180);
*********************/
/*********************
Creates a 6px arrow with pure css
@include arrow(#000);
*********************/
/*********************
Clip 10px corner off the bottom right corner
@include cornerclip(#000);
*********************/
/*********************
Clip 3px corner off the bottom right corner
@include cornerclipsmall(#000);
*********************/
/*********************
Clip 10px corner off the top right corner
@include cornercliptop(#000);
*********************/
/*********************
Clip 10px corner off the top left corner
@include cornercliptopleft(#000);
*********************/
.four-cards {
  padding: 50px 0 50px 0;
}
@media screen and (min-width: 768px) {
  .four-cards {
    padding: 230px 0 173px;
  }
}
.four-cards img.background-shape {
  object-fit: cover;
  width: 815px;
  height: auto;
  position: absolute;
  bottom: 0;
  transition: top 0.25s ease-in-out;
}
@media screen and (min-width: 1440px) {
  .four-cards img.background-shape {
    bottom: 0;
  }
}
.four-cards .inner.four-cards-inner {
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  max-width: 100%;
}
.four-cards .inner.four-cards-inner h2 {
  text-align: center;
  margin-bottom: 40px;
  text-transform: uppercase;
}
@media screen and (min-width: 480px) {
  .four-cards .inner.four-cards-inner h2 {
    margin-bottom: 70px;
  }
}
.four-cards .inner.four-cards-inner .cards-wrapper {
  display: flex;
  margin: 0 auto;
  width: 100%;
  max-width: 1411px;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  position: relative;
  z-index: 2;
  transition: gap 0.25s ease-in-out, padding-top 0.25s ease-in-out;
}
@media screen and (min-width: 768px) {
  .four-cards .inner.four-cards-inner .cards-wrapper {
    flex-direction: row;
  }
}
@media screen and (min-width: 1080px) {
  .four-cards .inner.four-cards-inner .cards-wrapper {
    flex-wrap: nowrap;
  }
}
@media screen and (min-width: 1280px) {
  .four-cards .inner.four-cards-inner .cards-wrapper {
    gap: 40px;
  }
}
.four-cards .inner.four-cards-inner .card {
  background-color: #fdb913;
  border-radius: 8px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.3), 0px 8px 12px rgba(0, 0, 0, 0.15);
  color: #222222;
  display: flex;
  flex-direction: column;
  padding: 31px 24px 33px 36px;
}
@media screen and (min-width: 768px) {
  .four-cards .inner.four-cards-inner .card {
    width: calc(50% - 10px);
  }
}
@media screen and (min-width: 1080px) {
  .four-cards .inner.four-cards-inner .card {
    width: calc(25% - 20px);
  }
}
.four-cards .inner.four-cards-inner .card .card-heading {
  display: flex;
  flex-direction: row;
  align-items: center;
  row-gap: 40px;
  column-gap: 20px;
}
@media screen and (min-width: 768px) {
  .four-cards .inner.four-cards-inner .card .card-heading {
    flex-direction: column;
    align-items: flex-start;
  }
}
.four-cards .inner.four-cards-inner .card .card-heading img {
  max-width: 40px;
}
@media screen and (min-width: 768px) {
  .four-cards .inner.four-cards-inner .card .card-heading img {
    max-width: 68px;
  }
}
.four-cards .inner.four-cards-inner .card .card-heading h3 {
  margin: 0;
  font-family: "Roboto", sans-serif, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.25;
  text-wrap: balance;
  letter-spacing: 0.02em;
  text-transform: unset;
}
@media screen and (min-width: 550px) {
  .four-cards .inner.four-cards-inner .card .card-heading h3 {
    font-size: 24px;
  }
}
@media screen and (min-width: 768px) {
  .four-cards .inner.four-cards-inner .card .card-heading h3 {
    font-size: 32px;
  }
}
.four-cards .inner.four-cards-inner .card p {
  font-weight: 400;
  line-height: 22px;
  text-wrap: pretty;
}
@media screen and (min-width: 768px) {
  .four-cards .inner.four-cards-inner .card p {
    font-size: 16px;
    line-height: 24px;
  }
}
.four-cards_black {
  background: #222222;
  position: relative;
  padding: 50px 0 150px;
}
@media all and (max-width: 768px) {
  .four-cards_black {
    padding-top: 100px;
  }
}
.four-cards_black .inner.four-cards-inner h2 {
  color: #ffffff;
}
@media all and (max-width: 768px) {
  .four-cards_black .inner.four-cards-inner h2 {
    font-size: 32px;
  }
}
.four-cards .four-cards-link {
  display: flex;
  justify-content: center;
  padding-top: 57px;
}
.four-cards .four-cards-link a {
  margin: 0 !important;
}

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