.txt-simple--container {
  padding: 0 16px;
}

@media screen and (min-width: 1280px) {
  .txt-simple--container {
    padding: 0;
  }
}

.txt-simple h2 {
  margin-bottom: 24px;
}

@media screen and (min-width: 1024px) {
  .txt-simple h2 {
    margin-bottom: 48px;
  }
}

.txt-simple h3,
.txt-simple h4 {
  margin-bottom: 16px;
}

@media screen and (min-width: 1024px) {
  .txt-simple h3,
  .txt-simple h4 {
    margin-bottom: 24px;
  }
}

.txt-simple h3:not(:first-of-type),
.txt-simple h4:not(:first-of-type) {
  margin-top: 16px;
}

@media screen and (min-width: 1024px) {
  .txt-simple h3:not(:first-of-type),
  .txt-simple h4:not(:first-of-type) {
    margin-top: 24px;
  }
}

.txt-simple p {
    font-family: var(--lato);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 180%;
    margin-bottom: 16px;
}

.txt-simple ul li {
    font-family: var(--lato);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 180%;
}