#topics{display:-webkit-box;display:-ms-flexbox;display:flex;margin-top:45px}#topics .topics-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;row-gap:10px;-webkit-column-gap:20px;-moz-column-gap:20px;column-gap:20px;-ms-flex-wrap:wrap;flex-wrap:wrap}#topics .topics-container .topic-item{display:-webkit-box;display:-ms-flexbox;display:flex;padding:0 21px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-radius:24px;border:1px solid #006a84;background:#e2edef;color:#006a84;font-size:12px;font-weight:500;line-height:26px;cursor:pointer}#topics .topics-container .topic-item:hover{background:#d1f1f4}#topics.desktop-left{-webkit-box-pack:left;-ms-flex-pack:left;justify-content:left}#topics.desktop-center{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}#topics.desktop-right{-webkit-box-pack:right;-ms-flex-pack:right;justify-content:right}@media (max-width:991px){#topics.tablet-left{-webkit-box-pack:left;-ms-flex-pack:left;justify-content:left}#topics.tablet-center{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}#topics.tablet-right{-webkit-box-pack:right;-ms-flex-pack:right;justify-content:right}}@media (max-width:767px){#topics.mobile-left{-webkit-box-pack:left;-ms-flex-pack:left;justify-content:left}#topics.mobile-center{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}#topics.mobile-right{-webkit-box-pack:right;-ms-flex-pack:right;justify-content:right}}