/* Ваш CSS-код сюда */
.t-gallery__item {
  position: relative;
  padding-bottom: 50px;
}

.custom-button {
  display: inline-block;
  margin-top: 10px;
  padding: 8px 12px;
  background-color: #007bff;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
}

.custom-button:hover {
  background-color: #0056b3;
}