.faq-section {
  max-width: 850px;
  margin: 30px auto;
  position: relative;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;

  .title-item-top {
    font-size: 13px;
  }

  .title-item {
    font-size: 32px;
    font-weight: 500;
  }

  a {
    color: #53bfec;
    text-decoration: none;
    font-weight: 500;
    font-size: 16px;
    margin-top: 10px;
  }
}
