/* Company page styles starts */
.banner_container {
  padding: 15%;
  margin-right: calc(-50vw + 50%);
  margin-left: calc(-50vw + 50%);
  position: relative;
  background-image: url("/assets/jhaudio/images/company.png");
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}

.banner_container .layer {
  height: 100%;
  width: 100%;
  padding: 7%;
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0;
  left: 0;
}

.history {
  padding-top: 3.75rem;
}

body[data-path="company"] .page_content h2 {
  margin: 3.125rem auto;
  z-index: 9;
  color: #fff;
  font-size: 4.562rem;
  font-weight: bolder;
  text-align: center;
  text-transform: uppercase;
}

body[data-path="company"] .page_content .banner_container h2 {
  margin: 0 auto;
}

body[data-path="company"] h4 {
  color: #ffffff;
  font-size: 1.875rem;
  font-weight: bold;
}

ul.timeline {
  position: relative;
  list-style-type: none;
}

ul.timeline:before {
  content: " ";
  height: 100%;
  width: 2px;
  display: inline-block;
  position: absolute;
  z-index: 400;
  left: 29px;
  background: #fff;
}

ul.timeline > li {
  padding-left: 20px;
  margin: 20px 0;
}

ul.timeline > li:before {
  content: " ";
  height: 20px;
  width: 20px;
  border: 3px solid #ffffff;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  z-index: 400;
  left: 20px;
  background: #fff;
}


/* Media queries starts */
@media screen and (max-width: 400px) {
  body[data-path="company"] .page-content h2 {
    font-size: 1.875rem;
	}
	
  body[data-path="company"] h4 {
    font-size: 0.9375rem;
	}
}
/* Media queries ends */

/* Company page styles ends */