#other-case-study .wrapper,
.other-case-study .wrapper {
  position: relative;
  padding-top: 80px;
  padding-bottom: 120px;
  display: flex;
  flex-direction: column;
  gap: 50px;
}
@media (max-width: 767px) {
  #other-case-study .wrapper,
  .other-case-study .wrapper {
    margin-bottom: 120px;
  }
}
#other-case-study .wrapper:before,
.other-case-study .wrapper:before {
  content: "";
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 242px;
  bottom: 0;
  right: 0;
  top: 0;
  background: url(../../images/linie_pion_short.svg) repeat-y right bottom;
  position: absolute;
  z-index: 1;
  pointer-events: none;
}
#other-case-study .other-case-study__heading,
.other-case-study .other-case-study__heading {
  padding-left: 115px;
  max-width: 902px;
}
@media (max-width: 767px) {
  #other-case-study .other-case-study__heading .link-to-more,
  .other-case-study .other-case-study__heading .link-to-more {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }
}
#other-case-study .other-case-study__content,
.other-case-study .other-case-study__content {
  padding-left: 90px;
  max-width: 1017px;
  display: flex;
  flex-wrap: wrap;
  gap: 48px 36px;
  justify-content: flex-start;
}
#other-case-study .single-case-study-element,
.other-case-study .single-case-study-element {
  width: 100%;
  max-width: 421px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  flex: 0 1 calc(50% - 4px - 36px);
  position: relative;
  height: 465px;
}
#other-case-study .single-case-study-element .link-to-case-study-element,
.other-case-study .single-case-study-element .link-to-case-study-element {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
  padding: 48px;
  border: 2px solid var(--Yellow-300, #EECE9F);
}
#other-case-study .single-case-study-element .link-to-case-study-element:hover,
.other-case-study .single-case-study-element .link-to-case-study-element:hover {
  background: #17273F;
  color: #E8BD7F;
  border-color: #17273F;
}
#other-case-study .single-case-study-element .hidden-link-box,
.other-case-study .single-case-study-element .hidden-link-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
@media (max-width: 767px) {
  #other-case-study .wrapper,
  .other-case-study .wrapper {
    padding-top: 40px;
    padding-bottom: 60px;
    gap: 32px;
  }
  #other-case-study .wrapper:before,
  .other-case-study .wrapper:before {
    display: none;
  }
  #other-case-study .other-case-study__heading,
  .other-case-study .other-case-study__heading {
    padding-left: 0;
    max-width: 100%;
  }
  #other-case-study .other-case-study__content,
  .other-case-study .other-case-study__content {
    padding-left: 0;
    max-width: 100%;
    gap: 20px;
  }
  #other-case-study .single-case-study-element,
  .other-case-study .single-case-study-element {
    flex: 1 1 100%;
    max-width: 100%;
    height: auto;
    min-height: 220px;
  }
  #other-case-study .single-case-study-element .link-to-case-study-element,
  .other-case-study .single-case-study-element .link-to-case-study-element {
    padding: 28px 24px;
    gap: 24px;
  }
}
/*# sourceMappingURL=style.css.map */
