.ads1-home-to-category-container {
  width: 100%;
  display: flex;
  overflow: auto;
  min-height: 100vh;
  align-items: center;
  flex-direction: column;
  background-image: linear-gradient(to right, #c02425 0%, #f0cb35 100%);
}
.ads1-home-to-category-navlink {
  width: 412px;
  height: 29px;
  font-size: 25px;
  text-align: center;
  margin-bottom: 0px;
  text-decoration: none;
  background-color: rgb(85, 115, 239);
}
.ads1-home-to-category-link {
  display: contents;
}
.ads1-home-to-category-image {
  width: 414px;
  height: 738px;
  object-fit: cover;
  text-decoration: none;
}
@media(max-width: 479px) {
  .ads1-home-to-category-image {
    width: 100%;
    height: 870px;
  }
}
