.service-card{width:30vw;color:#fff;background-color:#111;display:flex;flex-direction:column;padding:30px;border-radius:10px;margin:10px;cursor:pointer;border:1px solid transparent;box-sizing:border-box;min-width:300px}.service-div h2{font-size:20px}.service-card:hover{background-color:#222;border:1px solid rgba(30,143,255,.3)}.service-card .icon{background-color:hsla(0,0%,100%,.1);height:45px;width:45px;display:flex;justify-content:center;align-items:center;border-radius:40px;font-size:25px;margin-bottom:10px}.service-card h2{margin-bottom:10px}.customer{display:flex;align-items:center;margin-top:20px;padding-top:10px}.customer img{width:60px;height:60px;border-radius:50%}.customer div{display:flex;flex-direction:column;width:100%;justify-content:end}.client-service-name{font-size:12px;color:#aaa}.description{color:gray}@media screen and (max-width:450px){.service-card{width:80vw;height:100%;padding:15px}.client-name{font-weight:100}.customer{margin-top:0;border-top:none;float:right}.customer div{margin-left:0}.service-div{align-items:center;justify-content:space-between}.service-card .icon{margin-bottom:0}}@media screen and (min-width:450px){.out-description{display:none}}