
.thecut-barber-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.barber-card {
  width: 250px;
  text-align: center;
  border: 1px solid #ddd;
  padding: 15px;
  border-radius: 10px;
  box-shadow: 2px 2px 10px #ccc;
}
.barber-card img {
  max-width: 100%;
  border-radius: 8px;
}
.book-button {
  display: inline-block;
  margin-top: 10px;
  padding: 10px 20px;
  background: black;
  color: white;
  text-decoration: none;
  border-radius: 5px;
}
.book-button:hover {
  background: #333;
}
