.faq {
 @extend .background-art, .bottom-left;
 position: relative;

 .title {
  @extend  .bg-theme, .text-center, .p-3, .pt-5, .text-white;
  height: 225px;
 }
 .content {
  @extend .container;
  position: relative;
  top: -70px;

  .accordion {
   .card-header {
     @extend .p-3, .pl-4;
     cursor: pointer;
     
     img {
      @extend .float-right, .text-primary;
      width: 20px;
     }
   }
  }
 }
}