@charset "utf-8";
/* CSS Document */
.head_title h1 {
  font-size: 3.2rem;
  font-weight: 600;
  color: #fff;
  line-height: 1.25;
}
.kv-wrap {
    background-image: linear-gradient(135deg, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.5)), url(/202407/data-security/images/data-sec.png);
}
.kv-wrap .kv-area h1 {
  padding-bottom: 2rem;
  font-weight: 800;
}
.kv-area p {
  padding-bottom: 2.4em;
}
.btn .link-blank img {
  height: auto !important;
  width: 30px !important;
  margin-left: 15px;
  margin-top: 5px;
}
@media all and (max-width: 1040px) {
  .btn .link-blank img {
    width: 22px !important;
  }
}