.text-border-banner-with-author {
  border: 2px solid #000;
  border-radius: 24px;
  padding: 48px;
  box-sizing: border-box;
  overflow: hidden;
  margin-top: 30px;
  margin-bottom: 30px;
}

.text-border-banner-with-author__body {
  display: flex;
  gap: 30px;
}

.text-border-banner-with-author__icon img {
  display: flex;
  width: auto;
  height: 100%;
  max-height: 72px;
  min-height: 72px;
}

.text-border-banner-with-author__body-content {
  display: flex;
  flex-direction: column;
  gap: 18px;
  margin-top: 12px;
}

.text-border-banner-with-author__content {
  display: flex;
  flex-direction: column;
  gap: 12px;
  line-height: 156%;
}

.text-border-banner-with-author__content strong {
  font-weight: 700;
  font-size: 24px;
}

.text-border-banner-with-author__content em {
  font-weight: 600;
  text-decoration: underline;
  text-decoration-skip-ink: none;
  font-style: normal;
}

.text-border-banner-with-author__author {
  font-weight: 600;
  font-size: 16px;
  text-align: right;
}

.text-border-banner-with-author__author a {
  text-decoration: underline;
}

@media screen and (min-width: 1401px) {
  .text-border-banner-with-author.margin-66 {
    margin-left: 66px;
    margin-right: 66px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1400px) {
  .text-border-banner-with-author.margin-66 {
    margin-left: 30px;
    margin-right: 30px;
  }
}

@media screen and (max-width: 768px) {
  .text-border-banner-with-author__body {
    flex-direction: column;
  }
}
