body {
  padding: 0;
  margin: 0;
}
body > * {
  padding-inline: 7%;
  display: flex;
}
@media only screen and (max-width: 1000px) {
  body > * {
    padding-inline: 4.6%;
    display: flex;
  }
}

/*  */
/* /////////////////////////// Header //////////// */

.header {
  display: flex;
  padding-block: 24px;
  justify-content: space-between;
  align-items: center;
  border-bottom: 3px solid #c95332;
  background: #fff;
  backdrop-filter: blur(11px);
}
.fhf_icon {
  width: 140px;
  height: 60px;
  flex-shrink: 0;
}
/* ////////////////////// FOOTER ///////////////////////// */
.footer {
  padding-block: 60px 24px;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  background: #e0e0df;
}
.footer_content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
}
.footer_links {
  color: #6a6a6a;
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
  display: flex;
  gap: 15px;
}
.footer_line {
  background: #c95332;
  height: 1px;
  width: 100%;
  border: none;
  margin: 0;
}
.footer_rights_reserved {
  color: #012767;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.footer-a {
  color: #6a6a6a;
  text-decoration: underline;
}

.footer-a:hover {
  color: #ffffff;
  text-decoration: none;
}

/* ///////////////////////////////////////////////   MOBILE VERSION   ////////////////////////////////////////// */

@media only screen and (max-width: 1000px) {
  .header {
    padding: 20px;
  }
  .fhf_icon {
    width: 121.68px;
    height: 52px;
  }
  .footer_links {
    flex-direction: column;
    align-items: center;
    font-size: 8px;
    text-align: end;
    gap: 4px;
  }

  .footer {
    gap: 20px;
    padding: 20px;
  }
}
