.pg-about-faq {
  padding: 120px 0; }
  .pg-about-faq .faq-title h6 {
    font-size: 21px;
    margin-bottom: 10px; }
  .pg-about-faq .faq-title h2 {
    font-size: 42px; }
  .pg-about-faq .accordion {
    border-top: 2px solid #1d2a3b; }
    .pg-about-faq .accordion .accordion-item {
      border: 0;
      border-bottom: 2px solid #1d2a3b;
      background-color: transparent; }
      .pg-about-faq .accordion .accordion-item .accordion-button {
        padding: 25px 0;
        font-size: 19px;
        color: #1d2a3b;
        line-height: 2;
        background-color: transparent;
        -webkit-box-shadow: none;
        box-shadow: none; }
      .pg-about-faq .accordion .accordion-item .accordion-body {
        padding: 0;
        padding-bottom: 30px; }
  .pg-about-faq .accordion-button::before {
    position: absolute;
    content: "";
    left: 11px;
    top: calc(50% - 12px);
    width: 2px;
    height: 24px;
    background-color: #1d2a3b;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  .pg-about-faq .accordion-button::after {
    position: absolute;
    content: "";
    left: 0;
    top: calc(50% - 1px);
    width: 24px;
    height: 2px;
    background-color: #1d2a3b;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  .pg-about-faq .accordion-button:not(.collapsed)::before {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg); }
