.detalis {
  width: 90%;
  max-width: 800px;
  margin: 60px auto;
}

.brows {
  border-bottom: 1px solid #bebebe;
  padding: 10px 0 20px;
}

.brows h3 {
  text-align: center;
  font-size: 30px;
  letter-spacing: 3px;
}

.notes,
.notes h6 {
  display: flex;
  justify-content: center;
  align-items: center;
}

.notes {
  gap: 50px;
  margin: 15px 0 0;
}

.notes h6 {
  gap: 10px;
  font-size: 16px;
  font-weight: normal;
}

.notes h6 img {
  display: block;
  width: 20px;
}

.detaCont {
  padding: 40px 0;
  border-bottom: 1px solid #bebebe;
  font-size: 16px;
  line-height: 30px;
}
.detaCont span{
  font-size: 20px !important;
  white-space: wrap !important;
}

.detaCont img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.besides {
  margin: 30px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.besides a {
  color: #333;
  font-size: 16px;
}

.besides a:hover {
  color: #204E92;
  text-decoration: underline;
}

.faq {
  margin: 0 0 30px;
}

.faq h4 {
  font-weight: normal;
  font-size: 20px;
  margin: 0 0 10px;
}

.faq p {
  text-indent: 2em;
  color: #313131;
}

@media screen and (max-width:768px) {

  .detalis {
    margin: 20px auto 40px;
  }

  .brows h3 {
    font-size: 20px;
    letter-spacing: 1px;
  }

  .notes h6 {
    font-size: 14px;
  }

  .notes h6 img {
    width: 16px;
  }

  .notes {
    gap: 50px;
    margin: 10px 0 0;
  }

  .brows {
    padding: 0 0 10px;
  }

  .detaCont {
    padding: 20px 0;
    font-size: 14px;
    line-height: 25px;
  }

  .besides a {
    font-size: 12px;
  }

  .besides {
    margin: 20px 0;
    gap: 20px;
  }
  
  .faq h4{
    font-size: 18px;
  }

}
