.module-6 {
  background-image: radial-gradient(var(--dots) 2px, transparent 2px);
  background-size: 32px 32px;
  background-color: var(--bg-primary);
}
.content-6 {
  max-width: 1860px;
  padding-inline: 30px;
}

.module-6 .title h2 {
  max-width: 800px;
  margin-inline: auto;
  padding-top: 80px;
  margin-bottom: 80px;
  text-align: center;
  font-family: var(--font-family);
  font-size: var(--subtitle);
  font-style: normal;
  font-weight: 500;
  line-height: var(--subtitle);
}

.module-6 .img-text {
  display: flex;
  align-items: center;
  gap: 128px;
  flex-wrap: wrap;
  justify-content: space-between;
}

.module-6 .img-text img {
  width: 100%;
  flex: 0.8;
}
.module-6 .img-text .text-content-column {
  max-width: 520px;
}

.module-6 .img-text .text-content-column h3 {
  max-width: 495px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  font-size: var(--text);
  font-family: var(--font-albert);
  margin-bottom: 24px;
}

.module-6 .img-text .text-content-column ul {
  list-style-type: none;
  max-width: 665px;
}

.module-6 .img-text .text-content-column li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 16px;
  font-style: normal;
  font-weight: 300;
  color: var(--text-primary);
  font-size: var(--text-22);
  font-family: var(--font-albert);
}
.module-6 .img-text .text-content-column li img {
  width: 24px;
  height: 24px;
  display: inline-block;
  margin-right: 16px;
}
