body {
  font-size: 0.9rem;
}

main header {
  font-size: 1rem;
}

main header nav>div:nth-child(2) img {
  filter: brightness(0);
}

.backgrounds {
  width: 100%;
  height: 250px;
  margin-top: 17%;
  position: relative;
}

.backgrounds img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 38%;
  filter: brightness(0.5);
}

.backgrounds div {
  width: 100%;
  padding: 0 7%;
  text-align: center;
  position: absolute;
  top: 80px;
  color: white;
}

/*--article--*/

.removes, .surveys, .finishs {
  margin: 50px 0 40%;
  padding: 0 7%;
  text-align: center;
}

.removes p {
  margin: 15px;
}

.removes button {
  margin-top: 20px;
}

.surveys .boxs p {
  margin-bottom: 10px;
  text-align: left;
}

.surveys .boxs p:first-child {
  margin-top: 30px;
}

.surveys .boxs button {
  margin-top: 30px;
}

.finishs img {
  width: 100px;
  margin-top: 10px;
}

.finishs p {
  margin-bottom: 30px;
}

@media screen and (min-width:1366px) {
  main header {
    height: 100px;
  }

  main header>div:first-child {
    height: 100px;
    background: white;
    border-bottom: 1px solid #ebe1d7;
  }

  main header nav {
    background: white;
    border-bottom: 1px solid #ebe1d7;
  }

  .backgrounds {
    width: 100%;
    height: 600px;
    margin-top: 0;
  }

  .backgrounds div {
    width: 100%;
    text-align: center;
    position: absolute;
    top: 450px;
  }

  .removes {
    margin: 80px auto 200px;
    padding: 0;
  }

  .surveys {
    margin: 150px;
  }

  .finishs {
    margin: 0 auto 15%;
    padding: 50px;
  }
}
