
.page-title {
  text-align: center;
  padding: 80px 0; }
  .page-title h1 {
    font-size: 32px;
    font-weight: 600; }
    .container {
      width: 100%;
      max-width: 1200px;
      margin: 0 auto; }
    
@media (max-width: 1230px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.faqs-wrap {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto; }

.faq-row {
  border-top: 1px solid rgba(0, 0, 0, 0.1); }

.faq-row:last-of-type {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); }

.faq-header {
  position: relative;
  font-size: 25px;
  line-height: 30px;
  font-weight: 600;
  cursor: pointer;
  padding: 40px 0; }
  .faq-header span {
    display: block;
    width: 100%;
    padding-right: 60px; }
  .faq-header:after {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background-image: url(../img/plus.svg);
    width: 35px;
    height: 35px;
    background-size: 35px 35px; }

.open .faq-header:after {
  background-image: url(../img/minus.svg); }

.faq-content {
  display: none;
  padding: 0 0 40px; }
  .faq-content p,
  .faq-content ul {
    font-size: 18px;
    line-height: 24px; }
.faq-content ul {
  padding-left: 20px;
}
.faq-content ul li {
  padding: 5px 0;
}

.open .faq-content {
  display: block; }

.faq-bottom {
  text-align: center;
  padding: 80px 0; }
  .faq-bottom h2 {
    font-size: 32px;
    font-weight: 600;
    margin: 0 0 20px; }
  .faq-bottom p {
    font-size: 29px;
    line-height: 38px;
    max-width: 840px;
    margin: 0 auto;
    width: 100%; }
  .faq-bottom a {
    color: #259e49; }

@media (max-width: 767px) {
  .faq-header {
    font-size: 18px;
    line-height: 28px; }
  .faq-bottom p {
    font-size: 18px;
    line-height: 30px; }
  .faq-content p {
    font-size: 16px;
    line-height: 24px; } }
