.bxmaker-article-detail {
  background: #E9E9E9;
  border-radius: 20px;
  padding: 0;
}
.bxmaker-article-detail__img {
  border-radius: 20px 20px 0 0;
  overflow: hidden;
  border: 6px solid #E9E9E9;
  display: flex;
  flex-grow: 1;
  justify-content: center;
  align-items: center;
  max-height: 446px;
}
.bxmaker-article-detail__img img {
  max-width: 100%;
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.bxmaker-article-detail__title {
  font-weight: bold;
  font-size: 35px;
  line-height: 41px;
  letter-spacing: 0.015em;
  color: #ED6A99;
  padding: 20px 39px;
}
.bxmaker-article-detail__text {
  padding: 0 39px 44px;
  font-weight: normal;
  font-size: 20px;
  line-height: 23px;
  letter-spacing: 0.015em;
  color: #6C6C6C;
}
.bxmaker-article-detail__banner {
  margin-bottom: 20px;
}
.bxmaker-article-detail__banner img {
  max-width: 100%;
  height: auto !important;
}
.bxmaker-article-detail h2 {
  font-size: 1.5em;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
}
/*# sourceMappingURL=style.css.map */