.styled-section {
  padding-top: 19px;
  padding-bottom: 9px;
  padding-left: 17px;
  padding-right: 17px;
}

.styled-section__content {
  font-size: 15px;
}

.styled-section__content h1,
.styled-section__content h2,
.styled-section__content h3,
.styled-section__content h4,
.styled-section__content h5,
.styled-section__content h6 {
  font-size: 22px;
  margin: 0 0 19px;
  padding: 0;
  max-width: 100%;
}

.styled-section__content p {
  margin: 0 0 23px;
  max-width: 100%;
  padding: 0;
}

.styled-section__content ul {
  list-style: none;
  padding: 0;
  margin: 0 0 16px;
  max-width: 100%;
}

.styled-section__content ul li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 16px;
}

.styled-section__content ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 10px;
  height: 18px;
  background-image: url("../images/svg/faq-arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

@media screen and (min-width: 991px) {
  .styled-section {
    padding-top: 42px;
    padding-bottom: 53px;
    padding-left: 0;
    padding-right: 0;
  }

  .styled-section__content {
    font-size: 17px;
  }

  .styled-section__content h1,
  .styled-section__content h2,
  .styled-section__content h3,
  .styled-section__content h4,
  .styled-section__content h5,
  .styled-section__content h6 {
    font-size: 28px;
    margin: 0 0 23px;
    text-align: center;
  }

  .styled-section__content ul {
    margin: 0 0 30px;
  }

  .styled-section__content ul li {
    padding-left: 22px;
  }
}