/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 13 2024 | 10:12:41 */
/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 25 2023 | 06:12:35 */
.accordions {
  padding: 5% 0;
  background-color: var(--color-brown);
}
@media only screen and (max-width: 796px) {
  .accordions {
    padding: 7% 0;
  }
}
@media only screen and (max-width: 414px) {
  .accordions {
    padding: 10% 0;
  }
}
.accordions .editor {
  padding: 0;
}
.accordions h2 {
  font-weight: bold;
  color: var(--color-dark-brown);
  text-align: center;
}
.accordions h3 {
  font-weight: 300;
  text-align: center;
  color: var(--color-white);
}
.accordions_container {
  margin-top: 3%;
  background-color: #fff;
  border-radius: 30px;
}
.accordions_item {
  padding: 50px 45px;
}
@media (max-width: 500px) {
  .accordions_item {
    padding: 30px;
  }
}
@media (hover: none) {
  .accordions_item {
    padding: 30px;
  }
}
.accordions_item_box {
  position: relative;
  border-bottom: 1px solid #bdbdbd;
}
.accordions_item_box_Q {
  padding: 18px 20px;
  color: var(--color-dark-brown);
  background-color: #fff;
  cursor: pointer;
}
.accordions_item_box_Q_header {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.accordions_item_box_Q_header_arrow {
  margin-left: auto;
}
.accordions_item_box_Q_header .arrow {
  transition: 0.3s all ease-in;
  position: relative;
}
.accordions_item_box_Q_active {
  background-color: #F3F3F3;
  border-bottom: 1px solid transparent;
}
.accordions_item_box_Q_active .arrow {
  right: 3px;
  transition: 0.3s all ease-in;
  transform: rotate(90deg);
}
.accordions_item_box_Q h5 {
  margin-right: auto;
  width: 90%;
  font-weight: 500;
}
.accordions_item_box_A {
  padding: 18px 25px;
  font-weight: 300;
  display: none;
  font-size: 16px;
  text-align: justify;
}
.accordions_item_box + .accordions_item_box {
  border-bottom: 1px solid #bdbdbd;
}
