.JobThemeIcons {
  display: flex;
  flex-direction: row;
  gap: 30px;
  align-items: center;
  justify-content: space-between;
  max-width: 100%;
  margin: 0 auto;
  margin-top: 33px;
}@media screen and (min-width: 769px) {.JobThemeIcons {
    gap: 0;
    max-width: 750px;
    margin-top: 60px;
}
  }.JobThemeIcons > img {
    width: calc(33% - 30px);
  }@media screen and (min-width: 769px) {.JobThemeIcons > img {
      width: auto;
      width: initial;
  }
    }
