.poll{color:#fff;width:100%}.poll_top{grid-template-columns:repeat(auto-fill,minmax(350px,auto));grid-auto-flow:row;gap:1rem;margin-bottom:2rem;padding-left:0;list-style-type:none;display:grid}@media only screen and (width<=768px){.poll_top{grid-template-columns:repeat(auto-fill,minmax 200px,auto)}}.poll_top li{color:#000;background-color:#fff;border-radius:40px;justify-content:space-around;padding:15px 10.5px;display:flex}.poll_top li span{font-size:20px}.poll_rest{grid-template-columns:repeat(auto-fill,minmax(350px,auto));grid-auto-flow:row;gap:1rem;padding-left:0;list-style-type:none;display:grid}.poll_rest li{color:#fff;border:1px solid #fff;border-radius:40px;justify-content:space-around;min-width:200px;padding:15px 10.5px;display:flex}