:root{--text-dark:#000;--text-light:#9ca3af;--extra-light:#f3f4f6;--white:#fff;--max-width:1200px}.section__containerb4{max-width:var(--max-width);margin:auto;padding:5rem 1rem}.section__subheaderb4{margin-bottom:1rem;font-size:1.2rem;font-weight:500;color:var(--text-dark)}.section__headerb4{font-size:3.5rem;font-weight:800;font-family:var(--header-font);line-height:4rem;color:var(--text-dark)}.btnb4{padding:.75rem 1.5rem;outline:none;border:none;display:flex;align-items:center;gap:10px;font-size:1rem;color:var(--text-dark);white-space:nowrap;background-color:#fdda0d;border-radius:2rem;transition:.3s;cursor:pointer}.btnb4 span{font-size:1.2rem;font-weight:500}.btnb4:hover{background-color:#fdda0d}.feature__containerb4{display:grid;gap:2rem}.feature__contentb4 p{padding-block:2rem 4rem;color:var(--text-light)}.feature__gridb4{display:grid;gap:1rem}.feature__cardb4{padding:1rem;border:2px solid var(--extra-light);border-radius:1rem;box-shadow:5px 5px 20px rgba(0,0,0,.05);transition:.3s}.feature__cardb4:hover{box-shadow:5px 5px 20px rgba(0,0,0,.1)}.feature__cardb4 span{display:inline-block;font-size:2rem;color:var(--text-dark);transition:.3s}.feature__cardb4:hover span{color:#fdda0d}.feature__cardb4 h4{margin-bottom:.5rem;font-size:1.2rem;font-weight:600;color:var(--text-dark)}.feature__cardb4 p{color:var(--text-light)}@media (width > 540px){.feature__gridb4{grid-template-columns:repeat(2,1fr)}}@media (width > 768px){.feature__containerb4{grid-template-columns:repeat(2,1fr)}}@media (width > 1024px){.feature__cardb4{padding:1.5rem}}