::-webkit-scrollbar {
      width: 8px;
    }
    /* Track */
    ::-webkit-scrollbar-track {
      background: #f1f1f1; 
    }
     
    /* Handle */
    ::-webkit-scrollbar-thumb {
      background: #888; 
    }
    
    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
      background: #555; 
} 

/*body{
    min-height: 100vh;
    display: flex;
    align-items: center;
    background-color: rgb(233, 150, 150);
    font-family: 'Open Sans';
}
*/

.snippet-body#demo{
    background: linear-gradient(112deg, #ffffff 50%, antiquewhite 50%);
    max-width: 900px;
    margin: auto;
}

.snippet-body .carousel-caption {
    position: initial;
    z-index: 10;
    padding: 5rem 8rem;
    color: rgb(0 0 0 / 86%);
    text-align: center;
    font-style: italic;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.4rem;
}


.snippet-body .carousel-caption img {
    width: 6rem;
    height: 6rem;
    object-fit: cover;
    border-radius: 50px;
    margin-top: 2rem;
}

.snippet-body #image-caption{
    font-style: normal;
    font-size: 1rem;
    margin-top: 0.5rem;
}

.snippet-body i{
    color: #646464!important;
    background-color: none!important;
    padding: 0;
    font-size: 1.5rem;
}

#image-desg{
    font-size: 0.9rem;
    color: #007bff;
}

@media(max-width:767px){
    .snippet-body .carousel-caption {
        position: initial;
        z-index: 10;
        padding: 3rem 2rem;
        color: rgba(78, 77, 77, 0.856);
        text-align: center;
        font-size: 0.7rem;
        font-weight:500;
        line-height: 1.5rem;
    }

    .snippet-body .carousel-caption img{
        width: 4rem;
        height: 4rem;
        border-radius: 50rem;
        margin-top: 1rem;
    }

    #demo {
        margin: -150px 0 45px 0;
    }

    .snippet-body #image-caption{
        font-style: normal;
        font-size: 0.6rem;
        margin-top: 0.8rem;
    }

    .snippet-body i{
        color: #646464;
        background-color:none;
        padding: 0;
        font-size: 1.5rem;
        padding: 0.5rem;
    }

}

.snippet-body .carousel-control-prev{
    justify-content: flex-start;
}

.snippet-body .carousel-control-next {
    justify-content: flex-end;
}

.snippet-body .carousel-control-prev,.carousel-control-next{
    transition: none;
    opacity: unset;
}