.pozostale{
    /* background-image: url('../image/cup-background.svg');
    background-size: contain;
    background-position: right center;
    background-repeat: no-repeat; */
    background-color: #fff;
    padding-bottom: 60px;
  }

  .logoTitle{
    display: block;
    width: 100%;
    max-width: 300px;
    
  }

.textPozostale{
  margin: 16px 0;
  text-align: justify;
}

  .logaPozostale img{
    display: block;
    width: 100%;
    margin-bottom: 10px;
  }

  .btnYellow{
    color: white;
    line-height: 1;
    font-size: 16px;
    font-weight: 600;
    padding: 12px 20px;
    margin: 20px 0;
    display: inline-block;
    border-radius: 20px;
    text-align: center;
    background-color: #FFB12D;
    cursor: pointer;
    transition: 0.2s;
  }

  .btnYellow:hover{
    background-color: #FD950D;
  }
