/*!***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/.pnpm/css-loader@6.11.0_webpack@5.99.9/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/.pnpm/postcss-loader@6.2.1_postcss@8.5.6_webpack@5.99.9/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/.pnpm/sass-loader@12.6.0_sass@1.89.2_webpack@5.99.9/node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/blocks/media-text/style.scss ***!
  \***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.media-text-section {
  margin-bottom: var(--wp--custom--spacing--large-desktop);
}
.media-text-section.has_bg_color {
  padding: var(--wp--custom--spacing--large-desktop) 0;
}
.media-text-section .media-text-inner {
  display: flex;
  gap: 100px;
}
.media-text-section .media-text-inner .left-part {
  width: calc(50% - 50px);
}
.media-text-section .media-text-inner .right-part {
  width: calc(50% - 50px);
  align-self: center;
}
.media-text-section.layout1 .left-part {
  position: relative;
  padding-left: 48px;
}
.media-text-section.layout1 .left-part::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: calc(100% - 48px);
  height: calc(100% - 48px);
  background: var(--shape-color);
  clip-path: polygon(50% 0, 100% 46%, 100% 100%, 0 100%, 0 46%);
}
.media-text-section.layout1 .left-part img {
  clip-path: polygon(50% 0, 100% 46%, 100% 100%, 0 100%, 0 46%);
  display: block;
}
.media-text-section.layout1 .right-part {
  align-self: flex-end;
}
.media-text-section.layout3 .media-text-inner {
  flex-direction: row-reverse;
}
.media-text-section.layout3 .left-part {
  position: relative;
  padding-left: 48px;
}
.media-text-section.layout3 .left-part::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: calc(100% - 48px);
  height: calc(100% - 48px);
  background: var(--shape-color);
  clip-path: polygon(50% 0, 100% 46%, 100% 100%, 0 100%, 0 46%);
}
.media-text-section.layout3 .left-part img {
  clip-path: polygon(50% 0, 100% 46%, 100% 100%, 0 100%, 0 46%);
  display: block;
}
.media-text-section.layout3 .right-part {
  align-self: flex-end;
}
.media-text-section.layout4 .media-text-inner {
  flex-direction: row-reverse;
}
.media-text-section.layout5 .media-text-inner {
  flex-wrap: wrap;
  gap: 48px;
}
.media-text-section.layout5 .left-part {
  width: 100%;
  order: 2;
}
.media-text-section.layout5 .left-part img {
  width: 100%;
}
.media-text-section.layout5 .right-part {
  width: 100%;
  order: 1;
  max-width: 50rem;
}
@media (max-width: 1199px) {
  .media-text-section {
    margin-bottom: var(--wp--custom--spacing--desktop);
  }
  .media-text-section.has_bg_color {
    padding: var(--wp--custom--spacing--desktop) 0;
  }
  .media-text-section.layout5 .right-part {
    max-width: 40rem;
  }
}
@media (max-width: 991px) {
  .media-text-section {
    margin-bottom: var(--wp--custom--spacing--tablet);
  }
  .media-text-section.has_bg_color {
    padding: var(--wp--custom--spacing--tablet) 0;
  }
  .media-text-section.layout5 .right-part {
    max-width: 30rem;
  }
}
@media (max-width: 767px) {
  .media-text-section {
    margin-bottom: var(--wp--custom--spacing--mobile);
  }
  .media-text-section.has_bg_color {
    padding: var(--wp--custom--spacing--mobile) 0;
  }
  .media-text-section .media-text-inner .left-part {
    width: 100%;
  }
  .media-text-section .media-text-inner .right-part {
    width: 100%;
  }
  .media-text-section .media-text-inner {
    flex-wrap: wrap;
    gap: 35px;
  }
  .media-text-section.layout3 .media-text-inner {
    flex-wrap: wrap;
    flex-direction: column;
  }
  .media-text-section.layout3 .left-part {
    padding-left: 20px;
    width: 100%;
  }
  .media-text-section.layout3 .right-part {
    width: 100%;
  }
  .media-text-section.layout4 .media-text-inner {
    flex-wrap: wrap;
    flex-direction: column;
  }
  .media-text-section.layout4 .media-text-inner .left-part {
    order: 2;
  }
  .media-text-section.layout4 .media-text-inner .right-part {
    order: 1;
  }
  .media-text-section.layout5 .media-text-inner {
    flex-wrap: wrap;
    flex-direction: column;
  }
  .media-text-section.layout5 .right-part {
    max-width: 100%;
  }
}

/*# sourceMappingURL=style-index.css.map*/