.currencies {
  position: relative;
}
.currencies .container {
  position: relative;
  z-index: 1;
}
.currencies__section {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
@media (min-width: 1024px) {
  .currencies__section {
    flex-direction: row;
  }
}
.currencies .section-headline {
  flex-direction: column;
  gap: 1.5rem;
}
@media (min-width: 1024px) {
  .currencies .section-headline {
    gap: 0;
    width: 31%;
    flex-shrink: 0;
  }
}
.currencies .section-headline__label, .currencies .section-headline__headline, .currencies .section-headline__copy {
  width: 100%;
}
@media (min-width: 768px) {
  .currencies .section-headline__label {
    margin-bottom: 2rem;
  }
}
@media (min-width: 1024px) {
  .currencies .section-headline__label {
    margin-bottom: 6rem;
  }
}
@media (min-width: 1024px) {
  .currencies .section-headline__headline {
    margin-bottom: 1rem;
  }
}
.currencies__list {
  width: 100%;
  margin: 0;
  margin-top: 3rem;
  padding: 0;
  list-style-type: none;
}
.currencies__item {
  border-bottom: 1px solid var(--grey-on-black);
  padding: 1.5rem 0;
}
.currencies__item:first-child {
  border-top: 1px solid var(--grey-on-black);
}
.currencies__item:last-child {
  border: none;
}
.currencies__item__title {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.5rem;
}
.currencies__item__title h4 {
  margin: 0;
  color: var(--white);
}
.currencies__item__icon {
  max-width: 24px;
}
.currencies__item__copy p:last-child {
  margin-bottom: 0;
}
.currencies .red-blur {
  position: absolute;
}
.currencies .red-blur.figure1 {
  left: 0;
  top: -6rem;
}/*# sourceMappingURL=styles.css.map */