* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body {
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body, input, textarea, button {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 1rem;
}

.area-banner {
  height: clamp(20rem, 50vw, 30rem);
}
.area-banner img {
  -o-object-fit: cover;
     object-fit: cover;
}

.activity-areas-content {
  margin: 4rem auto 5rem;
}
.activity-areas-content h3 {
  color: #07174A;
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 2rem;
}
.activity-areas-content .text {
  color: #000000;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.875rem;
  text-align: justify;
}
