body, footer {
  background-color: #fff;
  margin: 0;
  padding: 0;
}

body {
  color: #fff;
  color: #fff;
  background-color: #000;
}

.title {
  text-align: center;
  color: #fff;
  -o-transition: all .4s ease 0s;
  margin: 0;
  padding: 0;
  font-family: Segoe UI, Tahoma, Geneva, Verdana, sans-serif;
  font-size: 50px;
  font-weight: 300;
  transition: all .4s;
}

.heading1 p:before {
  content: "";
  height: 3px;
  width: 200px;
  background-color: #c50000;
  margin-bottom: 5px;
  display: block;
}

.heading1 p:after {
  content: "";
  height: 3px;
  width: 200px;
  background-color: #c50000;
  margin-bottom: .25em;
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
}

*, :before, :after {
  box-sizing: border-box;
}

.heading1 {
  width: 50%;
  max-width: 700px;
  background: #000;
  border: 3px solid rgba(0, 0, 0, .08);
  margin: 1.5em auto;
  padding: 2em;
  position: relative;
}

h2 {
  text-align: center;
  position: relative;
}

h2:after {
  content: "";
  width: 25%;
  height: 3px;
  background: linear-gradient(to right, red, #000);
  position: absolute;
  bottom: -10px;
  left: 52%;
  transform: translateX(-50%);
}

.accordion-header {
  cursor: pointer;
  width: 1150px;
  height: 50px;
  perspective: 1000px;
  background: linear-gradient(to right, #6e0909, #000);
  justify-content: center;
  align-items: center;
  margin: 0;
  font-size: 16px;
  display: flex;
  box-shadow: 0 0 10px red;
}

.accordion-content {
  color: #fff;
  height: 0;
  background-color: #000;
  font-size: 16px;
  transition: max-height .3s ease-out;
  overflow: hidden;
}

.accordion-item.active .accordion-content {
  height: 60px;
  width: 1150px;
  box-sizing: border-box;
  border-bottom: 1px solid red;
  border-left: 1px solid red;
  border-right: 1px solid red;
  margin: 20px 10px 5px;
}

.cont {
  flex-direction: row;
  align-items: center;
  display: flex;
}

.cont img {
  width: 200px;
  margin-left: 20px;
}

table {
  border-collapse: collapse;
  width: 80%;
  color: #fff;
  text-align: center;
  margin: auto;
  font-family: Raleway, sans-serif;
  box-shadow: 0 0 10px #6e0909;
}

th, td {
  border: 1px solid #6e0909;
  padding: 10px;
}

th {
  background-color: #6e0909;
}

tr:nth-child(2n) {
  background-color: #000;
}

tr:nth-child(odd) {
  background-color: #6e0909;
}

a {
  color: #b60f0f;
}

.container {
  align-items: center;
  display: flex;
}

img {
  max-width: 100%;
  height: auto;
}

@media (max-width: 768px) {
  .accordion-content {
    width: auto;
    font-size: 18px;
  }
}

@media (max-width: 1024px) {
  .accordion-content {
    width: auto;
    font-size: 20px;
  }
}

@media (max-width: 480px) {
  .accordion-content {
    width: auto;
    font-size: 20px;
  }

  .accordion-header {
    width: auto;
    font-size: 18px;
  }
}

@media (max-width: 768px) {
  .accordion-header {
    width: auto;
    font-size: 18px;
  }
}

@media (max-width: 1024px) {
  .accordion-header {
    width: auto;
    font-size: 20px;
  }
}

/*# sourceMappingURL=faq.b3224337.css.map */
