/*!*******************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/full-width-card/style.scss ***!
  \*******************************************************************************************************************************************************************************************************************************************************/
.full-width-card:hover .btn, .full-width-card:focus .btn {
  color: #1B1818 !important;
}
.full-width-card.img-align-background {
  position: relative;
}
.full-width-card.img-align-background .full-width-card-img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  margin: 0 !important;
}
.full-width-card.img-align-background .full-width-card-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left;
     object-position: left;
}
.full-width-card.img-align-background .full-width-card-content {
  position: relative;
  z-index: 1;
}
.full-width-card.img-align-right .full-width-card-img {
  position: relative;
  display: block;
  overflow: hidden;
}
.full-width-card.img-align-right .full-width-card-img img {
  -o-object-fit: cover;
     object-fit: cover;
}

.full-width-card-img {
  position: relative;
  display: block;
  height: 250px;
  overflow: hidden;
}
.full-width-card-img img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
}

.full-width-card.location .full-width-card-img img {
  height: 100%;
  max-width: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

@media (max-width: 47.5rem) {
  .full-width-card-content p {
    font-weight: 500;
    font-size: 20px;
  }
}
@media screen and (min-width: 30rem) and (max-width: 60rem) {
  .full-width-card .full-width-card-img {
    height: 380px;
  }
  .full-width-card:not(.location).img-align-background .full-width-card-content {
    max-width: 70%;
  }
  .full-width-card:not(.location).img-align-background .full-width-card-img img {
    -o-object-position: 20%;
       object-position: 20%;
  }
}
@media screen and (min-width: 47.5rem) and (max-width: 75rem) {
  .full-width-card-content .heading-main.lg {
    font-size: 38px;
  }
}
@media (min-width: 60rem) {
  .full-width-card-img {
    margin-left: 0 !important;
    height: auto;
  }
  .full-width-card-content {
    padding-right: 0 !important;
  }
}
@media (min-width: 75rem) {
  .full-width-card-content-col {
    min-height: 550px;
  }
}

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