section.wrapper .page-title .container {
  margin: 10px auto;
  margin-top: 50px;
  text-align: center;
  font-size: x-large;
}

section.wrapper .page-title .container h1,
section.wrapper .one-article .container .article-content .text,
section.wrapper .one-article .container .article-content .text p,
section.wrapper .one-article .container .article-content .text a {
  color: white !important;
}

section.wrapper .page-title .container h1 {
  font-weight: 700;
  margin-bottom: 30px;
  font-size: 2.5rem;
  letter-spacing: -0.02em;
}

section.wrapper .one-article .container {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 20px;
}

section.wrapper .one-article .container .article-content {
  background-color: rgba(0, 0, 0, 0.1);
  padding: 40px;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

section.wrapper .one-article .container .article-content .text {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
    Ubuntu, Cantarell, sans-serif;
  line-height: 1.7;
  font-size: 16px;
}

section.wrapper .one-article .container .article-content .text h5 {
  color: white !important;
  font-size: 1.25rem;
  font-weight: 600;
  margin-top: 40px;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
  letter-spacing: 0.02em;
}

section.wrapper .one-article .container .article-content .text h5:first-child {
  margin-top: 0;
}

section.wrapper .one-article .container .article-content .text p {
  margin-bottom: 18px;
  line-height: 1.7;
  text-align: justify;
  hyphens: auto;
}

section.wrapper .one-article .container .article-content .text p:nth-of-type(4),
section.wrapper .one-article .container .article-content .text p:nth-of-type(5),
section.wrapper .one-article .container .article-content .text p:nth-of-type(6),
section.wrapper .one-article .container .article-content .text p:nth-of-type(7),
section.wrapper .one-article .container .article-content .text p:nth-of-type(8),
section.wrapper .one-article .container .article-content .text p:nth-of-type(9),
section.wrapper
  .one-article
  .container
  .article-content
  .text
  p:nth-of-type(10),
section.wrapper
  .one-article
  .container
  .article-content
  .text
  p:nth-of-type(11) {
  margin-left: 20px;
  position: relative;
  padding-left: 10px;
}

section.wrapper
  .one-article
  .container
  .article-content
  .text
  p:nth-of-type(4):before,
section.wrapper
  .one-article
  .container
  .article-content
  .text
  p:nth-of-type(5):before,
section.wrapper
  .one-article
  .container
  .article-content
  .text
  p:nth-of-type(6):before,
section.wrapper
  .one-article
  .container
  .article-content
  .text
  p:nth-of-type(7):before,
section.wrapper
  .one-article
  .container
  .article-content
  .text
  p:nth-of-type(8):before,
section.wrapper
  .one-article
  .container
  .article-content
  .text
  p:nth-of-type(9):before,
section.wrapper
  .one-article
  .container
  .article-content
  .text
  p:nth-of-type(10):before,
section.wrapper
  .one-article
  .container
  .article-content
  .text
  p:nth-of-type(11):before {
  content: "•";
  color: rgba(255, 255, 255, 0.7);
  position: absolute;
  left: -10px;
  font-weight: bold;
}

section.wrapper .one-article .container .article-content .text a {
  color: #87ceeb !important;
  text-decoration: underline;
  transition: all 0.3s ease;
  font-weight: 500;
}

section.wrapper .one-article .container .article-content .text a:hover {
  color: #add8e6 !important;
  text-decoration-thickness: 2px;
}

/* Company info styling */
section.wrapper .one-article .container .article-content .text .info {
  background: rgba(255, 255, 255, 0.05);
  padding: 25px;
  border-radius: 8px;
  margin-top: 40px;
  border-left: 4px solid #87ceeb;
}

section.wrapper .one-article .container .article-content .text .info p {
  margin-bottom: 8px;
  font-weight: 500;
}

section.wrapper
  .one-article
  .container
  .article-content
  .text
  .info
  p:last-child {
  margin-bottom: 0;
}

/* Responsive design */
@media (max-width: 768px) {
  section.wrapper .page-title .container h1 {
    font-size: 2rem;
  }

  section.wrapper .one-article .container .article-content {
    padding: 25px;
    margin: 0 10px;
  }

  section.wrapper .one-article .container .article-content .text {
    font-size: 15px;
  }

  section.wrapper .one-article .container .article-content .text h5 {
    font-size: 1.1rem;
  }
}

@media (max-width: 480px) {
  section.wrapper .one-article .container .article-content {
    padding: 20px;
  }

  section.wrapper
    .one-article
    .container
    .article-content
    .text
    p:nth-of-type(4),
  section.wrapper
    .one-article
    .container
    .article-content
    .text
    p:nth-of-type(5),
  section.wrapper
    .one-article
    .container
    .article-content
    .text
    p:nth-of-type(6),
  section.wrapper
    .one-article
    .container
    .article-content
    .text
    p:nth-of-type(7),
  section.wrapper
    .one-article
    .container
    .article-content
    .text
    p:nth-of-type(8),
  section.wrapper
    .one-article
    .container
    .article-content
    .text
    p:nth-of-type(9),
  section.wrapper
    .one-article
    .container
    .article-content
    .text
    p:nth-of-type(10),
  section.wrapper
    .one-article
    .container
    .article-content
    .text
    p:nth-of-type(11) {
    margin-left: 15px;
  }
}
