.homeCard{display:flex;flex-direction:column;position:relative;width:100%;justify-content:center;align-items:center;overflow:hidden;padding-top:2rem;padding-bottom:2rem;background-color:rgba(0,0,0,.50196);background-size:cover;background-repeat:no-repeat;background-position:50%;min-height:50vh}.homeCard:first-of-type{padding-top:4rem}.homeCard:last-of-type{border-top:4px solid #fff}.homeCard .title>*{font-size:1.25rem}@media (min-width:500px){.homeCard{min-height:100vh;height:auto;padding-top:4rem;padding-bottom:4rem}.homeCard .title>*{font-size:inherit}}.homeCard .description,.homeCard .heading{width:100%;text-align:center}.homeCard .heading{display:flex;justify-content:center;align-items:center;font-family:Amsi,Roboto,Helvetica,Arial;text-transform:uppercase;--text-opacity:1;color:#fff;color:rgba(255,255,255,var(--text-opacity));font-weight:700;font-size:3rem;margin-top:1rem;margin-bottom:.5rem;letter-spacing:.025em}@media (min-width:500px){.homeCard .heading{margin-top:2rem;font-size:5rem}.homeCard .heading,.homeCard .heading img{height:6rem}}@media (min-width:1180px){.homeCard .heading{margin-top:3rem;margin-bottom:0;font-size:7rem}.homeCard .heading,.homeCard .heading img{height:8rem}}@media (min-width:1500px){.homeCard .heading,.homeCard .heading img{height:10rem;font-size:8rem}}@media (min-width:1850px){.homeCard .heading,.homeCard .heading img{height:12rem;font-size:9rem}}.homeCard .description{--text-opacity:1;color:#fff;color:rgba(255,255,255,var(--text-opacity));font-family:Amsi,Roboto,Helvetica,Arial;font-size:.875rem}@media (min-width:500px){.homeCard .description{font-size:1.625rem}}@media (min-width:1180px){.homeCard .description{font-size:1.25rem}}@media (min-width:1500px){.homeCard .description{font-size:1.875rem}}