.custom-related-projects-section .custom-row{display:flex;align-items:stretch;justify-content:space-between;margin:0 var(--margin-row)}.custom-related-projects-section .custom-row .custom-col{flex:0 1 50%;padding:0 var(--padding)}.custom-related-projects-section .custom-col>a{color:currentColor}.custom-related-projects-section .related-project-wrapper{position:relative;z-index:1;margin-bottom:1em}.custom-related-projects-section .related-project-wrapper:after{content:"";position:absolute;top:0;left:0;z-index:-1;width:100%;height:100%;background:rgba(0,0,0,0.5);transform:translateY(100%);transition:transform .3s ease}.custom-related-projects-section .custom-col>a:hover .related-project-wrapper:after{transform:translateY(0)}.custom-related-projects-section .custom-col>a:hover .img-wrapper img{transform:scale(0.85)}.custom-related-projects-section .custom-col>a .related-project-name{position:relative;display:inline-block;color:currentColor}.custom-related-projects-section .custom-col>a .related-project-name:after{content:"";position:absolute;bottom:0;left:0;width:0;height:1px;background:currentColor;transition:width .3s ease}.custom-related-projects-section .custom-col>a:hover .related-project-name:after{width:100%}.custom-related-projects-section .custom-row .custom-col.empty .related-project-wrapper{background-color:#ebebeb}.custom-related-projects-section .custom-row .custom-col .img-wrapper{display:flex;align-items:center;justify-content:center;height:100%}.custom-related-projects-section .custom-row .custom-col.empty .related-project-wrapper .img-wrapper{flex-direction:column;padding:var(--section-padding);text-align:center}.custom-related-projects-section .custom-row .custom-col .img-wrapper img{width:100%;max-width:35%;height:auto;max-height:35%;transform:scale(1);transition:transform .4s ease}.custom-related-projects-section .related-project-button-container{margin-top:var(--section-padding-sm)}.custom-related-projects-section .related-project-button-container .btn-icon-link .icon{margin-left:.5em}@media(max-width:575px){.custom-related-projects-section .custom-row{flex-direction:column;align-items:flex-start;justify-content:flex-start}.custom-related-projects-section .custom-row .custom-col{flex:1 0 100%;width:100%;max-width:100%;height:100%;max-height:100%}}