.members-list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap:wrap;flex-wrap:wrap}a.member:hover{color:#ff281d}.member{text-decoration:none;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#fff;width:calc(50% - 15px);margin-bottom:30px}.member__avatar{margin-right:15px;width:40px;height:40px;border-radius:20px;overflow:hidden;background-size:cover;background-position:50%}.member__info{-webkit-box-flex:1;-ms-flex:1;flex:1}.member__name{font-size:1.125rem;font-weight:900}.member__role{font-size:.875rem;text-transform:uppercase}@media (max-width:768px){.member{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}}@media (max-width:432px){.members-list{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.member{width:100%}}ul{list-style:disc;margin-left:1rem}