.module.centered-content-and-button{background:var(--section-background)}.module.centered-content-and-button>.container{align-items:center;background:var(--container-background);color:var(--font-color);display:flex;flex-direction:column;margin:0 auto;max-width:var(--container-width);padding:50px 40px;width:100%}.module.centered-content-and-button>.container.pad0{padding:0}.module.centered-content-and-button>.container>.title{font-family:Poppins,sans-serif;font-size:24px;font-weight:600;margin-bottom:15px;max-width:980px}.module.centered-content-and-button>.container>.desc{font-family:Poppins,sans-serif;font-size:16px;margin-bottom:15px;max-width:980px}.module.centered-content-and-button>.container>.btns{display:flex;font-family:Poppins,sans-serif;font-size:16px;font-weight:600;gap:30px}.module.centered-content-and-button>.container>.btns .btn{background:#d8212e;border-radius:16px;padding:10px 50px}@media (max-width:768.98px){.module.centered-content-and-button>.container{padding:60px 20px}.module.centered-content-and-button>.container>.desc,.module.centered-content-and-button>.container>.title{text-align:center}}