/****************************************************************************************/
#top h1 {
  font-size: 3.6rem;
}
#top .feature + h1 {
  margin-top: 95px;
}
/*******************************************/
#top .category-name {
  margin-top: 25px;
  font-size: 2.2rem;
  text-align: center;
}

#top .category-text {
  margin-top: 30px;
}
/*******************************************/
#top .child-categories {
  margin-top: 45px;
  background-color: transparent;
}
/****************************************************************************************/
[category-depth="1"] #top .child-categories .container,
#top .feature a {
  height: calc(100vw * 0.1384);
  max-height: 180px;
}

[category-depth="1"] #top .child-categories .container {
  width: calc(100vw * 0.2);
  max-width: 260px;
}
/*******************************************/
body:not([category-depth="1"]) #top .child-categories li {
  padding: 0 40px;
}
/*******************************************/
#top .arrows {
  display: none;
}
/****************************************************************************************/
#top .feature:first-child {
  margin-top: 95px;
}

#top .feature a {
  display: flex;
}
#top .feature a > * {
  width: 50%;
}

#top .feature .feature-text h2 {
  font-size: 2.7rem;
}

#top .feature .feature-text-1 {
  margin-top: 20px;
}
/****************************************************************************************/
[nh-banner] + [nh-banner] {
  margin-top: 90px;
}
/****************************************************************************************/
#custom .organization {
  padding: 30px 90px;
}
#organization-banner .text{
	font-size: 3rem;
}