.meetings{display:flex;flex-direction:column;align-items:center;padding-top:100px;margin:50px auto;padding-left:20px;padding-right:20px;gap:40px;width:100%;max-width:1200px}.meetings-title{display:flex;flex-direction:row;gap:10px}.meetings h2{font-size:40px}.meetings a{color:#D8663E;text-decoration:none}.meetings a:hover{color:#ad4620}.meetings table{border-collapse:separate;border-spacing:0;width:100%;border-radius:12px;overflow:hidden;box-shadow:0 4px 12px rgba(0,0,0,.05)}.meetings th,td{border-top:.5px solid #ccc;border-bottom:.5px solid #ccc;text-align:left;padding:12px 16px}.meetings tbody tr:nth-child(2n){background-color:#edeff1}.meetings tbody tr:nth-child(odd){background-color:#ffffff}