/* //? Content */
.content-center {
  text-align: center;
  margin: 2rem auto;
  max-width: 50%;
}

@media screen and (max-width: 800px) {
  .content-center {
    max-width: 75%;
  }
}

.content-center h1 {
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  font-size: 2.25rem;
}

.content-center p {
  font-family: "Poppins", sans-serif;
  /* font-style: italic; */
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 2.2rem;
}

/* Styling for specific images */
.content-img {
  display: block;
  width: 100%;
  max-width: 600px;
  height: auto;
  margin: 1.5rem auto;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
