.main-22 .container .img img{
    max-width: 100%; max-height: 100%; border: 0;
}
.main-22 {
  background-color: #080f61;
  background-image: url("../images/m4-bg.jpg");
  background-size: cover;
position: relative;
	z-index: 1;
	padding: 6.25% 0;
}
.main-22 * {
  color: #fff;
}
.main-22 .container {
  margin-top: 2rem;
}


.main-22 .title {
  text-align: center;
}
.main-22 .title h2 {
  font-size: 1.5rem;
  font-weight: bold;
}
.main-22 .title h6 {
  font-size: 1rem;
  line-height: 1.8;
  margin-bottom: 2.5rem;
  padding-bottom: 1rem;
  position: relative;
}
.main-22 .title h6::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  height: 1.5rem;
  border-left: 0.01rem solid #fff;
}
.main-22 .title p {
  line-height: 1.8;
}
.main-22 .cy_title .title {
  text-align: left;
}