#extra-services .wrapper,
.extra-services .wrapper {
  position: relative;
  padding-top: 80px;
  padding-bottom: 120px;
  display: flex;
  flex-direction: column;
  gap: 50px;
}
#extra-services .wrapper:before,
.extra-services .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;
}
#extra-services .extra-services__heading,
.extra-services .extra-services__heading {
  padding-left: 37px;
  max-width: 902px;
}
#extra-services .extra-services__content,
.extra-services .extra-services__content {
  padding-left: 37px;
  max-width: 939px;
  display: flex;
  flex-wrap: wrap;
  gap: 48px 36px;
  justify-content: flex-start;
}
#extra-services .single-extra-service,
.extra-services .single-extra-service {
  max-width: 421px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 24px;
  flex: 0 1 calc(50% - 4px - 36px);
  position: relative;
  height: 306px;
  padding: 48px;
  border: 2px solid var(--Yellow-300, #EECE9F);
  color: #17273F;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
#extra-services .single-extra-service .icon-to-trigger,
.extra-services .single-extra-service .icon-to-trigger {
  width: 39px;
  height: 15px;
}
#extra-services .single-extra-service .icon-to-trigger svg,
.extra-services .single-extra-service .icon-to-trigger svg {
  display: block;
  width: 100%;
  height: 100%;
}
#extra-services .single-extra-service:hover,
.extra-services .single-extra-service:hover {
  background: #17273F;
  color: #E8BD7F;
  border-color: #17273F;
}
@media (max-width: 767px) {
  #extra-services .wrapper,
  .extra-services .wrapper {
    padding-top: 40px;
    padding-bottom: 60px;
    gap: 32px;
  }
  #extra-services .wrapper:before,
  .extra-services .wrapper:before {
    display: none;
  }
  #extra-services .extra-services__heading,
  #extra-services .extra-services__content,
  .extra-services .extra-services__heading,
  .extra-services .extra-services__content {
    padding-left: 0;
    max-width: 100%;
  }
  #extra-services .extra-services__content,
  .extra-services .extra-services__content {
    gap: 20px;
  }
  #extra-services .single-extra-service,
  .extra-services .single-extra-service {
    flex: 1 1 100%;
    max-width: 100%;
    height: auto;
    min-height: 200px;
    padding: 28px 24px;
  }
}
/*# sourceMappingURL=style.css.map */
