
.nos-projets{
    padding-bottom: 50px;
}

.nos-projets .heading-part {
    display: none !important;
}
.news .heading-part {
    display: none !important;
}

/* heading part */
.news-dt .section-1 .content .left-sd {
    width: 100%;
}
.news .project-cards .crd-img .see-more {
   display:none !important;
}
.news .crd-content .crd-dsc {
    height: 4.5em;
    line-height: 1.5em;
    overflow: hidden;
}
.news .project-cards {
    min-height: 400px;
    display: flex
;
    justify-content: center;
    column-gap: 0%;
    flex-direction: row;
    flex-wrap: wrap;
    row-gap: 110px;
    padding-bottom: 150px;
}
.news .project-cards .card .crd-main-icn {
    display: none;
}
.news .project-cards .card hr {
    display: none;
}
.news .project-cards .card {
    padding: 0;
    height: 300px;
    padding-top: 30px !important;
    width: 100%;
    display: flex;
    align-items: center;
    border: none;
    flex-direction: row;
    position: relative;
    background: white;
    box-shadow: 0px 2px 14px 4px rgb(170 170 170 / 10%);
    flex-wrap: wrap;
    justify-content: space-between;
    text-decoration: none;
}
.news .project-cards .crd-img {
    width: 60%;
    display: flex;
    justify-content: center;
    position: relative;
    order: 2;
    height: 100%;
    background: white;
}
.news .project-cards .crd-img img {
    width: 90%;
    object-fit: cover;
    position: absolute;
    height: 120%;
    top: 0px;
    left: 0;
}
.news .project-cards .crd-content {
    padding-top: 30px;
    width: 40%;
    display: flex
;
    flex-direction: column;
    padding: 20px 80px 20px 70px;
    height: 100%;
    transform: unset;
    background: white;
     box-shadow: unset; 
}
.news .see-more-part {
display: none;
}
.news-dt .section-1 .content .left-sd .top-content .dsc {
    line-height: 24px;
}
.news .heading-part .filter-button{
	display:none !important;
}
.nos-projets .heading-part{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.nos-projets .heading-part .left-sd{
    width: 70%;
}
.nos-projets .see-more{
    display: none;
}
.nos-projets .see-more-part{
    display: none;
}
.nos-projets hr{
    display: none;
}
.nos-projets .heading-part .left-sd .sub-heading{
    font-weight: 700;
    font-size: 32px;
}
.nos-projets .heading-part .left-sd .heading{
    font-weight: 700;
font-size: 30px;
}
.nos-projets .heading-part .filter-button{
    width: 100%;
    display: flex;
    column-gap: 30px;
    font-weight: 400;
    text-align: center;
    justify-content: center;
}
.nos-projets .project-cards {
    padding-top: 50px;
}



/* responsive  1200 */
@media screen and (max-width:1200px) {}

/* responsive  1200 end*/

/* responsive  992 */
@media screen and (max-width:992px) {}

/* responsive  992 end */

/* responsive  768  */
@media screen and (max-width:768px) {
    .nos-projets .heading-part {
        flex-wrap: wrap;
        justify-content: center;
        row-gap: 30px;
    }
    .nos-projets .heading-part .left-sd {
        width: 100%;
    }
    .nos-projets .heading-part .left-sd .sub-heading {
        font-weight: 300;
        font-size: 20px;
    }
    .nos-projets .heading-part .left-sd .heading {
        font-size: 18px;
    }
    .news .project-cards .card{
        height: max-content;
    }
    .news .project-cards .crd-img{
        width: 100%;
    }
    .news .project-cards .crd-img img{
       position: unset;
       width: 100%;
    }
    .news .project-cards .crd-content{
        width: 100%;
        padding: 10px 20px;
    }
}

/* responsive  768 end */