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 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(2),
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(6),
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(10),
section.wrapper
  .one-article
  .container
  .article-content
  .text
  p:nth-of-type(12),
section.wrapper
  .one-article
  .container
  .article-content
  .text
  p:nth-of-type(14),
section.wrapper
  .one-article
  .container
  .article-content
  .text
  p:nth-of-type(16),
section.wrapper
  .one-article
  .container
  .article-content
  .text
  p:nth-of-type(18),
section.wrapper
  .one-article
  .container
  .article-content
  .text
  p:nth-of-type(20),
section.wrapper
  .one-article
  .container
  .article-content
  .text
  p:nth-of-type(22),
section.wrapper
  .one-article
  .container
  .article-content
  .text
  p:nth-of-type(24),
section.wrapper
  .one-article
  .container
  .article-content
  .text
  p:nth-of-type(26),
section.wrapper
  .one-article
  .container
  .article-content
  .text
  p:nth-of-type(28),
section.wrapper
  .one-article
  .container
  .article-content
  .text
  p:nth-of-type(30) {
  font-weight: 600;
  font-size: 1.1rem;
  margin-top: 30px;
  margin-bottom: 15px;
  padding-bottom: 8px;
  letter-spacing: 0.02em;
  color: rgba(255, 255, 255, 0.95) !important;
}

section.wrapper .one-article .container .article-content .text p:first-child {
  font-size: 1.05rem;
  margin-bottom: 25px;
  padding: 20px;
  border-radius: 8px;
}

section.wrapper
  .one-article
  .container
  .article-content
  .text
  p:nth-of-type(2) {
  padding: 15px 20px;
  border-radius: 8px;
  margin-bottom: 8px !important;
  font-weight: 600;
}

section.wrapper
  .one-article
  .container
  .article-content
  .text
  p:nth-of-type(3) {
  padding: 15px 20px;
  margin-top: 0;
  margin-bottom: 25px;
}

section.wrapper
  .one-article
  .container
  .article-content
  .text
  p:nth-last-of-type(2) {
  font-weight: 600;
  font-size: 1.1rem;
  margin-top: 30px;
  margin-bottom: 15px;
  padding-bottom: 8px;
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
  letter-spacing: 0.02em;
  color: rgba(255, 255, 255, 0.95) !important;
}

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;
}

section.wrapper
  .one-article
  .container
  .article-content
  .text
  p:contains("office@tamatoaltd.com") {
  background: rgba(255, 255, 255, 0.05);
  padding: 15px 20px;
  border-radius: 8px;
  border-left: 4px solid #87ceeb;
}

@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
    p:nth-of-type(2),
  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(6),
  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(10),
  section.wrapper
    .one-article
    .container
    .article-content
    .text
    p:nth-of-type(12),
  section.wrapper
    .one-article
    .container
    .article-content
    .text
    p:nth-of-type(14),
  section.wrapper
    .one-article
    .container
    .article-content
    .text
    p:nth-of-type(16),
  section.wrapper
    .one-article
    .container
    .article-content
    .text
    p:nth-of-type(18),
  section.wrapper
    .one-article
    .container
    .article-content
    .text
    p:nth-of-type(20),
  section.wrapper
    .one-article
    .container
    .article-content
    .text
    p:nth-of-type(22),
  section.wrapper
    .one-article
    .container
    .article-content
    .text
    p:nth-of-type(24),
  section.wrapper
    .one-article
    .container
    .article-content
    .text
    p:nth-of-type(26),
  section.wrapper
    .one-article
    .container
    .article-content
    .text
    p:nth-of-type(28),
  section.wrapper
    .one-article
    .container
    .article-content
    .text
    p:nth-of-type(30),
  section.wrapper
    .one-article
    .container
    .article-content
    .text
    p:nth-last-of-type(2) {
    font-size: 1rem;
  }
}

@media (max-width: 480px) {
  section.wrapper .one-article .container .article-content {
    padding: 20px;
  }

  section.wrapper .one-article .container .article-content .text p:first-child,
  section.wrapper
    .one-article
    .container
    .article-content
    .text
    p:nth-of-type(2),
  section.wrapper
    .one-article
    .container
    .article-content
    .text
    p:nth-of-type(3) {
    padding: 12px 15px;
  }
}
