.faq-section,
.product-files-container {
  font-family: "Lato", sans-serif;
  width: 100%;
  padding: 50px;
  margin: 0 auto;
  /* max-width: 760px; */
  margin: 0 auto;
  background-size: cover;
}

.faq-section > h2,
.product-files-container > h2 {
  font-size: 52px;
  color: #333;
  margin-top: 40px;
  margin-bottom: 20px;
  font-weight: bold;
}

.faq-section details {
  cursor: pointer;
}

.faq-section summary:focus-visible {
  outline: 2px solid orange;
  outline-offset: 8px;
  border-radius: 4px;
  display: flex;
  justify-content: space-between;
}

.faq-section h4 {
  width: 100%;
  color: #333;
}

.faq-section summary {
  font-size: 20px;
  color: #333;
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}

.faq-section summary::marker {
  display: none;
  content: "";
}

.faq-section span {
  margin-top: 4px;
  color: #333;
}

.faq-section details > p {
  max-width: 90%;
  color: #333;
  font-size: 18px;
  line-height: 155%;
  letter-spacing: 0.1px;
  margin-bottom: 40px;
  padding-left: 10px;
}

.faq-section hr {
  border: 1px solid #333;
  margin-block-end: 30px;
}

.summary-img-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.product-info-item {
  display: flex;
  justify-content: space-between;
}
.product-info-item > a {
  text-align: center;
  margin: 15px 0;
  line-height: 25px;
}
