.container-ept { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; max-width: 1000px; margin: 0 auto; } .container-ept a { flex: 0 0 calc(20% - 20px); /* 5 por linha com gap */ text-decoration: none; } .botao-ept { background-color: #DE5900; color: white; border: none; border-radius: 12px; padding: 20px; font-family: Arial, sans-serif; font-weight: bold; font-size: 20px; width: 100%; text-align: center; /*