.container {
  overflow: hidden;
  background-color: #fff;
}
.container .top-banner {
  background-image: linear-gradient(to bottom, #005bac, #5b96fc);
  color: #fff;
}
.container .top-banner img {
  width: 100%;
}
.container .top-banner .wrap {
  max-width: 1920px;
}
.container .notes-channel {
  margin-top: 100px;
}
.container .notes-channel__list {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.container .notes-channel__list .list-item {
  width: 30%;
  letter-spacing: 2px;
  text-align: center;
}
.container .notes-channel__list .list-item img {
  width: 120px;
}
.container .notes-channel__list .list-item__title {
  font-size: 20px;
  font-weight: bold;
  margin-top: 30px;
}
.container .notes-channel__list .list-item__value {
  font-size: 18px;
  margin-top: 20px;
}
.container .notes-message {
  margin-top: 200px;
}
.container .notes-message__content {
  padding: 40px 0;
  margin: 0 50px 50px;
  box-sizing: border-box;
  border-radius: 12px;
  border: 1px solid #accddf;
  box-shadow: 0 5px 11px 2px rgba(0, 0, 0, 0.03);
}
.container .notes-message__content p {
  padding: 0 50px;
  font-size: 18px;
  line-height: 38px;
}
.container .notes-message__content h6 {
  width: 241px;
  height: 28px;
  line-height: 28px;
  color: #fff;
  font-size: 18px;
  padding-left: 50px;
  box-sizing: border-box;
  margin: 70px 0 20px;
  background-image: linear-gradient(to right, #5C97FF, #ffffff);
}
