.projects-list-items{display:grid;gap:var(--gap-def);grid-template-columns:1fr}.projects-list-items .projects-list-item{border:1px solid var(--secondary-color);border-radius:var(--card-radius);display:flex;flex-direction:column;height:auto;padding:19px 18px 27px;width:100%}.projects-list-items .projects-list-item .image-container{height:320px;margin-bottom:32px;position:relative;width:100%}.projects-list-items .projects-list-item .image-container img{height:100%;object-fit:cover;width:100%}.projects-list-items .projects-list-item .image-container .projects-list-item-label{background-color:var(--primary-color);border-radius:0 16px 16px 0;color:var(--white-color);left:0;padding:var(--space-xs) var(--space-s);position:absolute;top:var(--space-xs)}.projects-list-item-title h5{margin:0}.projects-list-item-text{overflow:hidden}.projects-list-item-text .buttons{margin-top:18px}.projects-list-item-text p{margin-bottom:0}.projects-list-title-wrapper{display:flex;justify-content:space-between;margin-bottom:62px}.projects-list-title-wrapper .hs-button.desktop{align-self:flex-end}.projects-list-title-wrapper .texts{max-width:100%}.projects-list-title-wrapper .texts p{margin:0}@media screen and (min-width:1024px){.projects-list-items{display:grid;width:100%}.projects-list-items .projects-list-item{padding:21px 23px 25px}.projects-list-items .projects-list-item .image-container{height:400px}.projects-list-title-wrapper .texts{max-width:70%}}@media screen and (min-width:768px){.projects-list-items{grid-template-columns:1fr 1fr}}