.Channel-Features.site-container {
  background: var(--color-400);
}

.Channel-Features {
  padding: 2.625rem 1.6rem;
  color: var(--text-color);
}

.Channel-Features .img-container {
  width: 100px;
  height: 100px;
  background: var(--color-500);
  border-radius: 5px;
}

.Channel-Features .img-container img {
  width: 60px;
  height: 60px;
}

.Channel-Features .card {
  box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.2);
  background: var(--white);
  gap: 8px;
  padding: 1.875rem;
}

.Channel-Features .card h4 {
  font-size: 1.2rem;
}


.Channel-Manger-Server-container img {
  width: 66%;
}

.Monitoring-Server-container img {
  width: 55%;
}

@media (width <= 992px) {
  .Channel-Manger-Server-container img,
  .Monitoring-Server-container img {
    width: 100%;
  }
}
