.about {
  padding-bottom: 100px;
}
@media screen and (min-width: 668px) and (min-height: 416px) {
  .about {
    padding-bottom: 140px;
  }
}
.card-issuing {
  padding-bottom: 0;
  padding-top: 120px;
}
@media (min-width: 668px) and (min-height: 416px),
  screen and (max-width: 979px) and (max-height: 415px) and (orientation: landscape) {
  .card-issuing {
    padding-top: 0;
  }
}
@media screen and (min-width: 668px) and (min-height: 416px) {
  .card-issuing {
    padding-bottom: 160px;
  }
}
@media screen and (min-width: 980px) {
  .card-issuing .text {
    padding-top: 180px;
  }
}
@media screen and (min-width: 1200px) {
  .card-issuing {
    padding-bottom: 260px;
  }
}
.card-issuing__image {
  position: absolute;
  right: -174px;
  top: -305px;
}
@media (max-width: 668px),
  screen and (max-width: 979px) and (max-height: 415px) and (orientation: landscape) {
  .card-issuing__image {
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    -ms-transform-origin: center;
    transform-origin: center;
  }
}
@media (min-width: 668px) and (min-height: 416px),
  screen and (max-width: 979px) and (max-height: 415px) and (orientation: landscape) {
  .card-issuing__image {
    top: -185px;
  }
}
.csaas-channel .csaas-cta-button svg rect,
.csaas-channel .csaas-link svg path,
.csaas-sts1,
.open-chaty svg path {
  fill: #ffffff !important;
  color: #ffffff !important;
}

.csaas-channel .csaas-cta-button svg ellipse,
.csaas-channel .csaas-link svg circle,
.open-chaty svg g circle {
  fill: #0067da !important;
  color: #ffffff !important;
}

a.csaas-link,
button.hide-show-chaty,
button.open-chaty {
  box-shadow: 0 0 0 1px #0067da !important;
}

span.header_title {
  color: #000;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #8b95a0;
}
