/* 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-dt .section-1 .content .left-sd .top-content .dsc {
    line-height: 24px;
}
.news .heading-part .filter-button{
	display:none !important;
}
.nos-projets {
    padding-top: 200px;
}
.nos-projets .heading-part{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.nos-projets .heading-part .left-sd{
    width: 70%;
}
.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;
    }
    .nos-projets {
        padding-top: 170px;
    }
}

/* responsive  768 end */