.any-categories {
    background: #fff;
}
.any-categories .box {
  border: 1px solid #fff;
  transition: all 0.2s ease;
  height: 100%;
  overflow: hidden;
  border-radius: 12px;
}
.any-categories .box:hover {
    border-color: #fac82f;
    color: #000000;
}
.any-categories .title {
    font-weight: 600;
}
.any-categories a {
  transition: all 0.2s ease;
}
.any-anons {
    font-size: 20px !important;
}
.short_desc {
  position: absolute;
  left: 10px;
  top: 10px;
  background: #FAC82F !important;
  color: #000 !important;
  font-weight: 700;
  padding: 20px;
}
@media (max-width: 1200px) {
  .any-categories .block.is-size-6 {
    padding: 0 0.75rem;
  }
}
@media (max-width: 640px) {
  .any-categories .columns .is-4-mobile {
    width: 50%;
  }
  .any-categories .columns > .column.is-6-mobile {
    width: 100%;
  }
  .any-categories .title {
    padding: 0 0.75rem;
  }
  .any-anons {
    font-size: 18px !important;
  }
}
