/* xFigma – Scheiblhofer RE: Hochzeits-CTA */
.xfigma-re-wedding {
  background: #131313;
  color: #fff;
  padding: 0 36px 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 54px;
}
.xfigma-re-wedding__imgs {
  display: flex;
  gap: 8px;
  justify-content: center;
  flex-wrap: wrap;
}
.xfigma-re-wedding__img {
  width: 479px;
  max-width: 46vw;
  height: 626px;
}
.xfigma-re-wedding__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.xfigma-re-wedding__body {
  width: 588px;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  gap: 36px;
}
.xfigma-re-wedding__text {
  font-size: 22px;
  font-weight: 300;
  line-height: 1.5;
}
.xfigma-re-wedding__actions {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
}
.xfigma-re-wedding__btn {
  border: 1px solid #fff;
  color: #fff;
  text-decoration: none;
  padding: 12px 10px;
  min-width: 220px;
  text-align: center;
  font-size: 18px;
  text-transform: uppercase;
  transition: background 0.2s, color 0.2s;
}
.xfigma-re-wedding__btn:hover {
  background: #fff;
  color: #131313;
}
.xfigma-re-wedding__btn--filled {
  background: #fff;
  color: #131313;
  border-color: #fff;
  min-width: 280px;
}
.xfigma-re-wedding__btn--filled:hover {
  background: #bf0f1e;
  border-color: #bf0f1e;
  color: #fff;
}
@media (max-width: 900px) {
  .xfigma-re-wedding__img {
    height: 420px;
  }
  .xfigma-re-wedding__text {
    font-size: 18px;
  }
  .xfigma-re-wedding__btn,
  .xfigma-re-wedding__btn--filled {
    min-width: 0;
    flex: 1;
  }
}
/*# sourceMappingURL=/xassets/uncompressed/source_map/173.css.css.map */