html {
  font-size: 13px;
}
#page-footer {
  padding: 1.2rem 1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.footer-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}
#footer-right,
#form-social-media,
#company-address,
#footer-nav {
  width: 100%;
  max-width: 100%;
  align-items: center;
  text-align: center;
  padding: 0;
}
#footer-nav {
  padding-top: 0;
  gap: 0.4rem;
}
#footer-nav li a {
  font-size: 1.2rem;
}
#flex-section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
  padding: 1rem;
}
.footer-social-media {
  margin-top: 1.5rem;
}
.footer-social-media a i {
  font-size: 1.8rem;
}
.footer-inner {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
}
#form-social-media {
  width: 100%;
  max-width: none;
}
#page-footer {
  flex-direction: column;
  align-items: center; 
  gap: 2rem;          
}
#form-social-media,
#footer-right {
  flex: 1 1 50%;
  min-width: 300px;         
  max-width: 600px;
  margin: 0 auto;            
}
#flex-section {
  display: flex;
  flex-direction: row;
  justify-content: center; 
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 2rem;
}
#footer-nav {
  flex-direction: column;
  align-items: center;
  padding-right: 0;
  max-width: 100%;
}
#company-address {
  align-items: center;
  max-width: 100%;
}
#footer-right {
  margin: 0 auto;
  max-width: 100%; 
}
header {
  padding: 0.3rem 0.6rem;
}
#hamburger-menu {
  width: 20px;
  height: 20px;
}