.individual-features-container {
  background: #f1f5da;
  padding: 24px;
  overflow-x: hidden;
}

.individual-features-container .title {
  color: #13203c;
  font-size: 9vw;
  font-weight: 600;
  line-height: 1.2;
}

.individual-features-container .content {
  max-width: 55vw;
  padding-left: 4.5vw;
  color: #13203c;
  line-height: 1.5;
  font-size: 18px;
}
.individual-features-container .content .in-text-action {
  color: #13203c;
  text-decoration: underline;
  cursor: pointer;
}
.individual-features-container .demo-button a {
  cursor: pointer;
  background: #15294a;
  color: #d4e823;
  width: 200px;
  padding: 4px 16px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-weight: 600;
  line-height: 1;
}

@media (max-width: 768px) {
  .individual-features-container .content {
    max-width: unset;
    padding-right: 4.5vw;
  }
  .individual-features-container .title {
    margin-bottom: 24px;
  }
}