/*!**********************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./plugins/developress-blocks/src/blocks/two-columns-with-text-and-images/style.scss ***!
  \**********************************************************************************************************************************************************************************************************************************************************************************************************/
.two-columns-with-text-and-images {
  display: flex;
  flex-wrap: wrap;
  padding-block: var(--wp--preset--spacing--lg);
}
.two-columns-with-text-and-images__group {
  display: flex;
  flex-direction: column;
}
.two-columns-with-text-and-images__group:nth-child(1) {
  margin-bottom: var(--wp--preset--spacing--md) !important;
}
.two-columns-with-text-and-images__title {
  font-size: clamp(2.0625rem, 0.7865vw + 1.8708rem, 2.5rem) !important;
  margin-top: 0 !important;
  margin-bottom: var(--wp--preset--spacing--md) !important;
  text-align: center !important;
  font-weight: 500;
  line-height: 1.25 !important;
}
.two-columns-with-text-and-images__subtitle {
  margin-top: 0 !important;
  margin-bottom: var(--wp--preset--spacing--md) !important;
  line-height: clamp(1.5rem, 0.6742vw + 1.3357rem, 1.875rem) !important;
}
.two-columns-with-text-and-images__content {
  display: flex;
  flex-direction: column;
  position: relative;
  gap: 0.5rem;
}
.two-columns-with-text-and-images__content::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 45%;
  width: 85%;
  height: 40%;
  background: linear-gradient(90deg, #C0D5FF 0%, #CBFF2E 51%, #F0F0F0 100%);
  border-radius: 240.75px;
  z-index: -1;
  transform: translateX(-50%) translateY(-50%);
  filter: blur(128px);
}
.two-columns-with-text-and-images__content::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 55%;
  width: 85%;
  height: 40%;
  background: linear-gradient(90deg, #C0D5FF 0%, #CBFF2E 51%, #F0F0F0 100%);
  border-radius: 240.75px;
  z-index: -1;
  transform: translateX(-50%) translateY(-50%);
  filter: blur(128px);
}
.two-columns-with-text-and-images__text {
  font-family: var(--wp--preset--font-family--heading);
  font-size: clamp(1rem, 0.2247vw + 0.9452rem, 1.125rem);
  letter-spacing: clamp(0.0106rem, 0.009vw + 0.0084rem, 0.0156rem) !important;
  line-height: 1.32 !important;
  font-weight: 500;
  padding: 0.668125rem 1.001875rem;
  margin: 0 !important;
  background-color: var(--wp--preset--color--light);
  border-radius: 1.001875rem;
  box-shadow: 0 2.67px 4.01px 0 rgba(64, 97, 160, 0.15);
}
.two-columns-with-text-and-images__image {
  margin-bottom: var(--wp--preset--spacing--lg) !important;
  min-height: clamp(14.9187rem, 10.8202vw + 12.2813rem, 20.9375rem);
}
.two-columns-with-text-and-images__image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1.06875rem;
}
.two-columns-with-text-and-images__image-text {
  margin: 0 !important;
  line-height: clamp(1.5rem, 0.6742vw + 1.3357rem, 1.875rem) !important;
}

@media (min-width: 767px) {
  .two-columns-with-text-and-images {
    justify-content: center;
  }
  .two-columns-with-text-and-images__group {
    align-items: center;
    max-width: 38rem;
  }
}
@media (min-width: 1100px) {
  .two-columns-with-text-and-images {
    padding-block: var(--wp--preset--spacing--2-xl) 8.0625rem;
    justify-content: space-between;
  }
  .two-columns-with-text-and-images__group {
    align-items: initial;
  }
  .two-columns-with-text-and-images__group:nth-child(1) {
    max-width: 33.4375rem;
    margin-bottom: 0;
  }
  .two-columns-with-text-and-images__group:nth-child(2) {
    max-width: 31.375rem;
    padding-left: 0.25rem;
  }
  .two-columns-with-text-and-images__title {
    text-align: left !important;
    margin-bottom: var(--wp--preset--spacing--xl) !important;
    padding-right: var(--wp--preset--spacing--lg);
  }
  .two-columns-with-text-and-images__subtitle {
    margin-bottom: var(--wp--preset--spacing--lg) !important;
    padding-right: var(--wp--preset--spacing--lg);
  }
  .two-columns-with-text-and-images__content {
    gap: var(--wp--preset--spacing--sm);
    padding: 0 !important;
  }
  .two-columns-with-text-and-images__content::before {
    width: 100%;
    height: 50%;
  }
  .two-columns-with-text-and-images__content::after {
    display: none;
  }
  .two-columns-with-text-and-images__text {
    padding: var(--wp--preset--spacing--sm) var(--wp--preset--spacing--md);
    border-radius: var(--wp--preset--spacing--md);
    box-shadow: var(--wp--preset--shadow--menu);
  }
  .two-columns-with-text-and-images__image {
    margin-bottom: var(--wp--preset--spacing--xl) !important;
    margin-right: -0.25rem;
  }
  .two-columns-with-text-and-images__image img {
    border-radius: var(--wp--preset--spacing--md);
  }
}

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