.single-post .important-note {
  background-color: #fcfeff;
}

.important-note {
  background-color: #f5f9fa;
  padding: 71px 120px 72px 120px;
}
@media screen and (max-width: 992px) {
  .important-note {
    pad: 32px 24px;
  }
}
.important-note .note-wrapper {
  padding: 56px 64px;
  border-radius: 32px;
  border: 1px solid #ff6f61;
  display: flex;
  flex-direction: column;
  gap: 28px;
  background-color: #f5f9fa;
}
@media screen and (max-width: 992px) {
  .important-note .note-wrapper {
    padding: 56px 20px;
  }
}
.important-note .note-wrapper .title {
  font-family: Borna;
  font-size: 24px;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: -0.24px;
  color: #00141a;
}
.important-note .note-wrapper .title span {
  color: #ff6f61;
}
.important-note .note-wrapper .title mark {
  color: #ff6f61;
  padding: 0;
  background: none;
}
.important-note .note-wrapper .text {
  font-size: 18px;
  font-weight: 400;
  line-height: 145%;
}

/*# sourceMappingURL=important_note.css.map*/