.tilda-shape-round-on-hover {
  transition: border-radius 0.3s ease; /* Плавность анимации */
}

.tilda-shape-round-on-hover:hover {
  border-radius: 50%; /* Скругление при наведении */
}
