.text-image .content {
  gap: 2rem;
}

.text-image .text-image__title {
  color: #010741;
  margin: 0px;
  font-weight: 600;
  font-size: 38px;
  line-height: 48px;
}

.text-image .content ul li {
  font-weight: 600;
}

@media (max-width: 767px) {
  .text-image {
    padding: 48px 16px !important;
  }

  .text-image .text-image__title {
    font-size: 28px;
    line-height: 32px;
  }

  .text-image .content {
    padding: 0px !important;
  }
}