.oms-home-cont {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.oms-home-title-cont {
  display: flex;
  align-items: center;
  gap: 50px;
  margin-bottom: 10px;
}

.oms-logo {
  width: 150px;
  height: 150px;
  background-size: contain !important;
  background-repeat: no-repeat !important;
}

.oms-home-title {
  font-size: 26px;
  font-weight: bold;
}

.oms-home-app-title {
  font-size: 24px;
  font-weight: bold;
  margin-left: 40px;
  color: white;
}

.oms-apps-cont {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.oms-home-app-cont {
  display: flex;
  height: 150px;
  width: 1000px;
  display: flex;
  box-shadow: 0 0 5px rgba(38, 38, 38, 0.5);
  align-items: center;
  transition: opacity 0.2s;
  border-bottom-right-radius: 100px;
}

.oms-home-app-cont:hover {
  opacity: 0.7;
  cursor: pointer;
}
