.cards-second{display:flex;flex-wrap:wrap}.cards-second .card-module{align-items:center;background:transparent;background:hsla(0,0%,100%,.05);border-radius:4px;box-sizing:border-box;flex-flow:column;height:100%;justify-content:flex-start;margin-top:30px;max-width:100%;padding:2rem;position:relative;transition:background .4s ease-in-out;width:calc(33.33333% - 10px)}.cards-second .card-module .img-wrapper{align-items:center;display:flex;height:80px;justify-content:center;width:100%}.cards-second .card-module .img-wrapper img{margin-bottom:0}.cards-second .card-module:not(:3n+1){margin-right:15px}@media screen and (max-width:768px){.cards-second .card-module{width:100%}.cards-second .card-module:not(:3n+1){margin-right:0}}