.om-flickering-grid-custom {
  background: #333 !important;
  color: white;
  padding: 0 !important;
  margin: 0 !important;
  width: 100%;
}
.om-flickering-grid-custom-border {
  margin: 0;
  padding: 0;
  width: auto !important;
}
.om-flickering-grid-custom-text-morph {
  font-size: 30px !important;
  margin-bottom: 30px;
  text-align: center;
  width: 100%;
}

.om-welcom-text {
  font-size: 24px;
  color: white;
}
.om-flickering-grid-apps {
  background: #333 !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0;
  padding: 20px;
  padding-top: 30px;
  padding-left: 30px;
  padding-right: 30px;
  height: auto !important;
  width: auto !important;
}
.om-flickering-grid-apps:hover {
  box-shadow: 0 2px 10px 30px var(--blue-color);
}
@media screen and (max-width: 750px) {
  .om-welcom-text {
    font-size: 18px;
    color: white;
  }
}
