/* Universal breakpoints */
.testimonial-tile {
  background-color: #fff;
  width: 320px;
  margin-right: 24px; }
  .testimonial-tile-inner {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%; }
  .testimonial-tile blockquote {
    margin: 24px 24px 0 24px; }
    .testimonial-tile blockquote p {
      line-height: 24px; }
  .testimonial-tile-author {
    margin: 20px 24px 24px; }

/* .security-testimonial {
margin-bottom: 80px; } */
/*Manisha- SYFC-5882 defect fix for content alignment on faq dropdown */
.faq-overflow {
    overflow-wrap: break-word;
}
.faq-question{
	max-width:95%;
}
