body {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  color: #062b5f;
  background: #ffffff;
}

.page {
  max-width: 1100px;
  margin: 0 auto;
  padding: 60px 30px;
  text-align: center;
}

.hero {
  position: relative;
}

.leaf {
  position: absolute;
  top: -45px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 260px;
  opacity: 0.08;
  z-index: -1;
}

h1 {
  font-size: 68px;
  line-height: 1.05;
  margin: 40px 0 20px;
  font-weight: 700;
}

.rule {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin: 25px auto;
}

.rule span {
  width: 220px;
  height: 2px;
  background: #c32026;
}

.rule small {
  font-size: 28px;
}

.services {
  font-family: Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 20px;
  font-weight: bold;
  margin: 25px 0 35px;
}

.services span {
  color: #8a1c1c;
  margin: 0 18px;
}

.logos {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 55px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 35px 0;
}

.logos a {
  width: 30%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.logos img {
  max-width: 100%;
  max-height: 180px;
  object-fit: contain;
}

.description {
  font-family: Arial, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.4;
  max-width: 950px;
  margin: 30px auto 15px;
  color: #062b5f;
}

.subdescription {
  font-family: Arial, sans-serif;
  font-size: 22px;
  line-height: 1.5;
  max-width: 950px;
  margin: 0 auto;
  color: #333;
}

@media (max-width: 800px) {
  h1 {
    font-size: 42px;
  }

  .leaf {
    font-size: 190px;
  }

  .services {
    font-size: 15px;
    line-height: 1.6;
  }

  .logos {
    flex-direction: column;
    gap: 30px;
  }

  .logos a {
    width: 80%;
  }
.footer-note {
  font-family: Arial, sans-serif;
  font-size: 13px;
  line-height: 1.5;
  color: #777;
  max-width: 900px;
  margin-top: 80px !important;
  text-aligh: center;
}