/**
 * Two column content and image Block Styles
 *
 * @package TekCreative
 * @since 2.0.0
 */

.two-col-content-001 {
  position: relative;
  --tw-bg-opacity: 1;
  background-color: rgb(23 40 29 / var(--tw-bg-opacity, 1))
}

.two-col-content-001__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem
}

@media (min-width: 768px) {
  .two-col-content-001__container {
    flex-direction: row
  }
}

@media (min-width: 1024px) {
  .two-col-content-001__container {
    gap: 6rem
  }
}

@media (min-width: 768px) {
  .two-col-content-001__container.inverted {
    flex-direction: row-reverse
  }
}

@media (min-width: 1024px) {
  .two-col-content-001__container.inverted .two-col-content-001__left-wrap {
    padding-left: 0px;
    padding-right: 7rem
  }
}

.two-col-content-001__left-wrap {
  order: 2
}

@media (min-width: 768px) {
  .two-col-content-001__left-wrap {
    order: 1;
    width: 60%
  }
}

@media (min-width: 1024px) {
  .two-col-content-001__left-wrap {
    padding-left: 7rem;
    padding-right: 0px
  }
}

.two-col-content-001__image-wrap {
  order: 1
}

@media (min-width: 768px) {
  .two-col-content-001__image-wrap {
    order: 2;
    width: 40%
  }
}

.two-col-content-001__image {
  aspect-ratio: 3/4;
  height: 100%;
  width: 100%;
  overflow: hidden;
  border-radius: 1rem;
  -o-object-fit: cover;
     object-fit: cover
}

.two-col-content-001__subheading {
  font-size: 16px;
  line-height: 110%;
  font-weight: 900;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(252 252 252 / var(--tw-text-opacity, 1))
}

@media (min-width: 768px) {
  .two-col-content-001__subheading {
    font-size: 18px;
    line-height: 110%
  }
}

.two-col-content-001__heading {
  font-size: 24px;
  line-height: 100%;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(245 201 201 / var(--tw-text-opacity, 1))
}

@media (min-width: 768px) {
  .two-col-content-001__heading {
    font-size: 36px;
    line-height: 100%
  }
}

@media (min-width: 1024px) {
  .two-col-content-001__heading {
    font-size: 48px;
    line-height: 100%
  }
}

.two-col-content-001__content {
  --tw-text-opacity: 1;
  color: rgb(252 252 252 / var(--tw-text-opacity, 1))
}

.two-col-content-001__content em {
  font-style: normal;
  --tw-text-opacity: 1;
  color: rgb(244 255 0 / var(--tw-text-opacity, 1))
}

.two-col-content-001__content ul li::marker {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1))
}

.two-col-content-001__buttons {
  justify-content: flex-start
}