
.Best-CX.digital-messaging.site-container {
  background-color: var(--bacground);
  color: var(--text-color);
}


.Enterprise-Messaging.site-container{
  background: var(--color-400);
}

.Enterprise-Messaging {
  padding: 2.625rem 1.6rem;
  color: var(--text-color);
}

.Enterprise-Messaging .how-slide {
  border-radius: 5px;
  perspective: 1000px;
  width: calc((100% / 3) - 100px);
}

.Enterprise-Messaging .img-container {
  width: 100px;
  height: 100px;
  background: var(--color-500);
  border-radius: 5px;
}

.Enterprise-Messaging .img-container img {
  width: 60px;
  height: 60px;
}

.Enterprise-Messaging .card {
  box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.2);
  background: var(--white);
  gap: 8px;
  padding: 1.875rem;
}

.Enterprise-Messaging .card h4 {
  font-size: 1.2rem;
}


@media (width <= 992px) {
    .Services img {
        width: 100%;
    }
    .Enterprise-Messaging .how-slide {
    width: calc((100% / 2) - 48px);
  }
}

@media (width <= 576px) {
  .Enterprise-Messaging .how-slide {
    width: calc(100% - 24px);
  }
}