.marketplace-romanian-header .marketplace-romanian-header-wrapper {
  max-width: var(--max-screen-width);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 2.0625rem;
  padding: 4rem 1rem;
}

.marketplace-romanian-header .marketplace-romanian-header-left {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  flex: 1;
  max-width: 36rem;
  width: 100%;
}

.marketplace-romanian-header .marketplace-romanian-header-right {
  display: flex;
  align-items: center;
  justify-content: center;
}

.marketplace-romanian-header .marketplace-romanian-header-right img {
  width: 100%;
  max-width: 28rem;
}

.marketplace-romanian-header .marketplace-romanian-header-left .marketplace-romanian-header-title {
  color: var(--main-text-color);
  font-size: var(--font-size-40);
  font-weight: var(--font-weight-bold);
  line-height: 3rem;
  width: 100%;
  margin: 0;
  padding-bottom: 0.5rem;
}

.marketplace-romanian-header .marketplace-romanian-header-left .marketplace-romanian-header-title .change-word {
  display: inline-block;
  transition: opacity 0.3s ease;
  border-radius: 4px;
  background: var(--change-word);
  padding: 0 .5rem;
}

.marketplace-romanian-header .marketplace-romanian-header-left .marketplace-romanian-header-title .change-word.change-word-fade {
  opacity: 0;
}

.marketplace-romanian-header .marketplace-romanian-header-left .marketplace-romanian-header-description {
  color: var(--placeholder-color);
  font-size: var(--font-size-xxm);
  font-weight: var(--font-weight-regular);
  line-height: 1.8125rem;
  margin: 0;
}

.marketplace-romanian-header .marketplace-romanian-header-left .marketplace-romanian-header-actions {
  padding: 1rem 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.marketplace-romanian-header .marketplace-romanian-header-left .marketplace-romanian-header-actions button {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: .5rem;
}

.marketplace-romanian-header .marketplace-romanian-header-left .marketplace-romanian-header-actions a {
  text-decoration: none;
}

.marketplace-romanian-header .marketplace-romanian-header-left .marketplace-romanian-header-keys {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 2rem;
  flex-wrap: wrap;
}

.marketplace-romanian-header .marketplace-romanian-header-left .marketplace-romanian-header-keys .key {
  color: var(--placeholder-color);
  text-align: center;
  font-size: var(--font-size-xm);
  font-weight: var(--font-weight-semibold);
  line-height: 1.1875rem
}

@media only screen and (min-width: 576px) {
  .marketplace-romanian-header .marketplace-romanian-header-left .marketplace-romanian-header-actions {
    flex-direction: row;
    align-items: center;
  }
}

@media only screen and (min-width: 1200px) {
  .marketplace-romanian-header .marketplace-romanian-header-wrapper {
    flex-direction: row;
    align-items: center;
    padding: 4.375rem 1rem 8rem 1rem;
    gap: 3.875rem;
    justify-content: space-between;
  }

  .marketplace-romanian-header .marketplace-romanian-header-left .marketplace-romanian-header-keys {
    flex-wrap: nowrap;
  }

  .marketplace-romanian-header .marketplace-romanian-header-left {
    max-width: initial;
  }

  .marketplace-romanian-header .marketplace-romanian-header-right {
    align-items: flex-end;
    justify-content: initial;
  }
}

@media only screen and (min-width: 1366px) {
  .marketplace-romanian-header .marketplace-romanian-header-right img {
    max-width: 40.625rem;
  }
}
