  .dostawa {
  background: #595732;
  color: white;
  text-align: center;
  padding: 8px 33px;
  font-size: 14px;
  font-weight: 500;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;

}