/* header */
* {
  margin: 0%;
  padding: 0%;
}
.container {
  width: 90%;
  margin: 0% auto;
}
.header {
  background: white;
  display: flex;
  justify-content: start;
  .head1 {
    display: flex;
    justify-content: space-between;
    gap: 50px;
    padding: 10px 100px 0px 100px;
  }

  .head2 {
    display: flex;
    justify-content: end;
    gap: 50px;
    padding: 10px 0px 0px 400px;
  }
  h2 {
    width: 120;
    height: 23;
    opacity: 1;
    top: 20px;
    padding-top: 7px;
  }
  p {
    font-weight: 400;
    font-size: 16px;
    line-height: 21.6px;
    letter-spacing: 0.42px;
    color: rgba(0, 0, 0, 1);
  }
}
/* header */
/* footer */
.footer {
  background: black;
  display: flex;
  justify-content: space-around;
  padding: 70px;

  h4 {
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
    letter-spacing: 0.18px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 1);
    padding-bottom: 30px;
  }
  p {
    font-weight: 400;
    font-size: 16px;
    line-height: 32px;
    letter-spacing: 0.16px;
    color: rgba(255, 255, 255, 1);
  }
  img {
    width: 208px;
    height: 34px;
    opacity: 1;
    top: 119.91px;
  }
  .foto2 {
    display: flex;
    gap: 10px;
    width: 40px;
    height: 40px;
    top: -0.09px;
    left: 94.63px;
  }
}
/* footer */
