@import url("https://fonts.googleapis.com/css2?family=Marcellus&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Quattrocento:wght@400;700&display=swap");

.innerpage-header {
  background-color: #232323;
  width: 100%;
  height: 350px;
  margin-bottom: 500px;
}
.logo {
  width: auto;
  height: 40px;
  margin: 0;
  margin-top: 20px;
  margin-bottom: 10px;
}
.fas.fa-grip-lines {
  float: right;
  color: white;
  font-size: 25px;
  margin-top: 20px;
}
.fas.fa-grip-lines:hover {
  color: #ffbc49;
}
.innerpage-heading {
  font-size: 50px;
  font-weight: 500;
  color: white;
  margin-top: 50px;
  padding-left: 80px;
}
.julio-herrera {
  width: 100%;
  border-radius: 5px;
  margin-top: 50px;
}
.summary-box {
  width: 790px;
  padding: 20px;
}
.innerpage-summary {
  text-align: justify;
  padding-top: 190px;
  padding-right: 40px;
}
.innerpage-summary1 {
  text-align: justify;
  padding-right: 40px;
}

/* footer */
.footer {
  background-image: url(../image/19.jpg);
  width: 100%;
  height: auto;
  margin-top: 10px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.footer-division {
  padding-top: 90px;
  padding-bottom: 90px;
}
.work {
  font-size: 50px;
  font-weight: 500;
  color: white;
  margin: 0;
  padding-bottom: 20px;
}
.hello {
  font-size: 38px;
  font-weight: 500;
  color: white;
  margin: 0;
  padding-bottom: 40px;
}
.plane {
  width: 30px;
  height: 30px;
  margin-right: 30px;
}
.powerd {
  font-size: 14px;
  color: white;
}
.footer-heading {
  display: flex;
  justify-content: space-between;
}
.content {
  font-size: 16px;
  color: white;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .julio-herrera {
    margin-top: 20px;
  }
  .footer {
    margin-top: 1150px;
  }
  .innerpage-heading {
    font-size: 20px;
    text-align: center;
    margin-top: 120px;
    padding-left: 0px;
    padding: 20px;
  }
  .innerpage-header {
    height: 250px;
    margin-bottom: 1000px;
  }
  .innerpage-summary {
    text-align: justify;
    padding-top: 10px;
    padding-right: 0px;
  }
  .innerpage-summary1 {
    padding-right: 0px;
  }
  .work {
    font-size: 20px;
  }
  .hello {
    font-size: 18px;
    font-weight: 500;
  }
  .footer-division {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .julio-herrera {
    width: 100%;
    height: 300px;
    margin-top: 200px;
  }
  .innerpage-summary {
    text-align: justify;
    padding-top: 80px;
    padding-right: 40px;
  }
  .innerpage-heading {
    font-size: 30px;
    text-align: center;
    margin-top: 50px;
    padding: 20px;
  }
  .innerpage-header {
    height: 250px;
    margin-bottom: 700px;
  }
  .footer {
    margin-top: 100px;
  }
  .footer-division {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .work {
    font-size: 30px;
  }
  .hello {
    font-size: 28px;
    font-weight: 500;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .julio-herrera {
    width: 100%;
    margin-top: 250px;
  }
  .innerpage-header {
    height: 400px;
    margin-bottom: 700px;
  }
  .footer-division {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .innerpage-heading {
    margin-top:80px;
    text-align: center;
  }
  .innerpage-summary {
    margin-top: 50px;
  }
  /* .footer {
    margin-top: 200px;
  } */
   
}
