.no-margin{margin:0}.list-section{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-around;margin-bottom:2rem}.list-card{align-items:flex-start;background-color:#fff;border-radius:6px;bottom:0;-webkit-box-shadow:0 0 15px 0 rgba(0,0,0,.2);-moz-box-shadow:0 0 15px 0 rgba(0,0,0,.2);box-shadow:0 0 15px 0 rgba(0,0,0,.2);box-sizing:border-box;color:#404040!important;display:flex;flex:45%;flex-direction:row;margin:.5rem;padding:1rem;position:relative;transition:bottom .25s ease}.list-card:hover{bottom:3px}.list-card img{height:auto;margin-right:1rem;max-width:50px}.list-text h5,.list-text p{margin:0}.list-text p{font-weight:400}@media (max-width:767px){.list-section{flex-direction:column;flex-wrap:wrap}.list-card{background-color:#fff;border-radius:6px;box-shadow:0 0 15px rgba(0,0,0,.2);display:flex;flex-direction:row;margin:.5rem 0;max-width:100%;padding:1rem}}