.lottery-timer {
    background: #fff;
    width: 343px;
    height: fit-content;
    padding: 12px;
    text-align: center;
    border-radius: 16px;
    color: #1f2632;
    font-size: 24px;
    font-weight: 600;
    line-height: 29px;
    z-index: 10;
    position: absolute;
    top: 175px;
    right: 110px;

    @media (max-width: 767px) {
      position: relative;
      top: -25px;
      left: 0;
    }
}
  
  .lottery-timer h5 {
    font-size: 18px;
    font-weight: 500;
    line-height: 25px;
  }
  
  .lottery-timer p {
    margin-top: 2px;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
  }
  
  .lottery-timer .lottery-clock {
    margin-top: 16px;
    display: flex;
    justify-content: space-between;
  }
  
  .lottery-timer .lottery-clock__part {
    width: 55.75px;
  }
  
  .lottery-timer .lottery-label {
    color: #7d8591;
    font-size: 12px;
    font-weight: 300;
    line-height: 15px;
  }
  
  .lottery-timer button {
    padding: 8px 16px;
    background-color: #007bff;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
  }