
footer {
  background: var(--darkblue);
  color: #fff;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  padding: 20px;
}

.footer-col {
  flex: 1 1 300px;
  margin: 10px;
}

.footer-col h4 {
  border-bottom: 1px solid #fff;
  padding-bottom: 5px;
}

.footer-col a {
  display: block;
  color: #fff;
  text-decoration: none;
  margin: 5px 0;
}

.footer-col a:hover {
  text-decoration: underline;
}

a {
  color: #ff4081;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

@media (max-width: 768px) {
  .article-flex {
    flex-direction: column;
  }

  footer {
    flex-direction: row;
    justify-content: space-around;
  }

  .footer-col {
    flex: 1 1 300px;
    text-align: left;
  }
   
}

@media (max-width: 768px) {
  .logo img {
    max-width: 250px;
    height: auto;
  }
}

.hero-text h1 {
  font-family: 'Playfair Display', serif;
  color: #1a1a3d;
  font-size: 3em;
  margin-bottom: 15px;
}

.hero-text p {
  font-family: 'Poppins', sans-serif;
  font-size: 1.1em;
  line-height: 1.6;
  color: #4a4a4a;
}

.hero {
  background: #fdf5f3;
}


p {
  font-family: 'Poppins', sans-serif;
  font-size: 1.1em;
  line-height: 1.6;
  color: #ffffff;
}


@media (max-width: 768px) {
  header {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  nav {
    justify-content: center;
    width: 100%;
    margin-top: 10px;
  }

  .logo img {
    max-width: 150px;
    height: auto;
  }
}
