.c-attention-a__marker {
  width: initial !important;
}

.u-bgc-dedede {
  background: #dedede !important;
}

.u-bgc-0b51b3 {
  background: #0b51b3 !important;
}

#scs-security .down-arrow {
  display: block;
  width: 143px;
  margin: 48px auto 60px;
}

#scs-security .scs-security-cta {
  background: #f8eded;
}

#about-scs .c-multiCol:nth-child(3) .c-linkCard--col2 {
  grid-template-columns: 30% 65%;
  column-gap: 5%;
  max-width: 975px;
  margin-inline: auto;
}

#self-check .contents-wrapper {
  border: 1px solid #c9c9c9;
  background: #fff;
  padding: 20px;
}

#self-check .self-check__steps {
  width: min(100%, 1160px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 32px 1fr 32px 1fr;
  align-items: center;
  gap: 24px;
}

#self-check .self-check__step-title {
  margin: 0 0 18px;
  color: #0057b8;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}

#self-check .self-check__step-image {
  border: 1px solid #ddd;
  background: #fff;
}

#self-check .self-check__step-image img {
  display: block;
  width: 100%;
  height: auto;
}

#self-check .self-check__arrow {
  width: 0;
  height: 0;
  margin-top: 44px;
  border-top: 16px solid transparent;
  border-bottom: 16px solid transparent;
  border-left: 18px solid #333;
}

#ricoh-security .security-domains img {
  max-width: 144px;
  margin: 0 auto;
}


@media (max-width: 640px) {
  #about-scs .c-multiCol:nth-child(3) .c-linkCard--col2 {
    display: block;
  }

  #self-check .self-check__steps {
    display: block;
    padding: 0;
  }

  #self-check .self-check__step+.self-check__step {
    margin-top: 32px;
  }

  #self-check .self-check__step-title {
    font-size: 18px;
    margin-bottom: 12px;
  }

  #self-check .self-check__arrow {
    width: 0;
    height: 0;
    margin: 20px auto;
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    border-top: 16px solid #333;
    border-bottom: 0;
  }
}