.customer-service{background-color:#f4f5fa;border-radius:13px;height:100%;width:100%;padding:25px}.customer-service__title{margin-bottom:20px;font-size:30px;line-height:1}@media(min-width:768px){.customer-service__title{font-size:38px}}.customer-service .customer-service__cards{display:flex;flex-wrap:wrap}.customer-service .customer-service__cards-card{flex:0 0 100%;display:flex;flex-direction:column;align-content:center;justify-content:center;font-size:18px;font-weight:600;letter-spacing:0;line-height:22px;color:#402346;text-align:center;height:66px;width:100%;border-radius:5px;background-color:#fff;box-shadow:0px 2.1px 0px #402346;margin-bottom:20px;-moz-transition:all .4s ease;-webkit-transition:all .4s ease;-o-transition:all .4s ease;transition:all .4s ease;margin-right:20px}@media(min-width:700px){.customer-service .customer-service__cards-card{flex:0 0 46.7%}}@media(min-width:959px){.customer-service .customer-service__cards-card{flex:0 0 47.7%}}@media(min-width:1200px){.customer-service .customer-service__cards-card{flex:0 0 31.4%}}.customer-service .customer-service__cards-card:hover{box-shadow:none;text-decoration:none;background-color:#b1419f;color:white}