/* [project]/webproject/app/[locale]/page.module.css [app-client] (css) */
.page-module__w8QZsW__main {
  background: linear-gradient(#fff, #f9fafb);
  min-height: 100vh;
  padding: 3rem 1.5rem;
}

@media (min-width: 768px) {
  .page-module__w8QZsW__main {
    padding: 3rem 5rem;
  }
}

@media (min-width: 1024px) {
  .page-module__w8QZsW__main {
    padding: 3rem 8rem;
  }
}

.page-module__w8QZsW__header {
  text-align: center;
  margin-bottom: 3rem;
}

.page-module__w8QZsW__header h1 {
  color: #1f2937;
  background: linear-gradient(90deg, #17815e, #224885);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  font-size: 3rem;
  font-weight: 800;
  transition: all .3s;
}

.page-module__w8QZsW__header h1:hover {
  transform: scale(1.05);
}

.page-module__w8QZsW__flexSection {
  text-align: justify;
  flex-direction: column;
  gap: 3rem;
  max-width: 72rem;
  margin: 0 auto 3rem;
  display: flex;
}

@media (min-width: 768px) {
  .page-module__w8QZsW__flexSection {
    flex-direction: row;
    align-items: start;
  }
}

.page-module__w8QZsW__flexText {
  color: #374151;
  flex: 1;
  line-height: 1.75;
}

.page-module__w8QZsW__flexText p {
  margin-bottom: 1rem;
  font-size: 1.125rem;
  transition: color .3s;
}

.page-module__w8QZsW__flexText p:hover {
  color: #17815e;
}

.page-module__w8QZsW__flexImage {
  flex: 1;
  justify-content: center;
  display: flex;
}

.page-module__w8QZsW__flexImage img {
  object-fit: cover;
  border-radius: .75rem;
  transition: transform .3s;
  box-shadow: 0 10px 25px #0000001a;
}

.page-module__w8QZsW__flexImage img:hover {
  transform: scale(1.03);
}

.page-module__w8QZsW__card {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: .75rem;
  max-width: 48rem;
  margin: 0 auto 3rem;
  padding: 1.5rem;
  box-shadow: 0 5px 15px #0000000d;
}

.page-module__w8QZsW__card p {
  color: #374151;
  margin-bottom: .5rem;
  font-size: 1.125rem;
}

.page-module__w8QZsW__newsList {
  gap: 1.5rem;
  display: grid;
}

@media (min-width: 768px) {
  .page-module__w8QZsW__newsList {
    grid-template-columns: repeat(2, 1fr);
  }
}

.page-module__w8QZsW__newsItem {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: .75rem;
  padding: 1.5rem;
  transition: transform .3s, box-shadow .3s;
  box-shadow: 0 5px 15px #0000000d;
}

.page-module__w8QZsW__newsItem:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 25px #0000001a;
}

.page-module__w8QZsW__newsItem h3 {
  margin-bottom: .5rem;
  font-size: 1.25rem;
  font-weight: 600;
}

.page-module__w8QZsW__newsItem p {
  color: #374151;
  margin-bottom: 1rem;
}

.page-module__w8QZsW__newsItem a {
  color: #fff;
  background: #10b981;
  border-radius: .5rem;
  padding: .5rem 1rem;
  font-weight: 500;
  text-decoration: none;
  transition: background .3s, transform .3s;
  display: inline-block;
}

.page-module__w8QZsW__newsItem a:hover {
  background: #059669;
  transform: scale(1.05);
}

.page-module__w8QZsW__footer {
  background: #f3f4f6;
  margin-top: 4rem;
  padding: 3rem 1.5rem;
}

.page-module__w8QZsW__footer .page-module__w8QZsW__grid {
  gap: 2rem;
  display: grid;
}

@media (min-width: 768px) {
  .page-module__w8QZsW__footer .page-module__w8QZsW__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.page-module__w8QZsW__footer h3 {
  margin-bottom: .5rem;
  font-weight: 600;
}

.page-module__w8QZsW__footer a {
  color: #2563eb;
  transition: color .3s;
}

.page-module__w8QZsW__footer a:hover {
  color: #1d4ed8;
}

.page-module__w8QZsW__footer p {
  text-align: center;
  color: #6b7280;
  margin-top: 2rem;
  font-size: .875rem;
}

/*# sourceMappingURL=webproject_app_%5Blocale%5D_page_module_d2ed9a4e.css.map*/