.top-background {
  background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
    url(../img/ContantUs.png);
}

.content {
  margin-bottom: 120px;
  border-top: 1px solid #dddddd;
}

.content > li {
  align-items: center;
}

.content > li > label:first-child {
  width: 200px;
  font-weight: bold;
}

.input {
  width: 100%;
  box-sizing: border-box;
  max-width: 728px;
  height: 48px;
  font-size: 16px;
  padding: 8px 16px;
  background: #f7f7f7;
  border: 1px solid #e4e4e4;
}

input::placeholder {
  opacity: 1;
  color: #e4e4e4;
}

.checkbox {
  margin-right: 8px;
}

textarea.input {
  height: 150px;
  font-size: 16px;
}

form {
  display: flex;
  flex-direction: column;
}

form > button {
  background: #c4c4c4;
  font-size: 18px;
  border: none;
  color: #ffffff;
  margin: 0 auto;
  margin-bottom: 20px;
  width: 320px;
  height: 60px;
  padding: 12px 0;
  text-align: center;
}

form > button:hover {
  background: #a61e1e;
}

.info {
  background: #f6f8f9;
  max-width: none;
  margin-bottom: 0;
  align-items: center;
}

.info-content {
  margin: 120px 0;
  max-width: 928px;
}

.info-content > li {
  flex-direction: column;
  line-height: 24px;
  align-items: unset;
}

.info-content > li:first-child {
  padding-top: 0;
}

.info-content > li > div:first-child {
  font-weight: bold;
  margin-bottom: 8px;
}
