* {
  margin: 0;
  padding: 0;
  text-decoration: none;
  list-style: none;
  font-family: 'Lato', sans-serif;
  box-sizing: border-box;
}
p {
  font-size: 15px;
}
.contain-aboutUs {
  width: 100%;
  padding: 1.5rem 1.5rem;
}
.child-aboutus.general h1 {
  font-family: arvo;
  font-size: 31px;
  border-bottom: 1px solid #52a7e0;
  padding-bottom: 0.5rem;
  text-align: center;
}
.child-aboutus-title h1,
.child-aboutus-title span {
  font-family: Arvo;
  font-size: 38px;
  text-align: right;
}
.child-aboutus-title span {
  color: #52a7e0;
}
.footer-contain,
.contain-footer {
  color: white;
  margin-top: -30rem;
  z-index: -100;
  width: 100%;
  height: 100%;
  background: linear-gradient(-40deg, #52a7e0 60%, white 50%);
}
.child-aboutus.general.office img {
  align-items: center;
  width: 300px;
}
@media (min-width: 1000px) {
  .contain-aboutUs {
    padding-top: 100px;
    width: 100%;
    height: 200vh;
  }

  .child-aboutus.general {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .child-aboutus.general h1 {
    margin-top: 3rem;
    width: 400px;
  }
  .child-aboutus.general p {
    width: 1000px;
    text-align: left;
    margin-top: 2rem;
  }
  .child-aboutus-title h1,
  .child-aboutus-title {
    display: block;
    float: left;
    width: 600px;
    margin-top: 0.5rem;
    padding-left: 6rem;
    line-height: 3.5rem;
  }
  .child-float-rigth {
    display: flex;
    flex-direction: column;
    width: 600px;
    margin-top: -3rem;
    margin-left: 45rem;
    padding-right: 5rem;
    line-height: 1.3rem;
  }
  .contain-aboutus-office {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .child-aboutus.general.office p {
    width: 800px;
    text-align: center;
  }
  .child-aboutus.general.office img {
    align-items: center;
    width: 80%;
  }
}
