.dm-expert__list{display:flex;flex-wrap:wrap;list-style:none;margin:0 0 80px;padding:0}.dm-expert__list-item{border-bottom:1px solid grey;display:flex;flex:0 0 calc(50% - 20px);flex-wrap:wrap;margin:0 40px 20px 0;max-width:calc(50% - 20px);padding:20px 0}.dm-expert__list-item:nth-child(2n){margin-right:0}.dm-expert__list-item--img{flex:0 0 20%;max-width:20%}.dm-expert__list-item--img img{border-radius:60%}.dm-expert__list-item--text{flex:0 0 65%;max-width:65%;padding:0 15px}.dm-expert__list-item--icon-list{flex:0 0 15%;list-style:none;margin:0;max-width:15%;padding:0;text-align:right}.dm-expert__list-item--icon-list-item{display:inline-block;margin:0 3px}.dm-expert__list-item--icon svg{fill:grey;display:block;height:20px;width:20px}.dm-expert__list-item--text h4{margin:0 0 10px}.dm-expert__list-item--text p{margin:0 0 5px}@media only screen and (max-width:768px){.dm-expert__list-item{flex:0 0 100%;margin:0 0 20px;max-width:100%}}