.announcementList {
  overflow: hidden;
  display: flex;
  width: 100vw;
  background-color: #e7e6e3;
  padding: 22px 0; }
  .announcementList .announcementList__wrapper {
    display: flex; }
  .announcementList .announcementList__item {
    margin-right: 20px;
    white-space: nowrap;
    width: 100%;
    font-size: 16px;
    color: #666;
    font-family: 'GT-America';
    margin-right: 160px; }
