.faq-section {
  text-align: center;
  padding: 0px 30px;
}

.faq-title {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 30px;
}

.faq-header {
  font-size: 24px;
  font-weight: bold;
}

.accordion-button {
  font-weight: bold;
}

.custom-img {
  width: 100%;
  max-width: 300px;
}

.faq-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.accordion-container {
  min-width: 300px;
}

.image-container {
  min-width: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.accordion-item {
  border: 1px solid #ddd;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
  background-color: #fff;
  transition: all 0.3s ease-in-out;
}

.accordion-body {
  padding: 20px;
}

.accordion-toggle {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: bold;
  font-size: 16px;
  position: relative;
  background: none;
  border: none;
  padding: 20px;
  width: 100%;
  text-align: left;
  word-wrap: break-word;
  background-color: #f8f9fa;
  border-bottom: 1px solid #ddd;
  border-radius: 5px 5px 0 0;
}

.accordion-toggle::after {
  content: none !important;
}

.accordion-toggle .toggle-icon {
  font-size: 20px;
  color: #f6891f;
  margin-left: auto;
}

.accordion-item {
  transition: height 0.3s ease;
}

.accordion-collapse {
  transition: height 0.3s ease-in-out;
  overflow: hidden;
}

.faq-wrapper {
  display: flex;
  align-items: flex-start;
}

.sticky-container {
  position: sticky;
  top: 0;
}

.accordion-toggle .toggle-icon {
  margin-left: 10px;
}

.accordion-item .accordion-toggle {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
