.ols_faq_wrapper {
  width: 100%;
  display: flex;
  align-items: end;
}
.ols_faq_icon {
  width: 40px;
}
.ols_faq {
  background: #e5e5e5;
  border: 1px solid transparent;
  border-radius: 5px;
  width: 100%;
  padding: 15px;
  position: relative;
}
.ols_faq_headding {
  position: relative;
}
.ols_faq_triangle_right {
  position: absolute;
  right: -15px;
  width: 0;
  top: 10px;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 20px solid #e5e5e5;
}
