* {
  font-family: 'Poppins';
}

body {
  background-image: linear-gradient(180deg, #eee, #fff 100px, #fff);
}

.container {
  max-width: 1024px;
  /* max-width: 960px; */
}

.web-header {
  max-width: 700px;
}

.section-padding {
  margin-bottom: 50px;
}

.clients-item {
  height: 120px;
}

.clients-image {
  display: block;
  max-width: 100px;
  margin: auto;
  transition: all ease 0.2s;
}

.logo-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

.logo {
  max-width: 100px;
  max-height: 100px;
  object-fit: contain;
}

.card {
  border-radius: 15px !important;
  /* border-width: 1px; */
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.bg-apps {
      background-color: rgb(47 48 139) !important;
    --bs-bg-opacity: 1;
}