/* Base colors */
/* Gray colors */
/* Brand colors */
/* Primary colors */
/* Blue colors */
/* Warning colors */
/* Error colors */
/* Neon colors */
.card-showcase {
  position: relative;
  padding: 100px 0;
}
.card-showcase__left {
  position: static;
  margin-bottom: 120px;
}
@media (min-width: 992px) {
  .card-showcase__left {
    margin-bottom: 0px;
    min-height: 500px;
    position: relative;
  }
}
.card-showcase__text {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.card-showcase__image {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 40%;
  max-width: 250px;
}
@media (min-width: 768px) {
  .card-showcase__image {
    max-width: unset;
    width: 400px;
  }
}
@media (min-width: 992px) {
  .card-showcase__image {
    width: 600px;
    bottom: -100px;
  }
}
@media (min-width: 1200px) {
  .card-showcase__image {
    width: 650px;
  }
}
.card-showcase__title {
  font-weight: 700;
}
.card-showcase__subtitle {
  font-size: 18px;
}
@media (min-width: 992px) {
  .card-showcase__subtitle {
    font-size: 20px;
  }
}
.card-showcase__button {
  background-color: #000;
  color: #fff;
  width: fit-content;
  padding: 10px 20px;
  border-radius: 100px;
  font-weight: 500;
}
.card-showcase__secondary-title {
  font-weight: 700;
  font-size: 28px;
  margin-bottom: 0;
}
.card-showcase__right {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.card-showcase__divider {
  border-bottom: 1px solid #000;
  border-top: none;
  margin-bottom: 20px;
}

/*# sourceMappingURL=card-showcase.css.map */
