.MyLPs {
  padding-bottom: 50px;
  padding-top: 10px;
}
.MyLPs .radiusCorners {
  border-radius: 16px;
}
.MyLPs img {
  width: unset;
  max-width: 100% !important;
}
.MyLPs .clrWhite {
  color: white !important;
}
.ContestBg {
  background: #ffc439 url('https://support3.you.gr/you/redesign/contests/tv-contests-winners/bg.jpg') left top no-repeat;
  color: #2c2c2c;
}
img.youria_logo {
  max-width: 412px !important;
  width: 100% !important;
  margin-bottom: -100px;
  position: relative;
}
img.girl {
  max-width: 598px !important;
  width: 100% !important;
  position: absolute;
  right: 0;
  bottom: -300px;
}
.ContestBox {
  background-color: white;
  padding: 30px 20px 70px 20px;
  margin-bottom: 50px;
}
.winners {
  position: relative;
  padding-bottom: 30px;
  padding-top: 30px;
}
.winners::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 1px;
  width: 100%;
  max-width: 300px;
  background-color: black;
}
.winners:last-of-type::before {
  content: unset;
}
.contestNum {
  color: #4960f2;
  font-size: 18px;
  line-height: 25px;
  font-weight: 400;
  margin-bottom: 15px;
  }
.contestName {
  font-size: 26px;
  line-height: 36px;
  font-weight: 800;
  margin-bottom: 8px;
}
.contestProduct {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 20px;
}
@media (max-width: 1700px) {
  img.youria_logo {
    max-width: 350px !important;
    margin-bottom: -50px;
  }
  img.girl {
    max-width: 500px !important;
    bottom: -100%;
  }
}
@media (max-width: 1450px) {
  img.youria_logo {
    max-width: 250px !important;
    margin-bottom: -50px;
  }
  img.girl {
    max-width: 350px !important;
    bottom: -100%;
  }
}
@media (max-width: 670px) {
  img.youria_logo {
    max-width: 250px !important;
    margin-bottom: 180px;
  }
  img.girl {
    max-width: 350px !important;
    bottom: -20%;
  }
}
@media (max-width: 576px) {
  .contestNum {
    font-size: 18px;
    line-height: 25px;
    font-weight: 400;
  }
  .contestName {
    font-size: 22px;
    line-height: 30px;
  }
  .contestProduct {
    font-size: 16px;
    line-height: 24px;
  }
}