body {
  padding: 0;
  margin: 0;
}

.header-container {
  height: 75px;
  display: flex;
  align-items: center;
  background-color: #fff;
  border-bottom: 1px solid #f5f5f5;
  justify-content: space-between;
}

.header-left {
  display: flex;
  align-items: center;
  margin-left: 150px;
}

.header-left_text {
  font-weight: 700;
  font-size: 20px;
  color: #fa1e32;
  margin-left: 16px;
}

.header-right {
  cursor: pointer;
  margin-right: 150px;
  height: 40px;
  width: 115px;
  border-radius: 50px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 40px;
  background-color: #fa1e32;
}

.container {
  height: 100vh;
  width: 100%;
}

.function-one {
  display: flex;
  padding-top: 100px;
  padding-bottom: 100px;
  justify-content: center;
  align-items: center;
  background-color: #fa1e32;
}

.function-two {
  display: flex;
  padding-top: 100px;
  padding-bottom: 100px;
  justify-content: center;
  align-items: center;
}

.function-three {
  display: flex;
  padding-top: 100px;
  padding-bottom: 32px;
  justify-content: center;
  align-items: center;
}

.company-name {
  font-size: 20px;
  margin-bottom: 20px;
}
.function-nine {
  display: flex;
  flex-direction: column;
  padding-top: 100px;
  background-color: #F5F5F5;
  padding-bottom: 100px;
  justify-content: center;
  align-items: center;
}

.company-address {
  font-size: 14px;
  color: #aeaeae;
  font-weight: 700;
}

.company-email {
  font-size: 14px;
  color: #aeaeae;
  font-weight: 700;
}
.text {
  font-size: 28px;
  text-align: center;
}