.custom-figures-module{align-items:center;background:transparent;color:#fff;display:flex;justify-content:center;margin:0 auto;width:100%}.custom-figures-grid{display:grid;gap:1rem;grid-template-columns:repeat(2,1fr);margin:0 auto;width:100%}.custom-figure-block{background-color:#000;background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:8px;color:#fff;height:400px;overflow:hidden;position:relative;text-align:center;width:100%}.custom-figure-overlay{background-color:rgba(0,0,0,.65);height:100%;left:0;position:absolute;top:0;width:100%;z-index:1}.custom-figure-content{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center;padding:1rem;position:relative;z-index:2}.custom-figure-headline{color:#f9d414;font-weight:700;margin:.5rem 0}.custom-figure-text{font-size:1rem;margin-bottom:1rem}.custom-figure-cta{border-bottom:2px solid transparent;color:#6ec1e4;display:inline-block;font-size:.9rem;font-weight:700;margin-top:1rem;text-decoration:none;transition:border-color .3s ease}.custom-figure-cta:hover{border-color:#6ec1e4}