.loginNav {
  background: #33003b !important;
  padding-bottom: 1.5em !important;
}

.holderBlock {
  padding: 12em 0em 7em 0em;
  background-image: url("/static/felcloud/website/newTheme/Group.svg");
}

.prices,
.h3,
h2,
h4 {
  color: #33003b !important;
  font-weight: bold !important;
}
.servicesIcon {
  color: #33003b !important;
  font-weight: bold !important;
}
.learnMore {
  width: fit-content !important;
  margin: auto !important;
}
.hover-scale {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.hover-scale:hover {
  transform: scale(1.02);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}
