.logo {
  width: 60px;
  object-fit: contain;
}

.box {
  background-color: #eceaf6;
  margin: 100px auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.bg {
  background-color: #000;
}

.orange {
  background-color: rgb(235, 213, 172);
}

.green {
  background-color: #a5f9d7;
}

.tomato {
  background-color: #eb7577;
}

.blue {
  background-color: #d7d4fa;
}

.list {
  list-style: none;
  border-bottom: 1px solid #fff;
  font-size: 24px;
  margin: 20px 0;
  color: #000;
  border-bottom: 1px solid #999;
}

.btns {
  padding: 10px 20px;
  border: 1px solid #fff;
  font-size: 16px;
  width: 300px;
  color: #000;
  background-color: #fff;
  text-align: center;
}

.tile {
  width: 250px;
  height: 400px;
  margin: 10px;
  padding: 20px;
  border-radius: 10px;
}

.cards {
  width: 250px;
  height: 200px;
  object-fit: contain;
  padding: 10px;
  border-radius: 10px;
  margin: 30px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.ill {
  background-color: #fff;
  height: 300px;
  border-radius: 10px;
  padding: 10px;
}

.gray {
  padding: 10px;
  border-radius: 10px;
  margin: 10px;
  width: 300px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.team-tag {
  padding: 5px;
  margin-right: 5px;
}

.user {
  width: 250px;
  height: 250px;
  object-fit: cover;
  margin: 20px;
}

.tag {
  display: flex;
  flex-direction: column;
  border-radius: 40px;
  padding: 10px 40px;
  margin-right: 10px;
}

.xs {
  font-size: 12px;
}

.tile:hover {
  transform: scale(1.14);
  transition: all 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.subtitle {
  font-size: 16px;
}

.company {
  width: 150px;
  height: auto;
  object-fit: contain;
  margin: 30px;
}

a {
  text-decoration: none;
  color: #000;
}

.menu-items {
  list-style: none;
  padding: 0;
  margin: 0;
  display: none;
  font-size: 14px;
}

.ht {
  height: 400px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  margin: 100px 0;
  background-color: #321749;
  background-repeat: no-repeat;
  background-image: url("https://cdn-ehkfjjj.nitrocdn.com/TPzLnPriZkoNuIzbgtwoLEMXmVTszfpW/assets/images/optimized/rev-a1e32ae/www.stackgenie.io/wp-content/uploads/2023/12/Service-Mesh-Consulting-Implementation_h1.svg");
}

@media (min-width: 768px) {
  .menu-toggle {
    display: none;
  }

  .menu-items {
    display: flex;
    flex-direction: row;
  }

  .menu-items li {
    margin: 0 10px;
  }
}
