.page-customers-details {
  margin-top: 10px;
  margin-bottom: 40px;
}

.page-customers-details-item {
  border-radius: 10px;
  background-color: white;
  box-shadow: 0px 7px 29px 0px rgba(0, 128, 255, 0.13);
  text-align: center;
  padding: 32px 32px 50px 32px;
  margin-bottom: 30px;
}

.page-customers-details-item-icon {
  margin-bottom: 10px;
  max-width: 100px;
  max-height: 100px;
}

.page-customers-details-item-icon-rounded {
  border-radius:50%;
}

.page-customers-details-item-title, .page-customers-details-item-title a {
  font-family: "Nunito", sans-serif;
  color: #9cbddf;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.277;
  margin-bottom: 10px;
}


.page-customers-details-item-text {
  font-size: 14px;
  color: #888888;
  line-height: 1.7;
}

.page-customers-tabs-item-list {
  padding: 0;
}

.page-customers-tabs-item-list-item {
  display: inline-block;
  list-style-type: none;
  width: 49%;
  font-size: 14px;
  font-family: "Ubuntu", sans-serif;
  color: #3b638d;
  line-height: 2;
}

.page-customers-tabs-item-list-item::before {
  content: "";
  display: inline-block;
  margin-right: 5px;
  color: #0066cb;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}