.ads2-home-to-category-container {
  width: 100%;
  display: flex;
  overflow: auto;
  min-height: 100vh;
  align-items: center;
  border-color: var(--dl-color-theme-neutral-dark);
  border-width: 1px;
  flex-direction: column;
  background-image: linear-gradient(180deg, rgb(241, 242, 181) 0.00%,rgb(19, 80, 88) 100.00%);
}
.ads2-home-to-category-navlink {
  width: 255px;
  height: 33px;
  font-size: 20px;
  margin-top: 0px;
  text-align: center;
  margin-bottom: 0px;
  text-decoration: none;
}
.ads2-home-to-category-link {
  display: contents;
}
.ads2-home-to-category-image {
  width: 258px;
  height: 463px;
  object-fit: cover;
  text-decoration: none;
}
