.body.index .intro {
  background: #f4f7f9 url(https://storage.googleapis.com/media.data.newstapa.org/static/bundle/images/bg.jpg?7867336f1be2156cc482d38dcf8e7795);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  color: #fff;
  text-align: center;
  padding: 88px 0 96px;
}
@media (max-width: 768px) {
  .body.index .intro {
    padding: 75px 10px 80px;
    background-size: 160%;
    background-position: top center;
  }
}
.body.index .intro .title {
  font-size: 53px;
  font-weight: 600;
  color: #00477b;
  line-height: normal;
  letter-spacing: -1px;
}
.body.index .intro .title span {
  font-weight: 700;
}
@media (max-width: 768px) {
  .body.index .intro .title {
    font-size: 42px;
    margin-bottom: 10px;
  }
}
.body.index .intro .subtitle {
  font-size: 17px;
  font-weight: normal;
  letter-spacing: -0.5px;
  max-width: 600px;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 42px;
  color: #00477b;
}
.body.index .intro .subtitle .mobile-only {
  display: none;
}
@media (max-width: 768px) {
  .body.index .intro .subtitle .mobile-only {
    display: block;
  }
}
.body.index .intro .search input,
.body.index .intro .search button {
  font-size: 16px;
  border: 0;
}
.body.index .intro .search input {
  padding: 6px 36px;
  width: 100%;
  height: 48px;
  border-radius: 24px;
  max-width: 440px;
}
.body.index .intro .search button {
  background: #e68046;
  color: #fff;
  padding: 6px 24px;
}
.body.index .categories {
  background: #fff;
  padding: 20px 0 10px;
}
.body.index .categories ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 10px;
}
@media (max-width: 768px) {
  .body.index .categories ul {
    padding: 0;
  }
}
.body.index .categories ul li {
  text-align: center;
  padding: 0 14px;
}
.body.index .categories ul li a:hover {
  translateY: -5px;
  transition: all 0.2s ease;
}
.body.index .categories ul li a img {
  width: 70px;
}
@media (max-width: 768px) {
  .body.index .categories ul li a img {
    max-width: 80%;
  }
}
.body.index .categories .see-all {
  text-align: center;
}
.body.index .categories .see-all a {
  display: block;
  margin: 30px auto 10px;
  border: 2px solid #000;
  line-height: 40px;
  border-radius: 50px;
  max-width: 200px;
  font-size: 16px;
}
.body.index .categories .see-all a:hover {
  background: #00477b;
  border-color: #00477b;
  color: #fff;
}
.body.index .catalogs .catalog {
  display: block;
}

