.about-page {
  background:#000;
  z-index:8;
}
.about__inner {
  display:flex;
  flex-direction:column;
}
.about__text {
  max-width:130rem;
  width: 90%;
  font-weight:800;
  margin-bottom:2rem;
}
.about__form{
	width:100%;
  max-width:104rem;
  margin-top:auto;
}
.about__form-title--2 {
  margin: 0 0 2rem;
}
.about-page .close {
  position: absolute;
  top: 10rem;
  right: 10rem;
  transform: translate(calc(100% - 1rem),-100%);
  font-size: 6rem;
  line-height: 0.4;
  cursor: pointer;
	font-size:0.0000001rem;
}
@media only screen and (max-width:767px) {
	.about-page .close {
    right: 5.5rem;
    top: 5.5rem;
    font-size: 5rem;
		font-size:0.0000001rem;
  }
  .about__text {
    width:100%;
  }
  .about__form{
    margin-top:0;
  }
  .about__form-title--2.about__form-title--2 {
    display: inline-block;
    padding: 2rem 3rem 1.8rem;
    border:1px solid #FFF;
    font-size: 1.8rem;
    cursor:pointer;
  }
  .about__form form {
    display:none;
  }
  
  @supports (object-fit: cover) {
    .about__form img {
      height: 160px;
      object-fit: cover;
    }
  }
}
@media only screen and (max-height:568px) {
  .about__form-title--2.about__form-title--2 {
    margin: 0 0 2rem;
  }
}