:root{--text-dark:#262626;--text-light:#737373;--extra-light:#e5e5e5;--white:#fff;--max-width:1200px}.section__container{max-width:1200px;margin:auto;padding:5rem 1rem}.section__header{max-width:900px;margin-inline:auto;margin-bottom:1rem;font-size:2.5rem;font-weight:700;color:var(--text-dark);text-align:center}.section__header span{color:#fdda0d}.section__description{max-width:600px;margin-inline:auto;color:var(--text-light);line-height:1.75rem;text-align:center}.explore__grid{margin-block:4rem;display:grid;gap:1rem}.explore__card{padding:1rem;border-radius:5px;box-shadow:5px 5px 20px rgba(0,0,0,.1);transition:.3s}.explore__card:hover{background-color:#fadf45}.explore__card span{display:inline-block;margin-bottom:1rem;padding:5px 11px;font-size:1.5rem;border-radius:5px;transition:.3s}.explore__card:first-child span{color:#f04a0c;background-color:#f6efef}.explore__card:nth-child(2) span{color:#6a38c2;background-color:#e9ddff}.explore__card:nth-child(3) span{color:#ff0101;background-color:#fff2f2}.explore__card:nth-child(4) span{color:#fbbc09;background-color:#fff8e3}.explore__card:nth-child(5) span{color:#4680e7;background-color:#e7edf8}.explore__card:nth-child(6) span{color:#34a753;background-color:#f1fef5}.explore__card:nth-child(7) span{color:#443ee0;background-color:#f6f5ff}.explore__card:nth-child(8) span{color:#3ac2ba;background-color:#f0fffe}.explore__card:hover span{color:var(--white);background-color:#000}.explore__card h4{margin-bottom:.5rem;font-size:1.2rem;font-weight:700;color:var(--text-dark);transition:.3s}.explore__card p{color:var(--text-light);transition:.3s}.explore__card:hover h4{color:var(--white)}.explore__card:hover p{color:var(--extra-light)}.explore__btn{text-align:center}@media (width > 540px){.explore__grid{grid-template-columns:repeat(2,1fr)}}@media (width > 768px){.explore__grid{grid-template-columns:repeat(4,1fr)}}@media (width > 1024px){.explore__card{padding:1.5rem}}