@media screen and (min-width:1600px){.project-related-projects{padding-top:0!important}}@media screen and (max-width:1150px){.project-related-projects{padding-right:0!important;padding-left:0!important}}.project-related-projects__header{display:flex;justify-content:space-between;align-items:center;gap:2rem;margin-bottom:3rem}.project-related-projects__header h2{margin:0}@media screen and (max-width:1150px){.project-related-projects__header{padding-right:3rem;padding-left:3rem;flex-direction:column;align-items:flex-start;gap:0}}.related-projects__cards{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}@media screen and (max-width:1150px){.related-projects__cards{display:flex;overflow-x:scroll;-ms-scroll-snap-type:x mandatory;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;padding-right:3rem;padding-left:3rem;gap:2rem;width:100%}.related-projects__cards::-webkit-scrollbar{display:none}.related-projects__card{scroll-snap-align:center;min-width:90%;flex-shrink:0;padding-bottom:95%}}.related-projects__card{width:100%;border-radius:7px;overflow:hidden;position:relative;display:flex;flex-direction:column;height:0;padding-bottom:70%}@media screen and (max-width:1150px){.related-projects__card{width:100%;height:auto;overflow:hidden;padding-bottom:2rem;background-color:var(--off-white)}}.related-projects__card img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:0;object-position:0;position:absolute;background-color:var(--light-grey);top:-10%;left:0;transition:transform 0.3s ease}@media screen and (max-width:1150px){.related-projects__card img{position:initial;height:auto;aspect-ratio:6 / 4}}@media screen and (min-width:1151px){.related-projects__card:hover img{transform:translateY(-15%)}}.related-projects__card__text{padding:2rem;background-color:var(--off-white);position:absolute;bottom:0;left:0;right:0;transition:transform 0.3s ease;max-height:none;overflow-y:auto;box-shadow:0 0 110px #00000012}@media screen and (max-width:1150px){.related-projects__card__text{transform:translateY(0)!important;position:initial;max-height:-webkit-max-content;max-height:-moz-max-content;max-height:max-content;overflow-y:initial;background-color:#fff0}.related-projects__card .button{position:absolute;bottom:2rem;left:2rem;padding:0}}.related-projects__card:hover .related-projects__card__text{transform:translateY(0)!important}.related-projects__card__text h3{margin:0;padding-bottom:1rem}.related-projects__card__text p{margin:1rem 0}@media screen and (max-width:1150px){.project-hide-mobile{display:none}}@media screen and (min-width:1151px){.project-hide-desktop{display:none}}