      @media (max-width: 768px) {
    	#website-wrapper #website .owl-carousel {
    		position: relative;
    	}
    	html #website-wrapper #website .carousel-wrapper-carousel-horizontal .owl-carousel .owl-nav{
    		position: absolute !important;
    		width: 100%;
    		top: 50% !important;
    	}
    	#website-wrapper #website .owl-carousel .owl-nav .owl-prev,
    	#website-wrapper #website .owl-carousel .owl-nav .owl-next {
    		position: absolute;
    		border-radius: 0;
    		border: 1px solid #8080804a;
    	}
    	#website-wrapper #website .owl-carousel .owl-nav .owl-prev {
    		left: -5px;
    	}
    	#website-wrapper #website .owl-carousel .owl-nav .owl-next {
    		right: -10px;
    	}
    }    .carousel-item-text {
        margin-top: -10rem;
        left: 30px;
        width: 90%;
        min-height: unset;
        padding: 8.5rem 3rem 3.5rem;
        z-index: 1;
        position: relative;
        top: 40px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: center;
        justify-content: center;
        background: var(--color-white);
    }
    .carousel-item-text-and-image .carousel-item-image {
        width: 90%;
        position: relative;
        right: -30px;
        margin-left: -30px;
        z-index: 2;
    }
    .carousel-item-text-and-image {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: column nowrap;
        flex-flow: column nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start;
        position: relative;
    }