.customer-support-white {
  min-height: calc(100vh + 0px);
  background: #ffff;
  overflow: hidden;
}

.customer-support {
  padding: 70px 0px 0 0;
  min-height: calc(100vh - 118px);
  height: 100%;
  max-width: 500px;
  margin: 0 auto;
  justify-content: center;
}

.customer-support-inner-div {
  display: flex;
  width: 100%;
  flex-flow: column;
}

.cs-main-head {
  margin: 0 0 24px;
  font-size: 25px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: normal;
  color: #14181a;
}

.cs-head {
  margin: 0px 0 8px;
  font-size: 18px;
  font-weight: 500;
  color: #14181a;
  line-height: 1.33;
}

.cs-subhead {
  margin: 8px 0 8px;
  font-size: 18px;
  color: #5d6a74;
  line-height: 1.33;
}

.callSupportText {
  margin: 8px 0 40px;
  font-size: 18px;
  color: #5d6a74;
  line-height: 1.33;
}

.cs-bullet-point {
  margin: 8px 0 24px;
  font-size: 18px;
  color: #5d6a74;
  line-height: 1.33;
  list-style-type: disc;
  padding-left: 30px;
}

.carefirstLink {
  color: #006bb8;
  cursor: pointer;
  font-family: inherit;
}

.cs-language-selector {
  position: absolute;
  top: 22px;
  right: 18px;
}

.cs-logo {
  flex: 0 1 auto;
  z-index: 1;
  display: inline-block !important;
  padding: 0 !important;
  position: relative !important;
  top: -10px;
}

.header-border-bottom {
  padding: 20px 0px 0px;
  border-bottom: 1px solid #ccd6dd;
  margin-right: -75px
}