:root {
  --white: white;
  --black: black;
}

.section {
  height: 100vh;
  padding: 60px;
}

.div-block {
  background-image: url('../images/IDEA_Preto_02.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 200px;
  height: 100px;
  margin-bottom: 25px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-2 {
  background-image: url('../images/under-construction--webpage-or-project-under-construction-removebg-preview.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 350px;
}

.div-block-3 {
  margin-bottom: 25px;
}

.text-block {
  text-align: center;
  font-weight: 700;
}

@media screen and (max-width: 479px) {
  .section {
    padding: 99px 28px 28px;
  }

  .div-block {
    height: 70px;
  }

  .div-block-2 {
    height: 200px;
  }
}
