.why-elsa {
  padding-block: 60px;
  background: #fff url("../images/why-sereneai/bg.svg") no-repeat right bottom;
}

@media (max-width: 767px) {
  .why-elsa {
    background-size: cover;
  }
}
.why-elsa .title {
  background: linear-gradient(314deg, #713ff4 0%, #cd55ff 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 36px;
}

@media (min-width: 768px) {
  .why-elsa .title {
    text-align: left;
  }
}
.why-elsa .title .box {
  display: inline-block;
  border: 1px solid #a916e7;
  padding: 5px 20px;
  border-radius: 12px;
}

.why-elsa__item {
  margin-bottom: 32px;
  display: flex;
  align-items: center;
  max-width: 510px;
  gap: 5px;
}


