.ads2-category-to-language-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%);
}
.ads2-category-to-language-navlink {
  width: 412px;
  height: 33px;
  font-size: 25px;
  text-align: center;
  margin-bottom: 0px;
  text-decoration: none;
  background-color: rgb(85, 115, 239);
}
.ads2-category-to-language-link {
  display: contents;
}
.ads2-category-to-language-image {
  width: 412px;
  object-fit: cover;
  text-decoration: none;
}
