.booom-text-image .absolute {
    position: absolute
}
.booom-text-image .relative {
    position: relative
}
.booom-text-image .inset-0 {
    inset: 0px
}
.booom-text-image .m-0 {
    margin: 0px
}
.booom-text-image .flex {
    display: flex
}
.booom-text-image .table {
    display: table
}
.booom-text-image .aspect-\[4\/3\] {
    aspect-ratio: 4/3
}
.booom-text-image .h-full {
    height: 100%
}
.booom-text-image .w-full {
    width: 100%
}
.booom-text-image .max-w-none {
    max-width: none
}
.booom-text-image .flex-col {
    flex-direction: column
}
.booom-text-image .flex-col-reverse {
    flex-direction: column-reverse
}
.booom-text-image .items-start {
    align-items: flex-start
}
.booom-text-image .gap-12 {
    gap: 3rem
}
.booom-text-image .gap-8 {
    gap: 2rem
}
.booom-text-image .overflow-hidden {
    overflow: hidden
}
.booom-text-image .rounded-corner-sm {
    border-radius: 5px
}
.booom-text-image .object-cover {
    -o-object-fit: cover;
       object-fit: cover
}
.booom-text-image .py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem
}
@media (min-width: 1024px) {
    .booom-text-image .lg\:aspect-auto {
        aspect-ratio: auto
    }
    .booom-text-image .lg\:min-h-\[420px\] {
        min-height: 420px
    }
    .booom-text-image .lg\:w-1\/2 {
        width: 50%
    }
    .booom-text-image .lg\:w-\[40\%\] {
        width: 40%
    }
    .booom-text-image .lg\:w-\[60\%\] {
        width: 60%
    }
    .booom-text-image .lg\:flex-row {
        flex-direction: row
    }
    .booom-text-image .lg\:flex-row-reverse {
        flex-direction: row-reverse
    }
    .booom-text-image .lg\:gap-16 {
        gap: 4rem
    }
}
.booom-text-image :is(.\[\&_h2\]\:text-\[28px\] h2) {
    font-size: 28px
}
.booom-text-image :is(.\[\&_h2\]\:font-light h2) {
    font-weight: 300
}
.booom-text-image :is(.\[\&_h2\]\:leading-\[1\.2\] h2) {
    line-height: 1.2
}
@media (min-width: 640px) {
    .booom-text-image :is(.sm\:\[\&_h2\]\:text-\[34px\] h2) {
        font-size: 34px
    }
}
@media (min-width: 1024px) {
    .booom-text-image :is(.lg\:\[\&_h2\]\:text-\[42px\] h2) {
        font-size: 42px
    }
}
.booom-text-image :is(.\[\&_p\]\:text-\[16px\] p) {
    font-size: 16px
}
.booom-text-image :is(.\[\&_p\]\:leading-\[1\.6\] p) {
    line-height: 1.6
}
.booom-text-image :is(.\[\&_p\]\:opacity-70 p) {
    opacity: 0.7
}
