/* style/resources-68wim-security-features.css */
.page-resources-68wim-security-features {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #333;
  background-color: #f8f8f8;
}

.page-resources-68wim-security-features__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-resources-68wim-security-features__hero-section {
  background: linear-gradient(135deg, #003366, #1a4d7d);
  color: #fff;
  padding: 80px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-resources-68wim-security-features__hero-title {
  font-size: 3em;
  margin-bottom: 20px;
  font-weight: bold;
  color: #FFCC00;
}

.page-resources-68wim-security-features__hero-description {
  font-size: 1.2em;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  color: #e0e0e0;
}

.page-resources-68wim-security-features__cta-button {
  display: inline-block;
  background-color: #FFCC00;
  color: #003366;
  padding: 15px 30px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, transform 0.3s ease;
  border: none;
  cursor: pointer;
}

.page-resources-68wim-security-features__cta-button:hover {
  background-color: #e6b800;
  transform: translateY(-2px);
}

.page-resources-68wim-security-features__content-section {
  padding: 60px 0;
  background-color: #fff;
}

.page-resources-68wim-security-features__section-title {
  font-size: 2.2em;
  color: #003366;
  margin-top: 40px;
  margin-bottom: 25px;
  border-bottom: 3px solid #FFCC00;
  padding-bottom: 10px;
  font-weight: bold;
}

.page-resources-68wim-security-features p {
  margin-bottom: 15px;
  font-size: 1.1em;
  color: #444;
}

.page-resources-68wim-security-features strong {
  color: #003366;
}

.page-resources-68wim-security-features__image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin: 30px 0;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.page-resources-68wim-security-features__link-button {
  display: inline-block;
  background-color: #003366;
  color: #fff;
  padding: 10px 20px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1em;
  margin-top: 10px;
  transition: background-color 0.3s ease;
}

.page-resources-68wim-security-features__link-button:hover {
  background-color: #004d99;
}

.page-resources-68wim-security-features__conclusion-section {
  background-color: #003366;
  color: #fff;
  padding: 60px 0;
  text-align: center;
}

.page-resources-68wim-security-features__conclusion-title {
  font-size: 2.5em;
  color: #FFCC00;
  margin-bottom: 20px;
  font-weight: bold;
}

.page-resources-68wim-security-features__conclusion-text {
  font-size: 1.1em;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  color: #e0e0e0;
}

/* Responsive Design */
@media (max-width: 768px) {
  .page-resources-68wim-security-features__hero-title {
    font-size: 2.2em;
  }

  .page-resources-68wim-security-features__hero-description,
  .page-resources-68wim-security-features p,
  .page-resources-68wim-security-features__conclusion-text {
    font-size: 1em;
  }

  .page-resources-68wim-security-features__section-title {
    font-size: 1.8em;
  }

  .page-resources-68wim-security-features__cta-button {
    padding: 12px 25px;
    font-size: 1em;
  }
}

@media (max-width: 480px) {
  .page-resources-68wim-security-features__hero-title {
    font-size: 1.8em;
  }

  .page-resources-68wim-security-features__section-title {
    font-size: 1.5em;
  }

  .page-resources-68wim-security-features__cta-button {
    width: 100%;
    box-sizing: border-box;
  }
}