.faq {
  gap: 40px;
  padding: 80px 0;
}

.faq .faq_title {
  padding: 0 20px;
}

.faq .faq_title .h2 {
  width: 100%;
  margin: 0;
  font-size: 100px;
  font-weight: 500;
  font-variation-settings: "GRAD" 0, "XOPQ" 80, "XTRA" 421, "YOPQ" 79, "YTAS" 750, "YTDE" -203, "YTFI" 738, "YTLC" 550, "YTUC" 760, "wdth" 35, "opsz" 70;
  line-height: 0.85;
  text-align: center;
  text-transform: uppercase;
}

.faq .faq_content {
  align-items: stretch;
}

.faq .faq_item {
  align-items: center;
  margin-bottom: -1px;
  padding: 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  background: #ffffff;
}

.faq .faq_item::before {
  display: none;
}

.faq .faq_item_title {
  gap: 20px;
  width: 100%;
  max-width: 800px;
  padding: 0;
}

.faq .faq_item_title .p1 {
  margin: 0;
  color: #000000;
  font-family: "Roboto Flex", Arial, sans-serif;
  font-size: 40px;
  font-weight: 500;
  font-variation-settings: "GRAD" 0, "XOPQ" 80, "XTRA" 421, "YOPQ" 79, "YTAS" 750, "YTDE" -203, "YTFI" 738, "YTLC" 550, "YTUC" 760, "wdth" 65, "opsz" 70;
  line-height: 0.85;
}

.faq .faq_item_title img,
.faq .faq_item img {
  flex: 0 0 54px;
  width: 54px;
  height: 54px;
  object-fit: contain;
}

.faq .faq_item:hover .faq_item_title .p1,
.faq .faq_opened .faq_item_title .p1 {
  color: #aa2b21;
}

.faq .faq_item_content {
  width: 100%;
  max-width: 800px;
  padding: 0;
}

.faq .faq_item_content .p1 {
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.5);
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 18px;
  font-weight: 550;
  line-height: 1.4;
}

.faq .faq_opened {
  padding-bottom: 40px;
  background: #ffffff;
}

.faq .faq_opened .faq_item_content {
  padding: 20px 0 0;
}

@media (max-width: 900px) {
  .faq {
    gap: 32px;
    padding: 60px 0;
  }

  .faq .faq_title .h2 {
    font-size: 60px;
  }

  .faq .faq_item {
    padding: 18px 20px;
  }

  .faq .faq_item_title .p1 {
    font-size: 30px;
  }

  .faq .faq_item_title img,
  .faq .faq_item img {
    flex-basis: 44px;
    width: 44px;
    height: 44px;
  }

  .faq .faq_item_content .p1 {
    font-size: 16px;
  }

  .faq .faq_opened {
    padding-bottom: 32px;
  }

  .faq .faq_opened .faq_item_content {
    padding-top: 16px;
  }
}
