.fake {
  height: 63px;
}
@media screen and (min-width: 992px) {
  .fake {
    height: 82px;
  }
}
.content_about {
  width: 100%;
  position: relative;
  background-image: url("../img/about/LogoCity\(14\).jpg");
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: center center;
  height: 110vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
@media screen and (min-width: 524px) {
  .content_about {
    background-image: url("../img/about/Group2copy.jpg");
  }
}
@media screen and (min-width: 1394px) {
  .content_about {
    background-size: 100% 100%;
  }
}
.content_about .content_word {
  width: 80%;
}
.content_about .content_word h2 {
  font-family: "BerlinSansFBDemi-Bold";
  font-size: 70px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 100px;
  letter-spacing: 0px;
  color: #ffffff;
}
.content_about .content_word p {
  font-family: "Poppins-Regular";
  font-size: 16px;
  letter-spacing: 2px;
  color: #ffffff;
  margin-bottom: 30px;
}
.content_about .content_word p span {
  font-size: 20px;
  color: #f6821f;
}
@media screen and (max-width: 790px) {
  .content_about{
    height: 1600px !important;
  }
}