.customer-page {
  font-size: 13px;
  color: #ffffff;
  width: 100%;
  letter-spacing: -0.78px;
}

.customer-page .goldTxt {
  letter-spacing: -1.44px;
  color: #c1ad8b;
  font-size: 24px;
}

.customer-page .customer-content {
  border: 1px solid #282828;
}

.customer-page .customer-buttons {
  float: left;
  width: calc(100% / 2);
  height: 97px;
  position: relative;
  cursor: pointer;
  padding: 20px;
  background: rgba(0, 0, 0,0.7);
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .customer-page .customer-buttons {
    padding: 18px;
  }
}

.customer-page .customer-buttons:hover {
  opacity: 1;
}

.customer-page .customer-buttons img {
  vertical-align: baseline;
}

.customer-page .customer-buttons:nth-of-type(-n+3)::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 50%;
  right: 0;
  top: 50%;
  background: #282828;
  transform: translateY(-50%);
}

.customer-page .text-con {
  display: inline-block;
  margin-left: 5px;
}

.customer-page .text-con p {
  margin: 0;
}