.projects{display:flex;gap:100px;flex-direction:column}@media (min-width:1024px){.projects{gap:120px}}.projects-item{display:flex;align-items:center;gap:20px;flex-direction:column}@media (min-width:768px){.projects-item{flex-direction:row;justify-content:space-between;gap:40px}.projects-item:nth-child(2n){flex-direction:row-reverse}.projects-item{gap:60px}}.projects-item__thumb{width:100%;overflow:hidden}@media (min-width:768px){.projects-item__thumb{width:40%;flex:0 0 40%}}@media (min-width:1024px){.projects-item__thumb{width:60%;flex:0 0 60%}}.projects-item__thumb-wrapper{position:relative;width:100%;height:0;padding-top:52.92%;overflow:hidden}.projects-item__thumb img{width:100%;height:100%;object-fit:cover}.projects-item__content{flex:1 1}.projects-item__content-title{color:#1b1b1b;font-family:var(--font-EurostileVN);font-size:24px;font-style:normal;font-weight:500;line-height:normal;text-transform:uppercase;margin-bottom:12px}@media (min-width:1024px){.projects-item__content-title{font-size:35px}}.projects-item__content-title span{display:block}.projects-item__content-desc{font-size:20px;font-weight:400;margin-bottom:16px}.categorie-others,.projects-item__content-desc{color:#1b1b1b;font-style:normal;line-height:130%}.categorie-others{font-size:24px;font-weight:700}.categorie-others a{color:#1b1b1b}.project-description{font-size:24px;padding-bottom:30px;border-bottom:1px solid #bebebe}