.about {
  background: #ffffff;
  padding: 50px;
  border-radius: 10px;
  margin-bottom: 20px;
}

.about .about-title {
  font-size: 24px;
  text-align: center;
  margin-bottom: 10px;
}

.about .about-content {
  font-size: 16px;
  line-height: 1.5;
}

.about .about-content p {
  padding: 0.25em 0px;
}

.about .about-content img {
  max-width: 100%;
}

.about .about-content .custom-set .map {
  height: 400px;
}

.contact-form {
  background: #f5f5f5;
  border-radius: 10px;
  padding: 50px;
  margin-top: 20px;
  font-size: 14px;
}

.contact-form .form-title {
  text-align: center;
  font-weight: bold;
  padding-bottom: 10px;
  font-size: 17px;
  color: var(--theme-color-red);
}

.contact-form .form-item-group {
  display: flex;
  gap: 20px;
}

.contact-form .form-item-group .form-item {
  flex: 1;
}

.contact-form .form-item {
  display: flex;
  padding: 10px 0px;
}

.contact-form .form-item .item-title {
  width: 5em;
  display: none;
}

.contact-form .form-item .item-content {
  flex: 1;
}

.contact-form .form-item .item-content .text-box {
  width: 100%;
  border-radius: 5px;
  padding: 0px 10px;
  height: 32px;
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #999999;
}

.contact-form .form-item .item-content .text-area {
  width: 100%;
  border-radius: 5px;
  padding: 5px 10px;
  height: 96px;
  width: 100%;
  border: 1px solid #999999;
  box-sizing: border-box;
}

.contact-form .btn-container {
  text-align: center;
}

.contact-form .btn-container .btn-submit {
  color: #ffffff;
  background: var(--theme-color-red);
  border-radius: 100px;
  padding: 0px 1.5em;
  border: none;
  color: #ffffff;
  outline: none;
  height: 32px;
  width: 100px;
  font-size: 15px;
  cursor: pointer;
}
