a{
    color: unset;
    text-decoration: none;
}

.break-line{
    display: block;
}

.image-50{
    width: 50%;
}

.carret-right{
    position: relative;
}

.carret-right::after{
    content: "";
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 12px solid #00eaff;
    position: absolute;
    right: 88px;
    top: 77%;
    bottom: auto;
    -webkit-transform: translateY(-50%) rotate(0deg) scale(1);
    transform: translateY(-50%) rotate(0deg) scale(1);
    -webkit-transform-origin: center;
    transform-origin: center;
}
.Right-Img {
    width: 50%; 
    position: relative; 
    margin-left: auto; 
    /* z-index: 2; */
}
.Left-Img {
    width: 50%; 
    position: relative; 
    margin-right: auto; 
}

@media screen and (min-width: 992px) {

}

@media screen and (min-width: 1200px) {
    .group-container.d-flex.position-absolute{
        width: 700px;
        top: -565px;
        right: 0;
    }
}



@media (max-width :600px) {
    .Right-Img{
        width: 100%; 
           }
    .Left-Img {
        width: 100%; 
    }
    
    .lcri-container.left-caption h2, p{
        color: black;
    }
    .group-container h2{
        color: #000;
    }
    .splide__slide .Right-Img {
        background-image: url(/images/projectors-for-business-education/l-series/Making-Impression-banner-MB.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        height: 300px;
    }
    .splide__slide h1{
        color: #000;
    }
}