.our-projects-card{color:var(--white);overflow:hidden;width:320px;height:fit-content;margin-bottom:30px;display:flex;flex-direction:column;gap:10px;cursor:pointer}.our-projects-card-title{display:-webkit-box;-webkit-line-clamp:1;line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;max-width:calc(100% - 40px)}.our-projects-card-type{color:var(--black);background-color:var(--primary);padding:2px 5px;font-size:12px;width:fit-content}.our-projects-card-image{position:relative;width:100%;height:100%;min-height:400px;max-height:400px;min-width:320px;max-width:320px;overflow:hidden}.our-projects-card-image img{width:100%;height:100%;min-height:450px;max-height:100%;object-fit:cover;transition:transform .3s ease}.our-projects-card-type{position:absolute;bottom:10px;left:10px;z-index:1}.our-projects-card-content{display:flex;flex-direction:column;gap:5px}.our-projects-card-location{display:flex;gap:5px;align-items:center;font-size:14px}.our-projects-card-description{font-size:14px;margin:0;color:inherit}.our-projects-card-button{display:flex;align-items:center;gap:10px;text-decoration:none;color:var(--primary);transition:all .3s ease}.our-projects-card:hover .our-projects-card-image img{transform:scale(1.2)}@media(max-width:760px){.our-projects-card{width:100%;margin-bottom:10px}.our-projects-card-image{min-height:300px;max-height:400px;min-width:100%}.our-projects-card-image img{height:350px}}