.faq-wrapper .porto-block {
    border-top: 1px solid var(--porto-gray-5);
    padding-top: 25px;
    margin-top: 25px;
    padding-left: 110px;
  }
  .faq-wrapper .porto-block ul {
    list-style-type: none !important;
    padding-left: unset !important;
  }
  .faq-wrapper .porto-block ul li {
    font-size: 16px;
    padding-bottom: 10px;
  }
  .faq-wrapper .porto-block ul li a {
    text-decoration: underline;
  }
  
  .schema-faq .schema-faq-section {
    border: 1px;
    border-bottom: 1px solid lightgrey;
    margin-bottom: 0px;
    background-color: #f5f5f5;
  }
  .schema-faq .schema-faq-question {
    color: #222529;
    font-size: 16px;
  }
  .schema-faq p.schema-faq-answer {
    border-left: 3px solid #1559a1;
  }
  .call-btn {
    padding: 13px;
    border-radius: 10px;
    text-align: center;
    background-color: var(--porto-primary-color);
    border-color: var(--porto-primary-color);
    color: var(--porto-primary-color-inverse);
  }
  .call-btn a {
    color: var(--porto-primary-color-inverse);
  }
  .faq-wrapper .removables-faq-section {
    display: grid;
    grid-template-columns: 2fr 1fr;
    grid-template-rows: auto;
    grid-template-areas:
      "heading heading"
      "faq contact";
    column-gap: 40px;
  }
  .removables-faq-section .wp-block-heading {
    grid-area: heading;
  }
  .faq-wrapper .removables-faq-section .schema-faq.wp-block-yoast-faq-block {
    grid-area: faq;
  }
  .faq-wrapper .removables-faq-section .contact-box {
    background-color: #fff;
    padding: 20px;
    border-radius: 3px;
    text-align: center;
    grid-area: contact;
    max-width: 320px;
    max-height: 400px;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
  }
  .faq-wrapper .removables-faq-section .contact-box .call-button {
    display: inline-block;
    margin-top: 15px;
    padding: 10px 20px;
    background-color: #1559a1;
    color: #fff;
    text-decoration: none;
    border-radius: 6px;
    font-weight: 600;
  }
  .faq-wrapper .removables-faq-section .contact-box .support-icon {
    background-image: url("/wp-content/themes/porto-child/img/support_image.png");
    height: 200px;
    width: 200px;
    background-size: cover;
  }
  .contact-box p {
    margin-bottom: 0;
  }
  
  .schema-faq .schema-faq-question:after {
    content: "" !important;
    background: url("/wp-content/themes/porto-child/img/angle-gray.svg") !important;
    background-size: 100%;
    transform: rotate(-90deg);
    height: 17px !important;
    width: 7px;
    margin-left: auto;
    right: 30px !important;
    top: 20px;
  }
  .schema-faq-question.faq-q-open:after {
    transform: rotate(90deg);
  }
  /* Plugin styles */
@media (min-width:769px){
  .schema-faq .schema-faq-question {
  font-size: 1.17em !important;
  }
  }
  
  .schema-faq.wp-block-yoast-faq-block .schema-faq-question {
      font-weight: bold;
      text-decoration: none;
      margin: 0;
      padding: 15px 40px 15px 15px;
      line-height: 1.4;
      cursor: pointer;
      position: relative;
      -webkit-touch-callout: none;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      display: block;
  }
  
  .schema-faq .schema-faq-question.faq-q-open {
      border-bottom: 1px solid #d1dfee;
  }
  
  .schema-faq .schema-faq-question:after {
      position: absolute;
      top: 0;
      right: 15px;
      text-align: center;
      font-weight: 700;
      color: #000;
      font-size: 20px;
      height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: center;
  }
  
  .schema-faq .schema-faq-question.faq-q-open:after {
      content: "-";
  }
  
  .schema-faq.wp-block-yoast-faq-block p.schema-faq-answer {
      margin: 0;
      padding: 15px;
      background-color: #fff;
      font-size: 16px;
      line-height: 1.4;
      border-bottom: 1px solid #dedee0;
      display: none;
      word-break: break-word;
  }
  .faq-wrapper .schema-faq.wp-block-yoast-faq-block .schema-faq-question{
    word-break: break-word;
  }
  
  
  
  .faq-wrapper .porto-block {
    border-top: 1px solid var(--porto-gray-5);
    padding-top: 25px;
    margin-top: 25px;
    padding-left: 110px;
  }
  .faq-wrapper .porto-block ul {
    list-style-type: none !important;
    padding-left: unset !important;
  }
  .faq-wrapper .porto-block ul li {
    font-size: 16px;
    padding-bottom: 10px;
  }
  .faq-wrapper .porto-block ul li a {
    text-decoration: underline;
  }
  
  .schema-faq.wp-block-yoast-faq-block .schema-faq-section {
    border: 1px;
    border-bottom: 1px solid lightgrey;
    margin-bottom: 0px;
    background-color: #f5f5f5;
  }
  
  .schema-faq.wp-block-yoast-faq-block p.schema-faq-answer {
    border-left: 3px solid #1559a1;
  }
  .call-btn {
    padding: 13px;
    border-radius: 10px;
    text-align: center;
    background-color: var(--porto-primary-color);
    border-color: var(--porto-primary-color);
    color: var(--porto-primary-color-inverse);
  }
  .call-btn a {
    color: var(--porto-primary-color-inverse);
  }
  .faq-wrapper .removables-faq-section {
    display: grid;
    grid-template-columns: 2fr 1fr;
    grid-template-rows: auto;
    grid-template-areas:
      "heading heading"
      "faq contact";
    column-gap: 40px;
  }
  .removables-faq-section .wp-block-heading {
    grid-area: heading;
  }
  .faq-wrapper .removables-faq-section .schema-faq.wp-block-yoast-faq-block {
    grid-area: faq;
  }
  .faq-wrapper .removables-faq-section .contact-box {
    background-color: #fff;
    padding: 20px;
    border-radius: 3px;
    text-align: center;
    grid-area: contact;
    max-width: 320px;
    max-height: 400px;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
  }
  .faq-wrapper .removables-faq-section .contact-box .call-button {
    display: inline-block;
    margin-top: 15px;
    padding: 10px 20px;
    background-color: #1559a1;
    color: #fff;
    text-decoration: none;
    border-radius: 6px;
    font-weight: 600;
  }
  .faq-wrapper .removables-faq-section .contact-box .support-icon {
  
    height: 200px;
    width: 200px;
    background-size: cover;
  }
  .contact-box p {
    margin-bottom: 0;
  }
  
  
  .schema-faq.wp-block-yoast-faq-block .schema-faq-question:after {
    content: "" !important;
  
    background-size: 100%;
    transform: rotate(-90deg);
    height: 17px !important;
    width: 7px;
    margin-left: auto;
    right: 30px !important;
    top: 20px;
  }
  .schema-faq-question.faq-q-open:after {
    transform: rotate(90deg) !important;
  }
  .porto-single-page .schema-faq.wp-block-yoast-faq-block .schema-faq-question,
  .porto-single-page article.post-large-alt .post-content .schema-faq p{
     margin-bottom:0 !important;
   }
  @media (max-width: 767px) {
    .faq-wrapper .porto-block {
      padding-left: 0 !important;
    }
    .faq-wrapper .removables-faq-section {
      display: block !important;
    }
    .faq-wrapper .removables-faq-section .contact-box {
      margin: 0 auto;
      margin-top: 30px;
    }
    .schema-faq .schema-faq-question:after {
      right: 22px !important;
    }
  }
  @media (max-width: 767px) {
    .faq-wrapper .porto-block {
      padding-left: 0 !important;
    }
    .faq-wrapper .removables-faq-section {
      display: block !important;
    }
    .faq-wrapper .removables-faq-section .contact-box {
      margin: 0 auto;
      margin-top: 30px;
    }
    .schema-faq .schema-faq-question:after {
      right: 22px !important;
    }
  }
  