body {
  background-color: #FFF;
  padding-bottom: 4.625rem;
}

.regulation-header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 2.5rem;
  gap: 2.5rem;
  margin-bottom: 2.5rem;
}

.header-headline {
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 130%;
}

.regulations-section {
  display: flex;
  justify-content: center;
  width: 100%;
}

.regulations-wrapper {
  display: flex;
  justify-content: center;
  width: 1440px;
}

.regulation-container {
  padding: 0 8rem;
  padding-top: 2.5rem;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.promotion-regulations-wrapper {
  padding: 0 8rem;
  display: flex;
  flex-direction: column;
}

.regulation-container>div {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

h3 {
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 130%;
}

.promotion-item-wrapper p {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 130%;
}

#current-promotion-render .promotion-item-wrapper p {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 130%;
}

@media (max-width: 640px) {
  .promotion-regulations-wrapper {
    padding: 0 1rem;
  }

  .regulation-container {
    padding: 1rem 0.5rem;
  }

  .regulation-container>.previous-sweepstakes-container>div {
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 100%;
  }

  .previous-sweepstakes-container>div>div {
    width: 100%;
  }

  h3 {
    font-size: 16px;
  }

  p {
    font-size: 12px;
  }
}

.regulation-wrapper {
  display: flex;
  width: 100%;
  padding: 0;
  margin-bottom: 24px;
  align-items: flex-start;
  gap: 0.5rem;
  color: #35353B;
  font-weight: 600;
  font-size: 20px;
  line-height: 130%;
}

.regulation-wrapper.previous-sweepstakes {
  font-size: 16px;
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  row-gap: 2rem;
}

.regulation-wrapper.previous-sweepstakes>div {
  justify-content: row;
}

.current-sweepstake-image {
  width: 100%;
  border-radius: 16px;
}

@media (max-width: 640px) {
  .current-sweepstake-image {
    width: 100%;
    height: auto;
  }

  #current-promotion-render .promotion-item-wrapper p {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 130%;
  }
}

.previous-sweepstake-image {
  width: 349px;
  height: 196px;
  border-radius: 16px;
}

.plusdin-logo {
  width: 178px;
  height: 58px;
}

.container {
  padding: 0 1.875rem;
}

.-marged {
  margin-top: 1rem;
}

.promotion-item-wrapper {
  display: flex;
  flex-direction: column;
}

.promotion-item {
  display: flex;
  justify-content: center;
  cursor: pointer;
  transition: box-shadow .3s;
  margin-bottom: 0.5rem;
  color: white;
  text-decoration: none;
}

.promotion-item:active {
  color: white;
  text-decoration: none;
}

.promotion-item:visited {
  color: white;
  text-decoration: none;
}

.promotion-item>.arrow {
  display: flex;
  align-items: center;
}

.promotion-item .subtitle {
  padding: 1rem;
  margin: 0;
}

.hidden {
  display: none;
}

@media (min-width: 1024px) {
  header {
    margin-bottom: 0;
  }

  .container {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    justify-content: center;
  }

  h3 {
    font-weight: 600;
    font-size: 24px;
    line-height: 34.3px;
  }
}
