html {
  scroll-behavior: smooth;
}

.security-section {
  background-size: cover;
  background-position: center;
  padding: 64px 0px;
}
.security-section .security-icon, .security-section h2, .security-section .security-text {
  margin-bottom: 25px;
}

.security-icon img {
  width: 40px;
  height: auto;
}

.security-headline {
  font-weight: 800;
  font-size: clamp(30px, 3vw, 36px);
}

.security-text {
  font-size: clamp(16px, 2vw, 18px);
  max-width: 500px;
  margin: 0 auto;
  line-height: 150%;
}

.security-logos img {
  max-height: 102px;
  width: 100%;
}

/*# sourceMappingURL=security_section.css.map*/