.carousel-item-css {

    background: #000 !important;
}
.carousel-item-css img {
    height: 100% !important;
    object-fit: contain !important;
}

.About-Us-project-nishant{
    padding: 100px;
}
.project-nishant-pics{
    display: flex;
    flex-direction: column;
    margin-right: 20px;

}

.project-nishant-pics img{
    width: 160px;
    height: 160px;
    object-fit: cover;
    margin-top: 30px;
    border-radius: 10px;

}


.Packaging-panther{
    padding: 100px;
}


.succes-card{
    margin-right: 10px;
    width: 200px;
    background: #f9e9d3;
    padding: 10px;
}

.Success-story{
    padding: 100px;
}

.success-video {
    width: 500px;
    height: 300px;
    margin: auto;
    border: 10px solid #f7dfbe;
}

.success-video video {
    width: 100%;
    height: 100%;

}


/*MEDAI QUERIEs */

@media only screen and (max-width: 768px) {
    .About-Us-project-nishant{
        padding: 50px;
    }
.Success-story{
    padding: 50px;
}


    .succes-card{
        margin-right: 2px;
        margin-bottom: 20px;
        width: 100%;

    }
    .article-previos-btn{

        left: 70% !important;


    }
    .Packaging-panther{
        padding: 50px;
    }
    .Article-section{
        padding: 50px;
    }
    .email-info p{
        width: 100%;
    }
}