.accordion-style .card {
  background: transparent;
  box-shadow: none;
  margin-bottom: 15px;
  margin-top: 0 !important;
  border: none;
}

.accordion-style .card:last-child {
  margin-bottom: 0;
}

.accordion-style .card-header {
  border: 0;
  background: none;
  padding: 0;
  border-bottom: none;
}

.accordion-style .btn-link {
  color: #ffffff;
  position: relative;
  background: #e82e31;
  border: 1px solid #000000;
  display: block;
  width: 100%;
  border-radius: 3px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  text-align: left;
  white-space: normal;
  box-shadow: none;
  padding: 15px 60px;
  text-decoration: none;
}

.accordion-style .btn-link:hover {
  text-decoration: none;
}

.accordion-style .btn-link.collapsed {
  background: #ffffff;
  border: 1px solid #000000;
  color: #000000;
  border-radius: 3px;
}

.accordion-style .btn-link.collapsed:after {
  background: none;
  border-radius: 3px;
  content: "+";
  left: 16px;
  right: inherit;
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
  height: 26px;
  transform: none;
  width: 26px;
  top: 15px;
  text-align: center;
  background-color: #e82e31;
  color: #ffffff;
}

.accordion-style .btn-link:after {
  background: #ffffff;
  border: none;
  border-radius: 3px;
  content: "-";
  left: 16px;
  right: inherit;
  font-size: 20px;
  font-weight: 600;
  height: 26px;
  line-height: 26px;
  transform: none;
  width: 26px;
  top: 15px;
  position: absolute;
  color: #000000;
  text-align: center;
}

.accordion-style .card-body {
  padding: 20px;
  border-top: none;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
  border-bottom: 1px solid #000000;
}

@media screen and (max-width: 767px) {
  .accordion-style .btn-link {
    padding: 15px 40px 15px 55px;
  }
}

@media screen and (max-width: 575px) {
  .accordion-style .btn-link {
    padding: 15px 20px 15px 55px;
  }
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

#sectionFaq {
  margin-top: -60px;
}
