.faq-title {
	font-size: 21px;
    font-weight: 800;;
}

.accordions {
	color: #444;
    padding: 12px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    margin-top: 10px;
    background: rgba(0,0,0,0.03);
    cursor: pointer;
    transition: background 0.3s ease;
}

.active, .accordions:hover {
	background: rgba(0, 0, 0, 0.1);
}

.panel-accordions {
  padding: 0 13px;
  background-color: white;
  display: none;
  overflow: hidden;
  border: 1px solid rgba(0,0,0,0.1);
  position: relative;
  border-radius: 2px;
  margin-bottom: 10px;
}