.custom_owl_slider_wrapper_prop {
    position: absolute;
    top: 4.5%;
    right: 5%;
    width: 76%;
    height: 91vh;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 9;
    border-radius: 1rem;
    flex-direction: column;
}
@media (max-width: 992px) {
    .custom_owl_slider_wrapper_prop {
        display: none !important;
    }
}

.custom_owl_carousel_instance_prop .custom_slide_item_prop {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
    height: auto;
}
.custom_image_slide_prop {
    object-fit: fill;
    height: 83vh;
    width: 80vw !important;
    border-radius: 1rem 1rem 0rem 0rem;
}

.custom_slider_text_box_prop {
    position: absolute;
    bottom: 20px;
    left: 20px;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 10px;
    border-radius: 5px;
    color: white;
}

.custom_text_style_1_prop {
    font-size: 24px;
    font-weight: bold;
}

.custom_text_style_2_prop {
    font-size: 18px;
    font-style: italic;
}
