.FaqDropDowns {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: stretch;
  align-content: stretch;
  margin-bottom: 25px;
  margin-top: 121px;
}
@media only screen and (max-width: 768px) {
  .FaqDropDowns {
    margin-top: calc(60.5px);
    flex-wrap: wrap;
  }
}
.FaqDropDowns_col {
  flex: 0 0 50%;
}
@media all and (max-width: 768px) {
  .FaqDropDowns_col {
    flex-basis: 100%;
    margin-bottom: 15px;
  }
}
.FaqDropDowns_col:last-of-type {
  position: relative;
  right: 1px;
}
.FaqDropDowns_col-title {
  border: 1px solid var(--mainColor--black);
  border-bottom: none;
  display: flex;
  align-items: center;
  align-content: center;
  padding: 12px 22px 11px 18px;
  font-size: 25px;
  line-height: 1;
  background: #EEEEEE;
}
.FaqDropDowns_single {
  padding: 12px 22px 11px 18px;
  border: 1px solid var(--mainColor--black);
  border-bottom: none;
}
.FaqDropDowns_single:last-of-type {
  border-bottom: 1px solid var(--mainColor--black);
}
.FaqDropDowns_single-title {
  font-size: 19px;
  line-height: 1.211;
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  cursor: pointer;
}
.FaqDropDowns_single-title i {
  display: block;
  position: relative;
  width: 24px;
  height: 24px;
}
.FaqDropDowns_single-title i > svg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100% !important;
  height: auto !important;
}
.FaqDropDowns_single-copy {
  padding: 20px 0;
  font-size: 13px;
}
.FaqDropDowns_single--download {
  color: #fff !important;
  font-weight: 400;
  font-size: 15px;
  line-height: 1;
  background: var(--mainColor--black) !important;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  width: 100%;
  max-width: 200px;
  height: 53px;
  box-shadow: none !important;
  border: none !important;
  border-radius: 0;
  padding: 0;
  margin: 2em auto;
}
@media all and (max-width: 768px) {
  .FaqDropDowns_single--download {
    max-width: unset;
  }
}
