.site-wrapper {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 20px;
}

.content-section h2 {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 20px;
}

.content-section p {
  font-size: 1.2rem;
  line-height: 1.6;
  margin-bottom: 20px;
}

.content-section ul,
.content-section ol {
  margin-top: 20px;
  margin-bottom: 20px;
}

.content-section ul li,
.content-section ol li {
  font-size: 1.2rem;
  line-height: 1.6;
  margin-bottom: 10px;
}

.carousel {
  max-width: 45%;
  position: relative;
}

.carousel img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  transition: transform 0.3s ease-in-out;
}

.carousel img:hover {
  transform: scale(1.05);
}
