.header {
  width: 100%;
  height: 80px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0 210px;
  box-sizing: border-box;
  background-color: rgba(255, 255, 255, 0.8);
}

.header .logo {
  width: 172px;
}

.section .section-image {
  width: 100%;
  display: block;
}

.footer {
  width: 100%;
  height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  color: #806b4d;
  background-color: rgba(255, 255, 255, 0.8);
}

.footer .company-name {
  margin-top: 11px;
}

.footer .company-address {
  margin-top: 11px;
}
