/*!*******************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/thread-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./blocks/texts/header-text/header-text.scss ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************/
.header-text__inner {
  box-sizing: border-box;
}
.header-text__wrapper {
  display: flex;
  gap: 2rem 4rem;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .header-text__wrapper {
    flex-direction: column;
    gap: 2rem;
  }
}
.header-text__title {
  flex: 0 0 42%;
  display: flex;
  flex-direction: column;
  gap: 3rem 0;
  justify-content: space-between;
}
.header-text__title-top {
  flex: 0 0 42%;
  display: flex;
  flex-direction: column;
  gap: 2rem 0;
}
.header-text__title-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0 2rem;
  max-width: 90%;
}
.header-text__title-post-text {
  font-family: var(--font-family-heavy);
  font-size: clamp(17px, 2vw, 19px);
}
.header-text__title-post-text a {
  all: unset;
  cursor: pointer;
  font-family: inherit;
  color: var(--color-primary);
  font-size: clamp(17px, 2vw, 19px);
  text-decoration: none;
}
.header-text__title-post-text a:hover {
  text-decoration: underline;
}
.header-text__title-description {
  display: flex;
  flex-direction: column;
  gap: 20px 0;
  max-width: 90%;
}
.header-text__title-description > * {
  margin: 0;
}
.header-text__columns {
  display: flex;
  gap: 2rem 3.5rem;
  flex: 0 0 calc(50% - 2.5rem);
}
@media (max-width: 992px) {
  .header-text__columns {
    flex-direction: column;
    gap: 2rem;
    flex: 0 0 100%;
  }
}
.header-text__column {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 1rem 0;
}
.header-text__column-icon {
  aspect-ratio: 1/1;
  width: 70px;
}
.header-text__column-icon picture,
.header-text__column-icon img {
  object-fit: contain;
  object-position: bottom left;
}
.header-text__column-link {
  margin-top: 10px;
}
.header-text__column-title {
  font-size: clamp(17px, 2vw, 19px);
  font-family: var(--font-family-heavy);
}
.header-text__column-content {
  display: flex;
  flex-direction: column;
  gap: 2rem 0;
}
.header-text__column-content > * {
  margin: 0;
}
.header-text[data-style="02"] .header-text__title {
  flex: 0 0 30%;
}
.header-text[data-style="02"] .header-text__wrapper {
  gap: 4rem 7rem;
}
.header-text[data-style="02"] .header-text__columns {
  flex: 1;
  gap: 2rem 3rem;
}
.header-text[data-style="02"] .header-text__column-link {
  margin-top: 10px;
}
.header-text[data-style="02"] .header-text__column-link a {
  all: unset;
  cursor: pointer;
  font-family: inherit;
  color: var(--color-primary);
  font-size: clamp(17px, 2vw, 19px);
  text-decoration: none;
  font-family: var(--font-family-heavy);
}
.header-text[data-style="02"] .header-text__column-link a:hover {
  text-decoration: underline;
}
