.inner_banner.about_banner figure {
  position: relative;
}
.inner_banner.about_banner figure::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: RGBA(0, 31, 51, 0.9);
}
.legacy {
  background: #001f33;
}
.banner_cont {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.banner_cont_hldr {
  width: 69%;
}
.banner_cont_hldr h2 {
  font-size: 100px;
  font-weight: 800;
  line-height: 100px;
  letter-spacing: -0.03em;
  text-align: left;
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.banner_cont_hldr p {
  font-size: 20px;
  font-weight: 350;
  line-height: 24px;
  text-align: left;
  color: #fff;
}
.legacy_hldr.cmf_select_hldr ul li:not(:last-child) {
  padding-bottom: 0;
  border-bottom: none;
}
.legacy_hldr h2 {
  font-size: 80px;
  font-weight: 800;
  line-height: 80px;
  letter-spacing: -0.03em;
  text-align: left;
  color: #fff;
  margin-bottom: 100px;
}
@media(max-width:1370px){
  .inner_banner.about_banner figure {
    position: relative;
    height: 720px;
}
}
@media (max-width: 1199px) {
  .banner_cont_hldr {
    width: 100%;
  }
  .banner_cont_hldr h2 {
    font-size: 60px;
    line-height: 1;
    margin-bottom: 20px;
  }
  .inner_banner.about_banner figure {
    position: relative;
    height: 685px;
  }
  .legacy_hldr h2 {
    font-size: 60px;
    margin-bottom: 35px;
    line-height: 1;
  }
}
@media (max-width: 767px) {
  .inner_banner.about_banner figure {
    height: 900px;
  }
  .banner_cont {
    top: 55%;
  }
  .banner_cont_hldr h2 {
    font-size: 40px;
  }
  .legacy_hldr h2 {
    font-size: 40px;
    margin-bottom: 20px;
    line-height: 1;
  }
}
