﻿.list-newbtn{display: flex;justify-content: center;align-items: center;flex-wrap: wrap;margin-bottom: 30px;}
.list-newbtn a{margin: 10px 15px;display: inline-flex;align-items: center;justify-content: center;padding: 6px 10px;background-color: var(--color);color: #fff;border-radius: 5px;border: 1px solid var(--color);transition: all 0.3s ease-in-out;}
.list-newbtn a:hover{background-color: #fff;color: var(--color);}
@media screen and (max-width:600px) {.list-newbtn{justify-content: space-between;}.list-newbtn a{margin: 5px 0;}}