.banner {
  max-width: 380px;
  position: relative;
}

.banner .banner-img {
  width: 100%;
}

.banner .banner_content {
  background: #e0edfc;
  display: flex;
  justify-content: space-between;
  height: 50px;
  border: 6px solid #ffc4c1;
  border-radius: 10px;
  padding: 0 12px;
  max-width: 270px;
  box-sizing: border-box;
  margin: 0 55px;
  position: absolute;
  left: 0;
  right: 0;
  top: 70px;
}

.banner .banner_content.normal {
  max-width: 340px;
  margin: 0 20px;
  border: 3px solid #539ee6;
  top: 60px;
}

.small_banner .banner_content img {
  max-height: 43px;
}

.banner_overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: calc(100% - 15px);
  margin: 5px 5px;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 30px;
  z-index: 1;
}

.banner .banner_content p {
  font-weight: 400;
  font-size: 10px;
  color: #4c4c4c;
  max-width: 175px;
  margin: auto 0;
}

.banner .banner_content.normal p {
  font-size: 12px;
  max-width: 215px;
}

.banner .banner_content_big {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 15px;
  height: 80%;
  margin-left: 10px;
  margin-right: 12px;
  background: #f2f2f2;
  border-radius: 30px;
  z-index: 1;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.banner .banner_content_big .banner_line {
  width: 50px;
  height: 3px;
  background: #e0e0e0;
  margin: 0 auto;
  margin-top: 9px;
}

.banner_prize_header {
  font-weight: 700;
  font-size: 18px;
  line-height: 156%;
  color: #4c4c4c;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 0 20px;
  margin-top: 20px;
}

.banner_prize_border {
  background: #f6bbb8;
  padding: 10px;
  border-radius: 10px;
}

.banner_prize_text {
  font-weight: 400;
  font-size: 16px;
  line-height: 144%;
  color: #4c4c4c;
  padding: 5px 11px;
  border-radius: 10px;
  background: #fff;
  white-space: pre-wrap;
}

.banner_prize_congratulations {
  font-weight: 700;
  font-size: 16px;
  line-height: 156%;
  color: #539ee6;
  max-width: 300px;
  margin: 0 auto;
  margin-top: 7px;
}

.banner_prize_image {
  width: 100%;
  max-height: 240px;
  object-fit: contain;
  margin-top: auto;
  margin-top: 15px;
}

.banners_wrap {
  display: flex;
  flex-direction: column;
  gap: 30px;
    width: 100%;
    max-width: 380px;
}

@media (max-width: 360px) {
  .small_banner .banner_content {
    top: 23%;
  }
}
