.description {
  margin-top: 28px;
  max-width: auto;
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 40px;
  color: #4b5563;
}

/* Wrap only 360° */
.degree-word {
  position: relative;
  display: inline-block;
}

/* Arrow image */
.degree-word img {
  position: absolute;
  top: 0;
  /* move arrow UP */
  left: 50%;
  transform: translateX(-50%);
  width: 55px;
  /* adjust size */
  height: auto;
}

.smart_integrations li {
  text-align: left;
  color: #4b5563;
  line-height: 1.3;
  font-size: 16px;
  font-weight:400;
}