#rec877006333, #rec881580997 {
  display: none;
}
.uc-block-pt, .uc-block-en {
  display: none;
}

.t391__link {
  box-shadow: 0 0 10px 3px rgba(255, 255, 255, 0.6);
  transition: box-shadow 0.3s ease;
}

.t391__link:hover {
  box-shadow: 0 0 15px 5px rgba(255, 255, 255, 0.8);
}
.t391__img {
  box-shadow: 0 0 5px 1px rgba(255, 255, 255, 0.6);
  transition: box-shadow 0.3s ease;
  border-radius: 70px; /* You can adjust this value */
}

.t391__img:hover {
  box-shadow: 0 0 10px 3px rgba(255, 255, 255, 0.8);
}

/* On small screens, reduce the radius */
@media (max-width: 1200px) {
  .t391__img {
    border-radius: 55px;
  }
}
@media (max-width: 400px) {
  .t391__img {
    border-radius: 45px;
  }
}