@charset "UTF-8";
/* ================================================================
 * BLOK: Lista krótkich elementów  (.list-of-short-elements)
 * ================================================================ */
.list-of-short-elements {
  padding: 120px 0;
  overflow: hidden;
}
@media (max-width: 767px) {
  .list-of-short-elements {
    padding: 72px 0;
  }
}
.list-of-short-elements .wrapper {
  display: flex;
  gap: 90px;
  align-items: center;
}
@media (max-width: 767px) {
  .list-of-short-elements .wrapper {
    flex-direction: column;
    gap: 40px;
  }
}
.list-of-short-elements .text-container {
  flex: 5;
  display: flex;
  gap: 24px;
  flex-direction: column;
}
@media (max-width: 767px) {
  .list-of-short-elements .text-container {
    gap: 16px;
  }
}
.list-of-short-elements .list-of-elements {
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
  flex: 7;
}
@media (max-width: 767px) {
  .list-of-short-elements .list-of-elements {
    padding: 0;
  }
}
.list-of-short-elements .list-of-elements:before {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  bottom: 0px;
  border: 1px solid rgba(184, 146, 74, 0.75);
  z-index: -1;
  pointer-events: none;
  left: -40px;
  width: 100vw;
  border-radius: 24px;
}
@media (max-width: 767px) {
  .list-of-short-elements .list-of-elements:before {
    display: none;
  }
}
.list-of-short-elements .list-of-elements .heading {
  font-style: italic;
}
.list-of-short-elements .list-of-elements .list-of-elements__wrapper {
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.list-of-short-elements .list-of-elements .list-of-elements__wrapper .single-element {
  display: flex;
  gap: 24px;
  align-items: flex-start;
}
.list-of-short-elements .list-of-elements .list-of-elements__wrapper .single-element .extra-element-icon {
  width: 36px;
  height: 36px;
  border-radius: 100px;
  border: 1px solid #B8924A;
}
.list-of-short-elements .list-of-elements .list-of-elements__wrapper .single-element .body-text {
  flex: 1;
  font-family: "Fraunces", Georgia, "Times New Roman", serif;
  font-style: italic;
}
/*# sourceMappingURL=style.css.map */
