.about-we-are {
  background-color: #f5f5f7;
  position: relative;
}
.about-we-are h1 {
  color: #0f143a;
}
.about-we-are .article {
  position: relative;
  bottom: 100px;
  background-color: white;
  border-radius: 3px;
  z-index: 40;
}
.about-we-are .article h2 {
  margin-top: 70px;
}
.about-we-are .article p {
  text-align: justify;
}
.about-we-are .article .image {
  background-size: cover;
  width: 100%;
  height: 664px;
  background-repeat: no-repeat;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
@media (max-width: 991px) {
  .about-we-are .article .image {
    height: 484px;
  }
}
.type-weare #positive-form {
  z-index: 51;
  position: fixed;
  right: 0;
  left: 0;
  margin: 0 auto;
  top: 25%;
  width: 60%;
  background-color: white;
  border-radius: 10px;
  padding: 75px 85px;
  display: none;
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.05);
}
@media (max-width: 991px) {
  .type-weare #positive-form {
    top: 100px;
    width: 100%;
    border-radius: 0;
    padding: 35px 35px;
  }
}
.type-weare #positive-form h2 {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}