.landing{display:flex;justify-content:center;margin:0 auto;width:100%}.landing__bg{background-image:url(https://7718006.fs1.hubspotusercontent-na1.net/hubfs/7718006/Homepage%20Assets/background.svg);background-position:50%;background-repeat:no-repeat;background-size:100% auto;width:100%}.landing__cards{display:grid;gap:26px;grid-template-columns:repeat(3,1fr);justify-items:center;margin:0 3.33vw;max-width:1100px;width:100%}.landing__cards--card{border-radius:26px;box-shadow:0 2px 4px rgba(0,0,0,.1);display:flex;flex-direction:column;height:100%;margin:0 auto;max-height:450px;max-width:343px;overflow:hidden;width:100%}.landing__cards--card img{filter:grayscale(100%);height:auto;object-fit:cover;transition:filter .5s ease;width:100%}.landing__cards--card:hover img{filter:grayscale(0)}.landing__cards--card-content{align-items:center;cursor:pointer;display:flex;height:100%;justify-content:space-around;padding:2rem 0;text-decoration:none;width:100%}.landing__cards--card-content span:first-child{font-family:Celias;font-size:1.5rem;font-weight:700;letter-spacing:10%;line-height:100%;text-align:center}.landing__cards--card-content span:last-child{font-size:24px;font-weight:700}@media screen and (max-width:1024px){.landing__bg{background-image:none}.landing__cards{grid-template-columns:repeat(2,1fr);max-width:800px}}@media screen and (max-width:568px){.landing__cards{grid-template-columns:1fr;max-width:100%}.landing__cards--card{height:auto;max-height:none;max-width:100%}.landing__cards--card-content{justify-content:center;min-height:50px;padding:1.5rem 0}.landing__cards--card-content span:first-child{padding-right:10px}.landing__cards--card-content span:last-child{padding-left:10px}.landing__cards--card img{max-height:400px}}