/* stylelint-disable */
.default-section {
  margin-bottom: 0.8rem;
}
.default-section .container {
  --container-width: calc(69.4rem + (var(--container-offset) * 2));
}
.default-section__box {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
.default-section .editor p:not([class]) + p:not([class]) {
  margin-top: 8px;
}
.default-section .editor .h3 {
  font-family: var(--font-second);
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 3.1rem;
}
.default-section__bottom {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  flex-wrap: nowrap;
  min-width: 0;
}
.default-section__info {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  white-space: nowrap;
  flex-shrink: 0;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.default-section__info:last-child {
  flex: 1;
  min-width: 0;
}
.default-section__info:last-child span {
  display: block;
  flex: 1;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.default-section__info svg {
  flex-shrink: 0;
}
@media (max-width: 575px) {
  .default-section__bottom {
    margin-top: -2px;
  }
  .default-section {
    margin-bottom: 23px;
  }
  .default-section + .cta-section .h2 {
    line-height: 144%;
  }
}
/*# sourceMappingURL=section-default.css.map */