.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 .-mb-4 {
    margin-bottom: -1rem
}
.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-stretch {
    align-items: stretch
}
.booom-text-image .justify-center {
    justify-content: center
}
.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
}
@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-20 {
        gap: 5rem
    }
    .booom-text-image .lg\:self-stretch {
        align-self: stretch
    }
    .booom-text-image .lg\:py-12 {
        padding-top: 3rem;
        padding-bottom: 3rem
    }
}
