.proyects_gallery{display:flex;flex-direction:column;gap:35px}.proyects_gallery_title{color:#000;font-family:var(--principal-font);font-size:32px;font-style:normal;font-weight:800;line-height:normal;margin:0}.proyects_gallery_proyects{display:grid;gap:22px;grid-template-columns:.35fr .325fr .325fr}.proyects_gallery_proyect{align-items:center;display:flex;height:100%;justify-content:center;position:relative;width:100%}.proyects_gallery_proyect_name{color:#fff;font-family:var(--principal-font);font-size:24px;font-style:normal;font-weight:700;line-height:normal;margin:0;position:absolute;text-transform:uppercase}.proyects_gallery_proyect_link:first-of-type{grid-column-end:2;grid-column-start:1;grid-row-end:3;grid-row-start:1}.proyects_gallery_proyect_link:nth-of-type(2){grid-column-end:4;grid-column-start:2}.proyects_gallery_proyect_img{border-radius:5px;filter:brightness(.8);height:100%;max-height:365px;object-fit:cover;width:100%}.proyects_gallery_proyect_link:first-of-type .proyects_gallery_proyect_img{height:85%;max-height:unset}@media (max-width:767px){.proyects_gallery{gap:21px}.proyects_gallery_title{font-size:24px}.proyects_gallery_proyects{grid-template-columns:1fr;grid-template-rows:1.4fr repeat(3,1fr)}.proyects_gallery_proyect_link:first-of-type{grid-column-end:unset;grid-row-end:unset}.proyects_gallery_proyect_link:nth-of-type(2){grid-column-end:unset;grid-column-start:unset}.proyects_gallery_proyect_img{max-height:unset}.proyects_gallery_proyect_link:first-of-type .proyects_gallery_proyect_img{height:100%}}