body {
  margin: 0;
  padding: 0;
}
.c-header-banner {
  width: 100%;
  height: 610px;
  padding: 214px 360px 0;
  background-size: 100%;
  box-sizing: border-box;
}
.c-header-banner .c-header-banner-title {
  font-size: 32px;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 45px;
  letter-spacing: 1px;
  margin-bottom: 18px;
}
.c-header-banner .c-header-banner-content {
  width: 825px;
  font-size: 20px;
  color: #FFFFFF;
  line-height: 32px;
}
.c-common-title {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
}
.c-common-title img {
  height: 20px;
}
.c-common-title .c-common-title__text {
  margin: 0 24px;
  font-weight: bold;
  color: #333333;
}
