.winners__text {
  font-family: Acrom-Regular;
  font-size: 19px;
  text-align: center;
  margin-top: 20px; }
  .winners__bg {
    position: absolute;
    pointer-events: none;
    background-position-x: 100%;
    background-position-y: 100%;
    left: -324px;
    top: -154px;
    width: 989px;
    height: 753px;
    background: url('../themes/perfomans2/assets/img/b1.png'); }
  .winners__photo {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center; }
    .winners__photo img {
      max-width: 770px;
      width: 100%; }
