/* Add custom CSS styles below */ 

body{
  background-color: white;
}
#app > div.app-inner.flex.flex-col.min-h-full > section:nth-child(5) > div > div > div{
  text-align: center;
}
.s-block s-block--categories{
  margin: auto;
  width:1200px;
}
.slide--cat-entry {
  border: 1px solid #C58818;
}


.faqs-list{
  grid-template-columns: repeat(1, minmax(0, 1fr));
    }
}
.faq-container {
  border-bottom: 1px solid #C588184D;
}
.angel-testimonials .swiper-slide.min--3 {
  
  color: white;
}
.angel-testimonials .swiper-slide.min--3 > div {
  background-color:#C58818;
}