.section-faq-1 {
  margin-top: 60px;
}
.section-faq-1 p {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;

  color: #000000;
}
.faq-top {
  display: grid;
  grid-template-columns: 1fr;
  max-width: 700px;
  margin: auto;
  margin-bottom: 60px;
}
.faq-top h4 {
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
  
    color: #000000;
}
.faq-top span {

  background: rgba(255, 255, 255, 0.37);
  border: 1px solid #000;
  border-radius: 200px;
  padding: 0 10px;
}
.faq-top  h1 {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 800;
  font-size: 40px;
  line-height: 58px;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  color: #8A3748;
}
.faq-top p {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  justify-content: center;
  color: #000000;
}
