/*!****************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./assets/scss/blocks/work/work.scss ***!
  \****************************************************************************************************************************/
.work {
  margin-top: 120px;
  padding-top: 100px;
  padding-bottom: 150px;
  position: relative;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-attachment: fixed !important;
}
@media screen and (min-width: 768px) {
  .work {
    padding-bottom: 150px;
  }
}
.work::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.47);
  z-index: 1;
}
.work > * {
  position: relative;
  z-index: 2;
}
.work__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 16px;
}
.work__content {
  text-align: center;
}
.work__image img {
  max-height: 104px;
  object-fit: contain;
  margin-bottom: 12px;
}
.work__title {
  font-size: 40px;
  font-weight: 600;
  margin: -4px 0 12px;
  color: white;
}
.work__subtitle {
  max-width: 720px;
  margin: 0 auto 45px;
  color: white;
  line-height: 1.6;
  font-size: 16px;
}
.work__columns {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  justify-content: center;
}
.work__column {
  max-height: 400px;
  min-height: 400px;
  max-width: 360px;
  /* 1 kolumna */
  flex: 0 1 100%;
  max-width: 360px;
  margin: 0 auto;
  background: #dbac64;
  z-index: 1;
  position: relative;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #fff;
  cursor: pointer;
  transition: all 0.3s ease;
  border: 1px solid transparent;
  padding: 0 25px 25px;
  cursor: pointer;
  /* 2 kolumny */
  /*  3 kolumny */
}
@media screen and (min-width: 992px) {
  .work__column {
    flex: 0 1 calc((100% - 32px) / 2);
    max-width: 340px;
    margin: 0;
  }
}
@media screen and (min-width: 1366px) {
  .work__column {
    flex: 0 1 calc((100% - 64px) / 3);
    max-width: 330px;
  }
}
.work__column > .work__cta {
  margin-top: auto;
}
.work__column::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: #e2bc83;
  clip-path: polygon(0 100%, 100% 0, 100% 100%);
}
.work__column:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.6);
  outline-offset: 2px;
}
.work__column:hover, .work__column:focus-visible {
  transform: translateY(-6px);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
  border: 0.5px solid rgba(226, 188, 131, 0.7);
}
.work__column-image {
  padding-top: 10px;
  max-width: 100px;
  max-height: 100px;
  display: grid;
  place-items: center;
}
.work__column-image img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.work__column-title {
  font-size: 20px;
  font-weight: 600;
  margin: 11px 0 10px;
  letter-spacing: -0.01em;
}
.work__column-text {
  font-size: 16Spx;
  line-height: 1.6;
  width: 100%;
  margin: auto;
}
.work__column-text ul {
  list-style: disc;
  padding-left: 20px;
  margin: 0;
  text-align: left;
}
.work__column-text ul li {
  padding: 4px 0;
}
.work__cta {
  margin-top: 12px;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  text-decoration: none !important;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  position: relative;
}
.work__cta::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 90%;
  width: 0;
  height: 2px;
  background: #fff;
  transition: all 0.3s ease;
  transform: translateX(-50%);
}
.work__cta:hover {
  font-weight: bold;
  color: #fff;
  filter: drop-shadow(0 0 2px rgba(255, 255, 255, 0.3));
}
.work__cta:hover::after {
  width: 40%;
  left: 50%;
}
.work__cta-text {
  line-height: 1.4;
}

.work__cta-img {
  width: 25px;
  height: 25px;
  object-fit: cover;
}

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