.timr-col {
  background-color: rgba(255, 255, 255, 0.112);
  backdrop-filter: blur(2px);
  border: 1px solid rgba(255, 255, 255, 0.554);
}

.timr-col::after {
  content: ":";
  position: absolute;
  top: 0;
  bottom: 0;
  font-size: 30px;
  color: white;
  left: -13px;
  align-content: center;
}

.father-time:last-child .timr-col::after {
  content: unset !important;
}

.special-after:hover img {
  scale: 1.2;
}

.special-after img {
  transition: scale 0.5s ease;
}

.timr-col {
  padding: 4px 0px 0px 0px;
}
