.content {
  margin-bottom: 35px;
}
.content h1 {
  margin-bottom: 36px;
}
.content .message {
  text-align: center;
  line-height: 1.4;
  padding: 44.61px 47.68px;
  background-image: url(./../assets/img/background/ceo-mess.svg);
  background-repeat: no-repeat;
}
.content .tag-name {
  margin-top: 8px;
  color: #ea6f18;
  font-weight: bold;
  line-height: 1;
}
.content .tag-name span {
  font-weight: 400;
  font-size: 16px !important;
}
.content .disc {
  margin-top: 48px;
  text-align: justify;
  line-height: 1.4;
}

@media only screen and (max-width: 1279.98px) {
  .content .message {
    background-size: contain;
  }
}
@media only screen and (max-width: 1023.98px) {
  .content .message {
    background-size: 100% 100%;
    aspect-ratio: 466/301;
    max-width: 466px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 767.98px) {
  .content h1 {
    margin-bottom: 0px;
  }
}