#security .title {
  margin-bottom: 50px;
  text-align: center;
}

@media screen and (max-width: 1024px) {
  #security .title {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 640px) {
  #security .title {
    margin-bottom: 30px;
  }
}

#security .title .container {
  max-width: fit-content;
}

@media screen and (max-width: 1024px) {
  #security .title .container {
    max-width: 95%;
  }
}

#security .title h1 {
  font-size: 7.5vw;
  color: #f1f1f1;
  font-weight: 700;
  line-height: 1.15;
}

@media screen and (max-width: 1024px) {
  #security .title h1 {
    font-size: 13vw;
  }
}

@media screen and (max-width: 640px) {
  #security .title h1 {
    font-size: 20vw;
  }
}

#security .title h1 span {
  font-size: 7.5vw;
  color: #ccc;
  font-weight: 700;
  line-height: 1.15;
}

@media screen and (max-width: 1024px) {
  #security .title h1 span {
    font-size: 13vw;
  }
}

@media screen and (max-width: 640px) {
  #security .title h1 span {
    font-size: 20vw;
  }
}

#security .title_bottom {
  margin-left: 15px;
  margin-bottom: 25px;
  text-align: left;
}

#security .title_bottom h2 {
  font-size: 1.55vw;
  color: #333;
  font-weight: 700;
  line-height: 1.75;
}

#security .title_arrow {
  width: 156px;
  margin: 0 auto;
}

#security .content {
  margin-bottom: 110px;
}

#security .content p {
  font-size: 14px;
  color: #333;
  font-weight: 700;
  line-height: 2.27;
  margin-bottom: 30px;
}

#security .content p:last-of-type {
  margin-bottom: 0;
}
/*# sourceMappingURL=security.css.map */