.banner {
  background: url("../../assets/images/camp/8.JPG");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: var(--fill-color);
  height: 500px;
  position: relative;
  color: white;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin-bottom: var(--spacing-md);
}
.banner__text {
  font-size: 3rem;
  text-shadow: 1px 1px 5px black;
}

.camp-service-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 var(--spacing-lg);
  margin-bottom: var(--spacing-lg);
}
.camp-service__title {
  margin-bottom: var(--spacing-md);
}
.camp-service__desc {
  width: 100%;
  max-width: 700px;
  text-align: center;
  margin-bottom: var(--spacing-md);
}

.camp-service__desc a{
    text-decoration: underline;
}

marquee img{
  width: min(350px, 90%);
  height: 350px;
  margin: 20px;
  margin-top: 0;
}
