.projectListCont{background-color:#fff}.projectList__wrapper{max-width:1440px;margin:0 auto;padding:120px 80px 60px}.projectList__grid{grid-template-columns:1fr;gap:60px;display:grid}.projectList__card{border-radius:24px;height:666px;position:relative;overflow:hidden}.projectList__cardImg{object-fit:cover;width:100%;height:100%}.projectList__cardInfo{background:linear-gradient(90deg,#2c5daa,#2f5eaa00);flex-direction:column;justify-content:space-between;width:50%;height:100%;padding:50px 0 44px 44px;display:flex;position:absolute;top:0;left:0}.projectList__cardInfoType{height:29px;font-family:var(--font-cal-sans);color:#fff;text-transform:uppercase;border:1px solid #ffffff75;border-radius:30px;justify-content:center;align-self:flex-start;align-items:center;padding:0 15px;font-size:13px;line-height:14px;display:inline-flex}.projectList__cardName{max-width:430px;font-family:var(--font-cal-sans);color:#fff;margin-bottom:18px;font-size:40px;line-height:44px}.projectList__cardAddress,.projectList__cardYear{color:#fff;font-size:16px;line-height:24px}@media screen and (max-width:767px){.projectList__wrapper{padding:60px 20px}.projectList__grid{margin-top:60px}.projectList__card{height:430px}.projectList__cardInfo{width:100%}.projectList__cardName{max-width:270px;font-size:20px;line-height:24px}}@media screen and (min-width:768px) and (max-width:1024px){.projectList__wrapper{padding:60px}.projectList__card{height:340px}.projectList__cardInfoFtr{width:450px}.projectList__cardName{max-width:100%}}
