.related-projects-section{background-color:var(--rp-background-color);padding-top:var(--rp-padding-top);padding-bottom:var(--rp-padding-bottom)}.related-projects-section .related-projects__header{text-align:var(--rp-title-alignment);margin-bottom:40px}.related-projects-section .related-projects__header .related-projects__title{font-size:var(--rp-title-font-size);color:var(--rp-title-color);margin:0 0 10px}.related-projects-section .related-projects__header .heading-wrapper{margin-bottom:10px}.related-projects-section .related-projects__header .related-projects__description{font-size:var(--rp-description-font-size);color:var(--rp-description-color);max-width:600px;margin:0 auto}.related-projects-section .related-projects__grid{display:grid;grid-template-columns:repeat(auto-fit, minmax(300px, 1fr));gap:30px}.related-projects-section .related-project-card{background-color:var(--rp-card-background-color);text-align:center;border-radius:8px;overflow:hidden;transition:transform .3s ease}.related-projects-section .related-project-card:hover{transform:translateY(-5px)}.related-projects-section .related-project-card__link{display:block;text-decoration:none}.related-projects-section .related-project-card__image-wrapper{width:100%;padding-top:75%;position:relative;background-color:#333}.related-projects-section .related-project-card__image-wrapper.placeholder .placeholder-svg{position:absolute;top:0;left:0;width:100%;height:100%;fill:#555}.related-projects-section .related-project-card__image{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.related-projects-section .related-project-card__content{padding:20px}.related-projects-section .related-project-card__title{font-size:var(--rp-card-title-font-size);color:var(--rp-card-title-color);margin:0 0 10px}.related-projects-section .related-project-card__excerpt{font-size:var(--rp-card-excerpt-font-size);color:var(--rp-card-excerpt-color);margin:0}@media(max-width: 768px){.related-projects-section .related-projects__grid{grid-template-columns:1fr}}